about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2025-06-08Rollup merge of #142108 - workingjubilee:track-caller-in-abi-map, r=jieyouxuJubilee-0/+1
2025-06-08Rollup merge of #142053 - heiher:loong32-none, r=wesleywiserJubilee-10/+78
2025-06-08Remove all unused feature gates from the compilerbjorn3-2/+0
2025-06-08add (back) unsupported_calling_conventions lint to reject more invalid callin...Ralf Jung-4/+1
2025-06-07store `target.min_global_align` as an `Align`Folkert de Vries-7/+30
2025-06-07Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target featuressayantn-3/+3
2025-06-07Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target featuressayantn-2/+2
2025-06-07Rollup merge of #141797 - workingjubilee:apple-likes-frame-pointers-but-not-t...Jacob Pratt-36/+23
2025-06-06compiler: set Apple frame pointers by architectureJubilee Young-36/+23
2025-06-05compiler: Add track_caller to AbiMapping::unwrapJubilee Young-0/+1
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-9/+77
2025-06-05Bump objectWANG Rui-1/+1
2025-06-04Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubileebors-22/+5
2025-06-04x86 (32/64): go back to passing SIMD vectors by-ptrRalf Jung-22/+5
2025-06-04Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubileeMatthias Krüger-10/+16
2025-06-03Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3Matthias Krüger-268/+229
2025-06-03compiler: actually remove Conv now that it is irrelevantJubilee Young-133/+0
2025-06-03compiler: simplify TargetOptions ABI functionsJubilee Young-108/+2
2025-06-03compiler: change Conv to CanonAbiJubilee Young-6/+6
2025-06-03compiler: use CanonAbi for entry_abiJubilee Young-21/+26
2025-06-03compiler: add AbiMapJubilee Young-1/+190
2025-05-31compiler: add CanonAbiJubilee Young-0/+6
2025-05-31Enable non-leaf Frame Pointers for mingw-w64 Arm64 WindowsMateusz Mikuła-1/+7
2025-05-30Add tls_model for cygwin and enable has_thread_localBerrysoft-1/+4
2025-05-24Enable xray support for Macquininer-0/+2
2025-05-23Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-point...Matthias Krüger-8/+46
2025-05-22aarch64-softfloat: forbid enabling the neon target featureRalf Jung-5/+7
2025-05-19add s390x z17 target featuresFolkert de Vries-10/+16
2025-05-18Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscrossLeón Orell Valerian Liehr-22/+22
2025-05-18Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxuLeón Orell Valerian Liehr-6/+1
2025-05-18Stabilize `avx512_target_feature`sayantn-22/+22
2025-05-17Rollup merge of #135808 - tiif:conv_display, r=workingjubileeMatthias Krüger-0/+32
2025-05-17aarch64-linux: Default to FramePointer::NonLeafJubilee Young-8/+46
2025-05-15[win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disab...Daniel Paoliello-6/+1
2025-05-15Revert "Fix linking statics on Arm64EC #140176"Jieyou Xu-13/+1
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-1/+0
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-12Use unreachable instead of panictiif-1/+1
2025-05-11Auto merge of #140915 - matthiaskrgr:rollup-lxce4zr, r=matthiaskrgrbors-1/+7
2025-05-11Auto merge of #135015 - heiher:stabilize-loongarch-target-features, r=Amanieubors-7/+7
2025-05-09Enable non-leaf Frame Pointers for Arm64EC WindowsDaniel Paoliello-1/+7
2025-05-09Rollup merge of #140828 - dpaoliello:arm64fp, r=workingjubileeStuart Cook-1/+7
2025-05-09Partially stabilize LoongArch target featuresWANG Rui-7/+7
2025-05-09Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiserbors-1/+13
2025-05-08Enable non-leaf Frame Pointers for Arm64 WindowsDaniel Paoliello-1/+7
2025-05-08Rollup merge of #140758 - dpaoliello:armhazard, r=jieyouxuMatthias Krüger-1/+6
2025-05-07[win][arm64] Disable MSVC Linker 'Arm Hazard' warningDaniel Paoliello-1/+6
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-1/+13
2025-05-07Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r...Jacob Pratt-0/+1
2025-05-06Added `apxf` target feature support, under flag `apx_target_feature`Madhav Madhusoodanan-0/+1