summary refs log tree commit diff
path: root/src/librustc_target/spec
AgeCommit message (Expand)AuthorLines
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-1/+1
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-3/+3
2019-06-15Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichtonbors-0/+14
2019-06-13Rollup merge of #61761 - lzutao:target-tuple-solaris, r=varkorMazdak Farrokhzad-8/+10
2019-06-12Add a limit_rdylib_exports option and disable it for SolarisJohn Kåre Alsaker-0/+14
2019-06-12Add an alias for x86_64-sun-solaris target tupleLzu Tao-8/+10
2019-06-08Include frame pointer for bare metal RISC-V targetsJonathan Behrens-0/+4
2019-06-05Don't use GNU noexec stack notecoypoop-3/+0
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-42/+0
2019-05-13default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targetsNathan Froyd-12/+5
2019-05-13Remove bitrig support from rustMarcel Hellwig-42/+0
2019-05-09Omit the vendor component in the WASI tripleDan Gohman-18/+18
2019-05-08Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoeristerbors-10/+40
2019-05-07choose a more specific LLVM target on OS X when necessaryNathan Froyd-10/+40
2019-05-03Categorize WASI as an "OS" rather than as an "environment".Dan Gohman-2/+2
2019-04-06Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichtonMazdak Farrokhzad-0/+9
2019-04-04wasm32: Default to a "static" relocation modelAlex Crichton-0/+9
2019-04-04Disable stack probing for gnux32.CrLF0710-1/+2
2019-04-01SGX target: Use linker option to avoid code CGU assignment kludgeJethro Beekman-0/+9
2019-03-31Rollup merge of #59506 - JohnTitor:improve-mcount, r=nagisaMazdak Farrokhzad-39/+127
2019-03-31Use `u{1}` instead of `01`Yuki OKUSHI-16/+16
2019-03-30Add target_mcount optionYuki OKUSHI-39/+127
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+114
2019-03-20rustc: Allow using `clang` for wasm32 targetsAlex Crichton-51/+153
2019-03-16Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichtonkennytm-1/+1
2019-03-16Rollup merge of #58941 - wzssyqa:master, r=alexcrichtonkennytm-0/+99
2019-03-08Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiynPietro Albini-0/+50
2019-03-06Default to integrated `rust-lld` linker for UEFI targetsPhilipp Oppermann-1/+1
2019-03-05MIPS: add r6 supportYunQiang Su-0/+99
2019-02-20Search for target_triple.json only if builtin target not foundgnzlbg-6/+16
2019-02-15Auto merge of #58406 - Disasm:rv64-support, r=nagisabors-0/+64
2019-02-13Add FreeBSD armv6 and armv7 targetsMikaelUrankar-0/+50
2019-02-13target/uefi: clarify documentationDavid Rheinsberg-12/+17
2019-02-12Add riscv64gc-unknown-none-elf targetVadim Kaushan-0/+32
2019-02-12Add riscv64imac-unknown-none-elf targetVadim Kaushan-0/+32
2019-02-10rustc: doc commentsAlexander Regueiro-5/+5
2019-02-08librustc_target => 2018Taiki Endo-133/+133
2019-02-02Auto merge of #58060 - andre-richter:master, r=nagisabors-0/+1
2019-02-01targets: aarch64-unknown-none: Add +strict-alignAndre Richter-0/+1
2019-01-28NVPTX: by-default use target cpu "sm_30"Denys Zariaiev-3/+3
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-0/+77
2019-01-27Auto merge of #57925 - fintelia:riscv-cas, r=nagisabors-1/+1
2019-01-26Enable RISC-V atomic compare and swapJonathan Behrens-1/+1
2019-01-21Add powerpc64-unknown-freebsdYour Name-0/+23
2019-01-05Add a target option "merge-functions" taking values in ("disabled",Peter Jin-1/+65
2018-12-25Remove licensesMark Rousskov-1340/+0
2018-12-23Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=ale...kennytm-19/+27
2018-12-19Adding unwinding support for x86_64_fortanix_unknown_sgx target.Vardhan Thigle-19/+27
2018-12-19Rollup merge of #56947 - hsivonen:neon, r=alexcrichtonPietro Albini-0/+98
2018-12-17Enable stack probes for UEFI imagesWonwoo Choi-0/+1