about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2021-11-01Use apple-a14 as target CPU for aarch64-apple-darwin.Hans Kratz-1/+1
2021-10-31Auto merge of #89062 - mikeleany:new-target, r=cjgillotbors-0/+43
2021-10-29hermitkernel-target: Set OS to "none"Martin Kröning-1/+0
2021-10-28Enable combining +crt-static and relocation-model=pic on x86_64-unknown-linux...Andy Caldwell-0/+1
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-14/+31
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-14/+31
2021-10-25make thiscall on unsupported platforms an errorDrMeepster-5/+4
2021-10-16HermitCore's kernel itself doesn't support TLSStefan Lankes-3/+1
2021-10-14Fix issue where PIC was added to the wrong target.Mike Leany-2/+2
2021-10-13x86_64-unknown-none: Use position-independent code by defaultJosh Triplett-1/+1
2021-10-13Fix build errors.Mike Leany-1/+4
2021-10-13x86_64-unknown-none: Expand TargetOptions to specify more detailsJosh Triplett-0/+8
2021-10-13x86_64-unknown-none: Disable more target featuresJosh Triplett-1/+3
2021-10-13x86_64-unknown-none: Drop the `abi` fieldJosh Triplett-1/+0
2021-10-13x86_64-unknown-none: Fix module commentJosh Triplett-3/+1
2021-10-13Rename x86_64-unknown-none-elf to x86_64-unknown-noneJosh Triplett-1/+1
2021-10-13Use `CodeModel::Kernel` for `x86_64-unknown-none-elf`.Mike Leany-1/+2
2021-10-13Fix code formatting.Mike Leany-1/+2
2021-10-13Add new target: `x86_64-unknown-none-elf`Mike Leany-0/+31
2021-10-06add platform support details file for armv7-unknown-linux-uclibcJonah Petri-0/+1
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-0/+25
2021-10-01Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkovManish Goregaokar-0/+3
2021-10-01Add `pie` as another `relocation-model` valueMarcel Hlopko-0/+3
2021-09-28Add SOLID targetsTomoaki Kawada-0/+74
2021-09-22Disable the leak sanitizer on Macos aarch64 for now.Hans Kratz-1/+3
2021-09-17compiler/rustc_target: Add support for m68k-linux-gnuJohn Paul Adrian Glaubitz-0/+16
2021-09-13Auto merge of #88529 - Meziu:master, r=nagisabors-0/+45
2021-09-10ARMV6K 3DS: Removed useless parameters in target specMeziu-3/+1
2021-09-03Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiserbors-2/+4
2021-09-02Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum...bors-1/+1
2021-09-02Auto merge of #87114 - cjgillot:abilint, r=estebankbors-0/+3
2021-08-31Lint Abi in ast validation.Camille GILLOT-0/+3
2021-08-31some low hanging clippy::perf fixesMatthias Krüger-1/+1
2021-08-31ARMv6K Nintendo 3DS Tier 3 target addedMeziu-0/+47
2021-08-30sunos systems add sanitizer supported.David Carlier-2/+4
2021-08-30Disallow the aapcs CC on Aarch64Simonas Kazlauskas-1/+2
2021-08-29Auto merge of #88250 - rusticstuff:macos-lld, r=nagisabors-1/+2
2021-08-24allow specifying an ios version for the llvm targetPatrick Amrein-3/+9
2021-08-23Mach-O (Macos/ios/...) LLD flavor is always LD64.Hans Kratz-1/+2
2021-08-22Rollup merge of #88077 - kit-981:feature/fix-minimum-os-version-in-header, r=...Guillaume Gomez-1/+13
2021-08-21Auto merge of #87570 - nikic:llvm-13, r=nagisabors-9/+9
2021-08-16Update powerpc64 data layoutNikita Popov-5/+5
2021-08-16Update wasm data layoutNikita Popov-4/+4
2021-08-16Generate an iOS LLVM target with a specific versionkit-1/+13
2021-08-14freebsd arm64 add supported sanitizers.DC-2/+8
2021-08-12Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddybManish Goregaokar-0/+28
2021-08-12Apply c_enum_min_bits = 8 to (arm|thumb)-none- platformsManish Goregaokar-0/+14
2021-08-12Add c_enum_min_bits to target specManish Goregaokar-0/+14
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+38
2021-08-09Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche...bors-0/+28