about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
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
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+5
2025-01-12on Windows, consistently pass ZST by-refRalf Jung-16/+10
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-28/+40
2025-01-09Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwcoMatthias Krüger-1/+70
2025-01-08Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubileeJacob Pratt-0/+8
2025-01-07arm: add unstable soft-float target featureRalf Jung-0/+8
2025-01-07Reserve x18 register for aarch64 wrs vxworks targetB I Mohammed Abbas-1/+1
2025-01-06Add new `{x86_64,i686}-win7-windows-gnu` targetsTobias Bucher-1/+70
2025-01-06Add `kl` and `widekl` target features, and the feature gateSayantan Chakraborty-0/+2
2025-01-06Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubileebors-0/+34