summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2017-04-20Add x86_64-linux-android targetMarco A L Barbosa-0/+1
2017-04-07-Z linker-flavorJorge Aparicio-14/+63
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2017-02-16add solaris sparcv9 supportShawn Walker-Salas-0/+1
2017-02-07Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichtonCorey Farwell-0/+1
2017-02-06Rename i686-unknown-netbsdelf target to i686-unknown-netbsdJonathan A. Kollasch-1/+1
2017-02-05Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell-0/+1
2017-02-03Add `aarch64-unknown-freebsd` to the supported targetsJean-Sébastien Pédron-0/+1
2017-01-31Add i686-unknown-netbsdelf targetJonathan A. Kollasch-0/+1
2017-01-20Json encoding/decoding for is_like_emscriptenSergey Pepyakin-0/+2
2017-01-19tell emcc stip exception handling if panic rt usedSergey Pepyakin-0/+5
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-0/+1
2016-12-30sparc64-linux supportJorge Aparicio-0/+2
2016-12-31Auto merge of #38601 - schulzch:master, r=brsonbors-0/+1
2016-12-29Add sparc64-unknown-netbsd targetJonathan A. Kollasch-0/+1
2016-12-24Add a min_atomic_width target option, like max_atomic_width.whitequark-0/+12
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-0/+3
2016-12-22Partial fix for #38489.Christoph Schulz-0/+1
2016-12-18target spec: add an asm-args field to pass arguments to the external ..Jorge Aparicio-0/+6
2016-12-15Add redox targetJeremy Soller-0/+3
2016-12-04OpenBSD under x86 has particular ABI for returning a struct.Sébastien Marie-0/+6
2016-11-30Add i686-unknown-openbsd target.Sébastien Marie-0/+3
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+6
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-06Add support for ARMv5TE architectureJuan Gomez-0/+1
2016-10-29Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichtonbors-0/+1
2016-10-25Auto merge of #36421 - TimNN:check-abis, r=alexcrichtonbors-1/+33
2016-10-24Support for aarch64 architecture on FuchsiaRaph Levien-0/+1
2016-10-24check target abi supportTim Neumann-1/+33
2016-10-22Add Fuchsia supportRaph Levien-0/+3
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-17/+12
2016-10-02add Thumbs to the compilerJorge Aparicio-2/+15
2016-10-01Rollup merge of #36865 - kallisti5:master, r=brsonManish Goregaokar-2/+2
2016-09-30Preliminary wasm32 supportBrian Anderson-1/+2
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-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-0/+1
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+3
2016-09-13Auto merge of #36041 - ahmedcharles:try, r=nrcbors-8/+8
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-6/+0
2016-09-11Use question_mark feature in librustc_back.Ahmed Charles-8/+8
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-0/+2
2016-08-26initial support for s390xJorge Aparicio-0/+1
2016-08-26add mips64-gnu and mips64el-gnu targetsJorge Aparicio-0/+2
2016-08-16add mips-uclibc targetsJorge Aparicio-0/+2
2016-08-08Print Rust target name, not LLVM target name, for `--print target-list`Seo Sanghyeon-1/+1
2016-08-01trans: Avoid weak linkage for closures when linking with MinGW.Michael Woerister-0/+10
2016-07-30rustc_back/target: remove musl_baseJorge Aparicio-1/+0