summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2017-10-05Remove nacl from librustc_backest31-1/+0
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+4
2017-09-23add aarch64-unknown-linux-musl targetBen Cressey-0/+1
2017-09-08Add `TargetOptions::min_global_align`, with s390x at 16-bitJosh Stone-0/+6
2017-08-22Introduce target feature crt_static_allows_dylibsSamuel Holland-0/+5
2017-08-22Introduce temporary target feature crt_static_respectedSamuel Holland-0/+5
2017-08-04Add L4Re Support in librustc_backTobias Schaffner-0/+3
2017-07-18Implement FromStr for RelroLevel rather than duplicating the matchJohannes Löthberg-4/+2
2017-07-14Support both partial and full RELROJohannes Löthberg-7/+22
2017-07-11Add support for full RELROJohannes Löthberg-0/+6
2017-07-07Auto merge of #43099 - japaric:msp430, r=alexcrichtonbors-0/+2
2017-07-06add a built-in MSP430 targetJorge Aparicio-0/+2
2017-07-06rustc: Implement stack probes for x86Alex Crichton-0/+6
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-11/+7
2017-06-23Add Target (de)serialization for environment varsThomas Lively-0/+28
2017-06-22Add target option for linker environment variablesThomas Lively-0/+4
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+1
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