More renamings (again)

dev/git-series/gccdum
Matt Godbolt 6 years ago
parent 866eb29a61
commit 9bb8b48789

@ -3,82 +3,82 @@ defaultCompiler=g63
###############################
# GCC for x86
group.gcc86.compilers=g471:g472:g473:g474:g481:g482:g483:g484:g485:g490:g491:g492:g493:g494:g510:g520:g530:g540:g6:g62:g63:g7snapshot
compiler.g471.exe=/opt/gcc-explorer/gcc-4.7.1/bin/g++
compiler.g471.exe=/opt/compiler-explorer/gcc-4.7.1/bin/g++
compiler.g471.name=x86-64 gcc 4.7.1
compiler.g472.exe=/opt/gcc-explorer/gcc-4.7.2/bin/g++
compiler.g472.exe=/opt/compiler-explorer/gcc-4.7.2/bin/g++
compiler.g472.name=x86-64 gcc 4.7.2
compiler.g473.exe=/opt/gcc-explorer/gcc-4.7.3/bin/g++
compiler.g473.exe=/opt/compiler-explorer/gcc-4.7.3/bin/g++
compiler.g473.name=x86-64 gcc 4.7.3
compiler.g473.alias=/usr/bin/g++-4.7
compiler.g474.exe=/opt/gcc-explorer/gcc-4.7.4/bin/g++
compiler.g474.exe=/opt/compiler-explorer/gcc-4.7.4/bin/g++
compiler.g474.name=x86-64 gcc 4.7.4
compiler.g481.exe=/opt/gcc-explorer/gcc-4.8.1/bin/g++
compiler.g481.exe=/opt/compiler-explorer/gcc-4.8.1/bin/g++
compiler.g481.name=x86-64 gcc 4.8.1
compiler.g482.exe=/opt/gcc-explorer/gcc-4.8.2/bin/g++
compiler.g482.exe=/opt/compiler-explorer/gcc-4.8.2/bin/g++
compiler.g482.name=x86-64 gcc 4.8.2
compiler.g483.exe=/opt/gcc-explorer/gcc-4.8.3/bin/g++
compiler.g483.exe=/opt/compiler-explorer/gcc-4.8.3/bin/g++
compiler.g483.name=x86-64 gcc 4.8.3
compiler.g484.exe=/opt/gcc-explorer/gcc-4.8.4/bin/g++
compiler.g484.exe=/opt/compiler-explorer/gcc-4.8.4/bin/g++
compiler.g484.name=x86-64 gcc 4.8.4
compiler.g485.exe=/opt/gcc-explorer/gcc-4.8.5/bin/g++
compiler.g485.exe=/opt/compiler-explorer/gcc-4.8.5/bin/g++
compiler.g485.name=x86-64 gcc 4.8.5
compiler.g490.exe=/opt/gcc-explorer/gcc-4.9.0/bin/g++
compiler.g490.exe=/opt/compiler-explorer/gcc-4.9.0/bin/g++
compiler.g490.name=x86-64 gcc 4.9.0
compiler.g491.exe=/opt/gcc-explorer/gcc-4.9.1/bin/g++
compiler.g491.exe=/opt/compiler-explorer/gcc-4.9.1/bin/g++
compiler.g491.name=x86-64 gcc 4.9.1
compiler.g492.exe=/opt/gcc-explorer/gcc-4.9.2/bin/g++
compiler.g492.exe=/opt/compiler-explorer/gcc-4.9.2/bin/g++
compiler.g492.name=x86-64 gcc 4.9.2
compiler.g493.exe=/opt/gcc-explorer/gcc-4.9.3/bin/g++
compiler.g493.exe=/opt/compiler-explorer/gcc-4.9.3/bin/g++
compiler.g493.name=x86-64 gcc 4.9.3
compiler.g494.exe=/opt/gcc-explorer/gcc-4.9.4/bin/g++
compiler.g494.exe=/opt/compiler-explorer/gcc-4.9.4/bin/g++
compiler.g494.name=x86-64 gcc 4.9.4
compiler.g510.exe=/opt/gcc-explorer/gcc-5.1.0/bin/g++
compiler.g510.exe=/opt/compiler-explorer/gcc-5.1.0/bin/g++
compiler.g510.name=x86-64 gcc 5.1
compiler.g520.exe=/opt/gcc-explorer/gcc-5.2.0/bin/g++
compiler.g520.exe=/opt/compiler-explorer/gcc-5.2.0/bin/g++
compiler.g520.name=x86-64 gcc 5.2
compiler.g530.exe=/opt/gcc-explorer/gcc-5.3.0/bin/g++
compiler.g530.exe=/opt/compiler-explorer/gcc-5.3.0/bin/g++
compiler.g530.name=x86-64 gcc 5.3
compiler.g540.exe=/opt/gcc-explorer/gcc-5.4.0/bin/g++
compiler.g540.exe=/opt/compiler-explorer/gcc-5.4.0/bin/g++
compiler.g540.name=x86-64 gcc 5.4
compiler.g6.exe=/opt/gcc-explorer/gcc-6.1.0/bin/g++
compiler.g6.exe=/opt/compiler-explorer/gcc-6.1.0/bin/g++
compiler.g6.name=x86-64 gcc 6.1
compiler.g62.exe=/opt/gcc-explorer/gcc-6.2.0/bin/g++
compiler.g62.exe=/opt/compiler-explorer/gcc-6.2.0/bin/g++
compiler.g62.name=x86-64 gcc 6.2
compiler.g63.exe=/opt/gcc-explorer/gcc-6.3.0/bin/g++
compiler.g63.exe=/opt/compiler-explorer/gcc-6.3.0/bin/g++
compiler.g63.name=x86-64 gcc 6.3
compiler.g7snapshot.exe= /opt/gcc-explorer/gcc-7-20161113/bin/g++
compiler.g7snapshot.exe= /opt/compiler-explorer/gcc-7-20161113/bin/g++
compiler.g7snapshot.name=x86-64 gcc 7 (snapshot)
# Clang for x86
group.clang.compilers=clang350:clang351:clang37x:clang36x:clang371:clang380:clang381:clang390
group.clang.intelAsm=-masm=intel
group.clang.options=--gcc-toolchain=/opt/gcc-explorer/gcc-6.2.0
group.clang.options=--gcc-toolchain=/opt/compiler-explorer/gcc-6.2.0
compiler.clang350.exe=/usr/bin/clang++-3.5
compiler.clang350.name=x86-64 clang 3.5
compiler.clang351.exe=/opt/gcc-explorer/clang+llvm-3.5.1-x86_64-linux-gnu/bin/clang++
compiler.clang351.exe=/opt/compiler-explorer/clang+llvm-3.5.1-x86_64-linux-gnu/bin/clang++
compiler.clang351.name=x86-64 clang 3.5.1
compiler.clang352.exe=/opt/gcc-explorer/clang+llvm-3.5.2-x86_64-linux-gnu/bin/clang++
compiler.clang352.exe=/opt/compiler-explorer/clang+llvm-3.5.2-x86_64-linux-gnu/bin/clang++
compiler.clang352.name=x86-64 clang 3.5.2
compiler.clang36x.exe=/opt/gcc-explorer/clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang36x.exe=/opt/compiler-explorer/clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang36x.name=x86-64 clang 3.6
compiler.clang37x.exe=/opt/gcc-explorer/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang37x.exe=/opt/compiler-explorer/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang37x.name=x86-64 clang 3.7
compiler.clang371.exe=/opt/gcc-explorer/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang371.exe=/opt/compiler-explorer/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang371.name=x86-64 clang 3.7.1
compiler.clang380.exe=/opt/gcc-explorer/clang+llvm-3.8.0-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang380.exe=/opt/compiler-explorer/clang+llvm-3.8.0-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang380.name=x86-64 clang 3.8
compiler.clang381.exe=/opt/gcc-explorer/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang381.exe=/opt/compiler-explorer/clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang++
compiler.clang381.name=x86-64 clang 3.8.1
compiler.clang390.exe=/opt/gcc-explorer/clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-16.04/bin/clang++
compiler.clang390.exe=/opt/compiler-explorer/clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-16.04/bin/clang++
compiler.clang390.name=x86-64 clang 3.9.0
# icc for x86
group.icc.compilers=icc16:icc17
group.icc.intelAsm=-masm=intel
group.icc.needsMulti=false
compiler.icc16.exe=/opt/gcc-explorer/intel/xe_2016_update3/bin/icc
compiler.icc16.exe=/opt/compiler-explorer/intel/xe_2016_update3/bin/icc
compiler.icc16.name=x86-64 icc 16
compiler.icc17.exe=/opt/gcc-explorer/intel/2017/bin/icc
compiler.icc17.exe=/opt/compiler-explorer/intel/2017/bin/icc
compiler.icc17.name=x86-64 icc 17
###############################
@ -97,7 +97,7 @@ compiler.aarchg54.alias=aarchg48
compiler.armhfg54.exe=/usr/bin/arm-linux-gnueabihf-g++
compiler.armhfg54.name=ARM gcc 5.4
compiler.armhfg54.alias=armhfg482
compiler.arm541.exe=/opt/gcc-explorer/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-g++
compiler.arm541.exe=/opt/compiler-explorer/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-g++
compiler.arm541.name=ARM gcc 5.4.1
###############################
@ -113,7 +113,7 @@ compiler.mips564el.name=MIPS64 gcc 5.4 (el)
################################
# MSP
compiler.msp430g530.exe=/opt/gcc-explorer/msp430-gcc-5.3.0.219_linux32/bin/msp430-elf-g++
compiler.msp430g530.exe=/opt/compiler-explorer/msp430-gcc-5.3.0.219_linux32/bin/msp430-elf-g++
compiler.msp430g530.name=MSP430 gcc 5.3.0
################################
@ -124,18 +124,18 @@ group.cl.compilerType=CL
group.cl.versionFlag=/?
group.cl.versionRe=^Microsoft \(R\) C/C\+\+.*$
group.cl19.compilers=cl19_64:cl19_32:cl19_arm
group.cl19.options=/I/opt/gcc-explorer/windows/10.0.10240.0/ucrt/ /I/opt/gcc-explorer/windows/14.0.24629/lib/native/include/
compiler.cl19_64.exe=/opt/gcc-explorer/windows/14.0.24629/lib/native/bin/amd64/cl.exe
group.cl19.options=/I/opt/compiler-explorer/windows/10.0.10240.0/ucrt/ /I/opt/compiler-explorer/windows/14.0.24629/lib/native/include/
compiler.cl19_64.exe=/opt/compiler-explorer/windows/14.0.24629/lib/native/bin/amd64/cl.exe
compiler.cl19_64.name=x86-64 CL 19 RC
compiler.cl19_32.exe=/opt/gcc-explorer/windows/14.0.24629/lib/native/bin/amd64_x86/cl.exe
compiler.cl19_32.exe=/opt/compiler-explorer/windows/14.0.24629/lib/native/bin/amd64_x86/cl.exe
compiler.cl19_32.name=x86 CL 19 RC
compiler.cl19_arm.exe=/opt/gcc-explorer/windows/14.0.24629/lib/native/bin/amd64_arm/cl.exe
compiler.cl19_arm.exe=/opt/compiler-explorer/windows/14.0.24629/lib/native/bin/amd64_arm/cl.exe
compiler.cl19_arm.name=ARM CL 19 RC
#################################
# ELLCC
group.ellcc.compilers=elcc0133:elcc0134
compiler.elcc0133.exe=/opt/gcc-explorer/ellcc-0.1.33/bin/ecc++
compiler.elcc0133.exe=/opt/compiler-explorer/ellcc-0.1.33/bin/ecc++
compiler.elcc0133.name=elcc 0.1.33
compiler.elcc0134.exe=/opt/gcc-explorer/ellcc-0.1.34/bin/ecc++
compiler.elcc0134.exe=/opt/compiler-explorer/ellcc-0.1.34/bin/ecc++
compiler.elcc0134.name=elcc 0.1.34

@ -13,7 +13,7 @@ compiler.g464.exe=/usr/bin/g++-4.6
compiler.g464.alias=/usr/bin/g++-4.6
compiler.g464.name=x86-64 gcc 4.6.4
# Intel for x86
compiler.icc1301.exe=/opt/gcc-explorer/intel/bin/icc
compiler.icc1301.exe=/opt/compiler-explorer/intel/bin/icc
compiler.icc1301.alias=/opt/intel/bin/icc
compiler.icc1301.name=x86-64 icc 13.0.1
compiler.icc1301.intelAsm=-masm=intel
@ -23,17 +23,17 @@ compiler.icc1301.supportsBinary=false
# Clang for x86
group.clang.compilers=clang30:clang32:clang33:clang341
group.clang.intelAsm=-mllvm --x86-asm-syntax=intel
group.clang.options=--gcc-toolchain=/opt/gcc-explorer/gcc-6.2.0
group.clang.options=--gcc-toolchain=/opt/compiler-explorer/gcc-6.2.0
compiler.clang30.exe=/usr/bin/clang++
compiler.clang30.alias=/usr/bin/clang++
compiler.clang30.name=x86-64 clang 3.0
compiler.clang32.exe=/opt/gcc-explorer/clang-3.2/bin/clang++
compiler.clang32.exe=/opt/compiler-explorer/clang-3.2/bin/clang++
compiler.clang32.alias=/opt/clang-3.2/bin/clang++
compiler.clang32.name=x86-64 clang 3.2
compiler.clang33.exe=/opt/gcc-explorer/clang-3.3/bin/clang++
compiler.clang33.exe=/opt/compiler-explorer/clang-3.3/bin/clang++
compiler.clang33.alias=/opt/clang-3.3/bin/clang++
compiler.clang33.name=x86-64 clang 3.3
compiler.clang341.exe=/opt/gcc-explorer/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
compiler.clang341.exe=/opt/compiler-explorer/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
compiler.clang341.alias=/opt/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
compiler.clang341.name=x86-64 clang 3.4.1

@ -2,21 +2,21 @@ compilers=gdc48:gdc49:gdc52:&ldc
defaultCompiler=gdc52
# This is only due to limitations on the d.godbolt.org image for now.
supportsBinary=false
compiler.gdc49.exe=/opt/gcc-explorer/gdc4.9.3/x86_64-pc-linux-gnu/bin/gdc
compiler.gdc49.exe=/opt/compiler-explorer/gdc4.9.3/x86_64-pc-linux-gnu/bin/gdc
compiler.gdc49.alias=/opt/x86_64-gdcproject-linux-gnu/bin/gdc
compiler.gdc49.name=gdc 4.9.3
compiler.gdc48.exe=/opt/gcc-explorer/gdc4.8.2/x86_64-gdcproject-linux-gnu/bin/gdc
compiler.gdc48.exe=/opt/compiler-explorer/gdc4.8.2/x86_64-gdcproject-linux-gnu/bin/gdc
compiler.gdc48.name=gdc 4.8.2
compiler.gdc52.exe=/opt/gcc-explorer/gdc5.2.0/x86_64-pc-linux-gnu/bin/gdc
compiler.gdc52.exe=/opt/compiler-explorer/gdc5.2.0/x86_64-pc-linux-gnu/bin/gdc
compiler.gdc52.name=gdc 5.2.0
group.ldc.compilers=ldc017:ldc100:ldcbeta
group.ldc.compilerType=ldc
compiler.ldc017.exe=/opt/gcc-explorer/ldc0.17.2/ldc2-0.17.2-linux-x86_64/bin/ldc2
compiler.ldc017.exe=/opt/compiler-explorer/ldc0.17.2/ldc2-0.17.2-linux-x86_64/bin/ldc2
compiler.ldc017.name=ldc 0.17.2
compiler.ldc100.exe=/opt/gcc-explorer/ldc1.0.0/ldc2-1.0.0-linux-x86_64/bin/ldc2
compiler.ldc100.exe=/opt/compiler-explorer/ldc1.0.0/ldc2-1.0.0-linux-x86_64/bin/ldc2
compiler.ldc100.name=ldc 1.0.0
compiler.ldcbeta.exe=/opt/gcc-explorer/ldcbeta/bin/ldc2
compiler.ldcbeta.exe=/opt/compiler-explorer/ldcbeta/bin/ldc2
compiler.ldcbeta.name=ldc beta

@ -3,7 +3,7 @@ compilers=gccgo491:6g141
compileFilename=file.go
compiler.gccgo491.exe=/usr/bin/gccgo
compiler.gccgo491.name=x86 gccgo 4.9.1
compiler.6g141.exe=/opt/gcc-explorer/go/pkg/tool/linux_amd64/6g
compiler.6g141.exe=/opt/compiler-explorer/go/pkg/tool/linux_amd64/6g
compiler.6g141.name=x86 6g 1.4.1
compiler.6g141.versionFlag=-V
compiler.6g141.compilerType=6g

@ -2,37 +2,37 @@ compilers=&rust
defaultCompiler=r1140
group.rust.compilers=r1140:r1130:r1120:r1110:r1100:r190:r180:r170:r160:r150:r140:r130:r120:r110:r100:nightly:beta
group.rust.compilerType=rust
compiler.r1140.exe=/opt/gcc-explorer/rust-1.14.0/bin/rustc
compiler.r1140.exe=/opt/compiler-explorer/rust-1.14.0/bin/rustc
compiler.r1140.name=rustc 1.14.0
compiler.r1130.exe=/opt/gcc-explorer/rust-1.13.0/bin/rustc
compiler.r1130.exe=/opt/compiler-explorer/rust-1.13.0/bin/rustc
compiler.r1130.name=rustc 1.13.0
compiler.r1120.exe=/opt/gcc-explorer/rust-1.12.0/bin/rustc
compiler.r1120.exe=/opt/compiler-explorer/rust-1.12.0/bin/rustc
compiler.r1120.name=rustc 1.12.0
compiler.r1110.exe=/opt/gcc-explorer/rust-1.11.0/bin/rustc
compiler.r1110.exe=/opt/compiler-explorer/rust-1.11.0/bin/rustc
compiler.r1110.name=rustc 1.11.0
compiler.r1100.exe=/opt/gcc-explorer/rust-1.10.0/bin/rustc
compiler.r1100.exe=/opt/compiler-explorer/rust-1.10.0/bin/rustc
compiler.r1100.name=rustc 1.10.0
compiler.r190.exe=/opt/gcc-explorer/rust-1.9.0/bin/rustc
compiler.r190.exe=/opt/compiler-explorer/rust-1.9.0/bin/rustc
compiler.r190.name=rustc 1.9.0
compiler.r180.exe=/opt/gcc-explorer/rust-1.8.0/bin/rustc
compiler.r180.exe=/opt/compiler-explorer/rust-1.8.0/bin/rustc
compiler.r180.name=rustc 1.8.0
compiler.r170.exe=/opt/gcc-explorer/rust-1.7.0/bin/rustc
compiler.r170.exe=/opt/compiler-explorer/rust-1.7.0/bin/rustc
compiler.r170.name=rustc 1.7.0
compiler.r160.exe=/opt/gcc-explorer/rust-1.6.0/bin/rustc
compiler.r160.exe=/opt/compiler-explorer/rust-1.6.0/bin/rustc
compiler.r160.name=rustc 1.6.0
compiler.r150.exe=/opt/gcc-explorer/rust-1.5.0/bin/rustc
compiler.r150.exe=/opt/compiler-explorer/rust-1.5.0/bin/rustc
compiler.r150.name=rustc 1.5.0
compiler.r140.exe=/opt/gcc-explorer/rust-1.4.0/bin/rustc
compiler.r140.exe=/opt/compiler-explorer/rust-1.4.0/bin/rustc
compiler.r140.name=rustc 1.4.0
compiler.r130.exe=/opt/gcc-explorer/rust-1.3.0/bin/rustc
compiler.r130.exe=/opt/compiler-explorer/rust-1.3.0/bin/rustc
compiler.r130.name=rustc 1.3.0
compiler.r120.exe=/opt/gcc-explorer/rust-1.2.0/bin/rustc
compiler.r120.exe=/opt/compiler-explorer/rust-1.2.0/bin/rustc
compiler.r120.name=rustc 1.2.0
compiler.r110.exe=/opt/gcc-explorer/rust-1.1.0/bin/rustc
compiler.r110.exe=/opt/compiler-explorer/rust-1.1.0/bin/rustc
compiler.r110.name=rustc 1.1.0
compiler.r100.exe=/opt/gcc-explorer/rust-1.0.0/bin/rustc
compiler.r100.exe=/opt/compiler-explorer/rust-1.0.0/bin/rustc
compiler.r100.name=rustc 1.0.0
compiler.nightly.exe=/opt/gcc-explorer/rust-nightly/bin/rustc
compiler.nightly.exe=/opt/compiler-explorer/rust-nightly/bin/rustc
compiler.nightly.name=rustc nightly
compiler.beta.exe=/opt/gcc-explorer/rust-beta/bin/rustc
compiler.beta.exe=/opt/compiler-explorer/rust-beta/bin/rustc
compiler.beta.name=rustc beta

Loading…
Cancel
Save