about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2025-02-07Rollup merge of #136565 - workingjubilee:fixup-abi-in-target, r=compiler-errorsMatthias Krüger-27/+25
2025-02-07Rollup merge of #136191 - klensy:const_a, r=compiler-errorsMatthias Krüger-1/+1
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-27/+25
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-03Auto merge of #136146 - RalfJung:x86-abi, r=workingjubileebors-8/+67
2025-02-03add rustc_abi to control ABI decisions LLVM does not have flags for, and use ...Ralf Jung-8/+67
2025-01-31Add amdgpu targetFlakebi-0/+53
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+6
2025-01-28replaces few consts with statics to reduce readonly sectionklensy-1/+1
2025-01-28Use +secure-plt for powerpc-unknown-linux-gnu{,spe}Taiki Endo-1/+7
2025-01-27Mark all NuttX targets as tier 3 target and support the standard libraryHuang Qi-37/+34
2025-01-26Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmeaseJacob Pratt-3/+9
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-20Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm`Wesley Wiser-2/+2
2025-01-20Add NuttX support for AArch64 and ARMv7-A targetsHuang Qi-0/+203
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+1
2025-01-16Target option to require explicit cpuFlakebi-0/+6
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+1
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-5/+10
2025-01-09Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwcoMatthias Krüger-1/+70
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-06Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubileebors-0/+34
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-6/+24
2025-01-05add dedicated type for ABI target feature constraintsRalf Jung-4/+4
2025-01-05Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obkbors-0/+74
2025-01-05change to static relocation modelkirk-1/+2
2025-01-04Apply suggestions from workingjubilee's code reviewknickish-0/+2
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-1/+1
2025-01-03add m68k-unknown-none-elf targetkirk-0/+31
2025-01-03Target: Add mips mti baremetal supportYunQiang Su-0/+74
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-6/+24
2024-12-30musleabi* targets: we no longer need to set gnueabi* for LLVM now that we set...Ralf Jung-25/+6
2024-12-30explicitly set float ABI for all ARM targetsRalf Jung-64/+150
2024-12-30add llvm_floatabi field to target spec that controls FloatABITypeRalf Jung-0/+55
2024-12-29Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxubors-2/+3
2024-12-25Make x86_64-unknown-linux-gno panic=abort and mark as no_stdNoratrieb-2/+3
2024-12-25Enable LSX feature for LoongArch OpenHarmony targetWANG Rui-1/+1
2024-12-21Align `{i686,x86_64}-win7-windows-msvc` to their parent targetsTobias Bucher-6/+8
2024-12-18Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxubors-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1