about summary refs log tree commit diff
path: root/src/librustc_back/target
AgeCommit message (Expand)AuthorLines
2016-12-15Fix typoJeremy Soller-2/+1
2016-12-15Add redox targetJeremy Soller-0/+78
2016-12-04OpenBSD under x86 has particular ABI for returning a struct.Sébastien Marie-0/+7
2016-11-30Add i686-unknown-openbsd target.Sébastien Marie-0/+33
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-1/+9
2016-11-12use write::run_assemblerJorge Aparicio-6/+7
2016-11-12use msp430-as to emit object files from the assembly that LLVM emitsJorge Aparicio-0/+7
2016-11-12Rollup merge of #37615 - atilag:armv5te-support, r=alexcrichtonEduard-Mihai Burtescu-0/+35
2016-11-10Set max_atomic_width to 0 because there's no atomic instructions on ARMv5Juan Gomez-1/+2
2016-11-06use arm abi blacklist for aarch64 fuchsiaTim Neumann-2/+5
2016-11-06Add support for ARMv5TE architectureJuan Gomez-0/+34
2016-10-31Changed most vec! invocations to use square bracesiirelu-21/+21
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-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/+21
2016-09-28update mips64* data-layoutTim Neumann-2/+2
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-0/+21
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-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