about summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1220/+0
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-2/+128
2018-04-21rustc: Always emit `uwtable` on AndroidAlex Crichton-0/+8
2018-04-06add emit_debug_gdb_scripts target option and ..Jorge Aparicio-0/+6
2018-03-26Add a hash when a TargetPath is displayedPhilipp Oppermann-1/+20
2018-03-26Canonicalize pathsPhilipp Oppermann-2/+8
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-25/+64
2018-03-13rustc: Embed LLVM bitcode by default on iOSAlex Crichton-0/+6
2018-03-09Make the default relro level be doing nothing at allJohannes Löthberg-1/+1
2018-03-03rustc: Tweak default linker selectionAlex Crichton-5/+4
2018-02-28Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebankkennytm-6/+5
2018-02-26Add specific target option for returning struct as an integer.Bryan Drewery-6/+5
2018-02-26librustc_back: Add support for powerpc-linux-gnuspeJohn Paul Adrian Glaubitz-0/+1
2018-02-25Rollup merge of #48297 - glaubitz:sparc-linux, r=estebankkennytm-0/+1
2018-02-23librustc_back: Add support for sparc-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2018-02-16Add powerpc-unknown-netbsd targetJonathan A. Kollasch-0/+1
2018-01-30rustc: Add an option to default hidden visibilityAlex Crichton-0/+7
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+6
2018-01-24llvm6: CodeModel::{JIT,}Default no longer existsAlex Crichton-4/+4
2018-01-13Rollup merge of #47328 - mbrubeck:fs_read, r=sfacklerkennytm-5/+2
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-2/+4
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-5/+2
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-1/+1
2017-12-26Add armv4t-unknown-linux-gnueabi targetMarco A L Barbosa-0/+1
2017-12-22Add support for CloudABI targets to the rustc backend.Ed Schouten-0/+6
2017-12-03Add an i128_lowering flag in TargetOptionsScott McMurray-0/+5
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+26
2017-11-11Control LLVM's TrapUnreachable feature through rustc's TargetOptions.Dan Gohman-0/+7
2017-11-03Fix error message for invalid code/reloc modelsAmanieu d'Antras-0/+6
2017-10-15Auto merge of #45224 - malbarbo:x32, r=alexcrichtonbors-0/+1
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-5/+0
2017-10-11Add x86_64-unknown-linux-gnux32 targetMarco A L Barbosa-0/+1
2017-10-09rustc: Allow target-specific default cgusAlex Crichton-0/+6
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-5/+0
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