summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2016-11-06use arm abi blacklist for aarch64 fuchsiaTim Neumann-2/+5
2016-10-31Changed most vec! invocations to use square bracesiirelu-21/+21
2016-10-30Replace all uses of SHA-256 with BLAKE2b.Michael Woerister-682/+1
2016-10-30Auto merge of #37392 - alexcrichton:more-disable-jemalloc, r=brsonbors-0/+45
2016-10-29Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichtonbors-0/+29
2016-10-27Disable jemalloc on aarch64/powerpcAlex Crichton-0/+45
2016-10-25Auto merge of #36421 - TimNN:check-abis, r=alexcrichtonbors-15/+91
2016-10-24Support for aarch64 architecture on FuchsiaRaph Levien-0/+29
2016-10-24check target abi supportTim Neumann-15/+91
2016-10-22Fix tidy warningRaph Levien-1/+1
2016-10-22Add Fuchsia supportRaph Levien-0/+72
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-04Auto merge of #36933 - alexcrichton:less-neon-again, r=eddybbors-1/+1
2016-10-04rustc: Try again to disable NEON on armv7 linuxAlex Crichton-1/+1
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-73/+68
2016-10-03fix: "abort" -> PanicStrategyJorge Aparicio-2/+3
2016-10-03add a reference about the stated FP factsJorge Aparicio-0/+3
2016-10-03add +d16 and +fp-only-sp to thumbv7em-none-eabihf and documentationJorge Aparicio-2/+66
2016-10-02set panic-strategy to abortJorge Aparicio-0/+1
2016-10-02set relocation-model to staticJorge Aparicio-0/+1
2016-10-02add Thumbs to the compilerJorge Aparicio-2/+158
2016-10-01Rollup merge of #36865 - kallisti5:master, r=brsonManish Goregaokar-2/+2
2016-09-30Call emcc with ERROR_ON_UNDEFINED_SYMBOLSBrian Anderson-1/+3
2016-09-30Preliminary wasm32 supportBrian Anderson-1/+43
2016-09-30Haiku: Fix target triplet delimiterAlex von Gluck IV-2/+2
2016-09-28Rollup merge of #36794 - japaric:target-panic, r=alexcrichtonJonathan Turner-0/+49
2016-09-28update mips64* data-layoutTim Neumann-2/+2
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-0/+49
2016-09-25Haiku: Adjust haiku target to match new librustc_back designAlexander von Gluck IV-26/+44
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+69
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-260/+0
2016-09-13Auto merge of #36041 - ahmedcharles:try, r=nrcbors-17/+17
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-8/+0
2016-09-11Use question_mark feature in librustc_back.Ahmed Charles-17/+17
2016-09-09Add s390x supportUlrich Weigand-2/+6
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-0/+64
2016-08-28fix data-layoutsJorge Aparicio-2/+2
2016-08-26initial support for s390xJorge Aparicio-0/+31
2016-08-26add mips64-gnu and mips64el-gnu targetsJorge Aparicio-0/+64
2016-08-19rustc: Don't enable NEON by default on armv7 LinuxAlex Crichton-2/+3
2016-08-16add mips-uclibc targetsJorge Aparicio-0/+63
2016-08-08Print Rust target name, not LLVM target name, for `--print target-list`Seo Sanghyeon-1/+1
2016-08-01Auto merge of #35163 - sanxiyn:rollup, r=sanxiynbors-0/+3
2016-08-02Rollup merge of #35033 - jakllsch:remaining_cpu_x86-64, r=alexcrichtonSeo Sanghyeon-0/+3
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-2/+2
2016-08-01trans: Avoid weak linkage for closures when linking with MinGW.Michael Woerister-0/+11
2016-07-30return TargetResultJorge Aparicio-12/+12
2016-07-30rustc_back/target: remove musl_baseJorge Aparicio-76/+3
2016-07-30arm-musl: set max_atomic_widthJorge Aparicio-0/+3
2016-07-30arm-musl targets now use cfg(env = "musl")Jorge Aparicio-3/+3