about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2024-01-03Enable address sanitizer for MSVC targets using INFERASANLIBS linker flagDaniel Paoliello-2/+4
2024-01-03Rollup merge of #119544 - roblabla:new-win7-targets, r=NilstriebLeón Orell Valerian Liehr-0/+1
2024-01-03Fix: Properly set vendor in i686-win7-windows-msvc targetroblabla-0/+1
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-14/+15
2023-12-30Update to bitflags 2 in the compilerNilstrieb-51/+10
2023-12-23Rollup merge of #112936 - Toasterson:illumos-aarch64-target, r=jackh726Matthias Krüger-0/+20
2023-12-22Rollup merge of #117601 - androm3da:hexagon_unknown_none_elf, r=petrochenkovMatthias Krüger-1/+30
2023-12-21Removing unneeded cpu defintion and add features analogous to netbsd/freebsdTill Wegmueller-1/+1
2023-12-21Add support for hexagon-unknown-none-elf as targetBrian Cain-1/+30
2023-12-21Fix name error in aarch64_apple_watchos tier 3 targetLeo Howell-1/+1
2023-12-19Use LLVM features for arm64e_apple_ios targetArtyom Tetyukhin-1/+1
2023-12-19Remove legacy bitcode defaultsArtyom Tetyukhin-9/+4
2023-12-18Add new tier 3 aarch64-apple-watchos targetleohowell-0/+20
2023-12-14Move rustc_codegen_ssa target features to rustc_targetUrgau-0/+430
2023-12-14Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Kibors-1/+5
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-58/+69
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-1/+5
2023-12-12Set the `StackProbeType` in `apple::opts`Josh Stone-56/+32
2023-12-09Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwcobors-0/+52
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-10/+9
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-28/+63
2023-12-07targets: remove not-added {i386,i486}-unknown-linux-gnuDavid Wood-16/+0
2023-12-07Auto merge of #116565 - Sword-Destiny:master, r=Amanieubors-1/+0
2023-12-07add teeos std impl袁浩-1/+0
2023-12-06Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwcoMatthias Krüger-0/+25
2023-12-07Add emulated TLS supportquininer-10/+9
2023-12-06Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviperbors-1/+1
2023-12-05Add riscv32 imafc bare metal targetScott Mabin-0/+25
2023-12-04Update target to be in line with recent target refactorsTill Wegmueller-2/+2
2023-12-04Add illumos aarch64 targetTill Wegmueller-0/+20
2023-11-28Pass +forced-atomics feature for riscv32{i,im,imc}-unknown-none-elfTaiki Endo-5/+6
2023-11-27Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviperbors-38/+34
2023-11-27Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwcoTakayuki Maeda-0/+5
2023-11-25Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errorsbors-0/+1
2023-11-22Add i686-win7-windows-msvc targetroblabla-0/+33
2023-11-22Add new x86_64-win7-windows-msvc targetroblabla-0/+19
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+2
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-0/+2
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-38/+34
2023-11-21the unadjusted ABI needs to pass aggregates by-valueRalf Jung-0/+1
2023-11-20Enable the Arm Cortex-A53 errata mitigation on aarch64-unknown-noneJonathan Pallant (Ferrous Systems)-0/+5
2023-11-20Remove now unnecessary x86_64_sun_solaris.rs.Petr Sumbera-20/+0
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+0
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-15/+88
2023-11-19Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwcobors-21/+128
2023-11-19make_direct_deprecated: dont overwrite already set attributesRalf Jung-4/+10
2023-11-19Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwcobors-94/+0
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-6/+0
2023-11-16compiler: enable unwinding on riscv32imac_unknown_xous_elfSean Cross-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2