summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2025-02-21Remove SSE ABI from i586-pc-windows-msvcNoratrieb-0/+1
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-19/+63
2025-02-13Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki...Jacob Pratt-2/+74
2025-02-12Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJungGuillaume Gomez-2/+2
2025-02-11i686-linux-android: increase CPU baseline to Pentium 4 (without an actual cha...Ralf Jung-1/+1
2025-02-11Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp...Matthias Krüger-7/+0
2025-02-10Change CPU target back to pentiumproJeremy Soller-1/+1
2025-02-10Rollup merge of #136791 - nicholasbishop:bishop-disable-dwarf, r=jieyouxuMatthias Krüger-1/+8
2025-02-10Reformat files王宇逸-8/+9
2025-02-10Apply suggestions王宇逸-18/+4
2025-02-10Add cygwin target.王宇逸-2/+87
2025-02-10Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubileebors-0/+53
2025-02-09compiler: remove rustc_target::spec::abi reexportsJubilee Young-4/+0
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-4/+1
2025-02-09Disable DWARF in linker options for i686-unknown-uefiNicholas Bishop-1/+8
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-254/+293
2025-02-08Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...Jubilee-49/+96
2025-02-08Rustfmtbjorn3-254/+293
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-49/+96
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-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-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