about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/gcc_util.rs
AgeCommit message (Expand)AuthorLines
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-49/+1
2025-01-13Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...Antoni Boucher-25/+19
2025-01-05add dedicated type for ABI target feature constraintsRalf Jung-8/+11
2024-12-31add ABI target features *before* -Ctarget-featuresRalf Jung-6/+6
2024-12-31x86-64 hardfloat actually requires sse2Ralf Jung-6/+12
2024-12-31adjust GCC backendRalf Jung-81/+115
2024-12-14target_features: control separately whether enabling and disabling a target f...Ralf Jung-1/+1
2024-12-11apply review feedbackRalf Jung-1/+3
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-8/+10
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-25/+40
2024-09-24codegen_ssa: consolidate tied feature checkingDavid Wood-21/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-07Refactor and fill out target feature listsCaleb Zulawski-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-03-05Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...Guillaume Gomez-31/+36
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-2/+2
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-12-14Move rustc_codegen_ssa target features to rustc_targetUrgau-5/+3
2023-10-26Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c...Antoni Boucher-1/+8
2023-10-09Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...Antoni Boucher-0/+223