about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-78/+119
2025-02-07rustc_target: Add the fp16 target feature for AArch32Kajetan Puchalski-0/+1
2025-02-07i686-unknown-hurd-gnu: bump baseline CPU to Pentium 4Ralf Jung-1/+1
2025-02-07Replace i686-unknown-redox target with i586-unknown-redoxJeremy Soller-3/+3
2025-02-07Rollup merge of #136565 - workingjubilee:fixup-abi-in-target, r=compiler-errorsMatthias Krüger-125/+143
2025-02-07Rollup merge of #136191 - klensy:const_a, r=compiler-errorsMatthias Krüger-10/+10
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-125/+143
2025-02-05Rollup merge of #133932 - bjorn3:fix_ptx_kernel_abi, r=wesleywiserJubilee-14/+30
2025-02-05Rollup merge of #136154 - taiki-e:ppc-secure-plt, r=nikic许杰友 Jieyou Xu (Joe)-1/+7
2025-02-04nvptx64: update default alignment to match LLVM 21Augie Fackler-1/+1
2025-02-04Rollup merge of #134814 - sayantn:keylocker, r=oli-obkMatthias Krüger-0/+2
2025-02-03Auto merge of #136146 - RalfJung:x86-abi, r=workingjubileebors-24/+103
2025-02-03add rustc_abi to control ABI decisions LLVM does not have flags for, and use ...Ralf Jung-24/+103
2025-01-31Rollup merge of #136194 - taiki-e:bpf-clobber-abi, r=amanieuMatthias Krüger-0/+13
2025-01-31Add amdgpu targetFlakebi-0/+53
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+6
2025-01-29Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmeasebors-0/+5
2025-01-29show supported register classesFolkert de Vries-3/+3
2025-01-29Rollup merge of #136170 - taiki-e:atomics-32, r=workingjubileeLeón Orell Valerian Liehr-0/+5
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-13/+11
2025-01-29Support clobber_abi in BPF inline assemblyTaiki Endo-0/+13
2025-01-28replaces few consts with statics to reduce readonly sectionklensy-10/+10
2025-01-28Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiserbors-7/+13
2025-01-28Reject unsound toggling of Arm atomics-32 target featureTaiki Endo-0/+5
2025-01-28update commentsRalf Jung-13/+11
2025-01-28Use +secure-plt for powerpc-unknown-linux-gnu{,spe}Taiki Endo-1/+7
2025-01-27Windows x86: Change `i128` to return via the vector ABITrevor Gross-7/+13
2025-01-27Mark all NuttX targets as tier 3 target and support the standard libraryHuang Qi-37/+34
2025-01-26Restore previous ABI for f_single_u8_argbjorn3-1/+10
2025-01-26Avoid using make_direct_deprecated() in extern "ptx-kernel"bjorn3-16/+23
2025-01-26Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhprattbors-77/+190
2025-01-26Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmeaseJacob Pratt-3/+9
2025-01-25Rollup merge of #135785 - folkertdev:s390x-vector-passmode-direct, r=bjorn3Jacob Pratt-3/+11
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-0/+24
2025-01-24Move common code to mod nto_qnxFlorian Bartels-118/+145
2025-01-24Add support for QNX 7.1 with io-sock on x64Florian Bartels-0/+28
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-0/+28
2025-01-24Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgrbors-0/+203
2025-01-24Rollup merge of #135757 - no1wudi:master, r=compiler-errorsMatthias Krüger-0/+203
2025-01-24Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc...Matthias Krüger-1/+3
2025-01-23Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqdMatthias Krüger-2/+2
2025-01-22Enable kernel sanitizers for aarch64-unknown-none-softfloatJubilee Young-1/+3
2025-01-22Rollup merge of #134396 - mustartt:byval-pointer-natural-alignment, r=wesleyw...Matthias Krüger-1/+3
2025-01-20Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm`Wesley Wiser-2/+2
2025-01-20on s390x, use `PassMode::Direct` for vector typesFolkert de Vries-3/+11
2025-01-20Add NuttX support for AArch64 and ARMv7-A targetsHuang Qi-0/+203
2025-01-17Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35bors-0/+12
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+5
2025-01-16use indirect return for `i128` and `f128` on wasm32Folkert de Vries-0/+12
2025-01-16Target option to require explicit cpuFlakebi-0/+6