about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
AgeCommit message (Expand)AuthorLines
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-1/+0
2025-01-21remove support for the #[start] attributeRalf Jung-1/+0
2025-01-21Treat undef bytes as equal to any other byteOli Scherer-0/+5
2025-01-19When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-9/+9
2025-01-15Use a C-safe return type for `__rust_[ui]128_*` overflowing intrinsicsTrevor Gross-65/+64
2025-01-13Fix formattingAntoni Boucher-2/+2
2025-01-13Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...Antoni Boucher-243/+366
2025-01-11migrate `rustc_codegen_gcc` to the `DenseBitSet` nameRémy Rakic-5/+5
2025-01-10mir_transform: implement forced inliningDavid Wood-1/+1
2025-01-07llvm: Ignore error value that is always falseMatthew Maurer-3/+1
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-81/+125
2025-01-05add dedicated type for ABI target feature constraintsRalf Jung-8/+11
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-0/+10
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/+116
2024-12-18chore: fix some typosacceptacross-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-3/+3
2024-12-14target_features: control separately whether enabling and disabling a target f...Ralf Jung-3/+3
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-13/+19
2024-12-11apply review feedbackRalf Jung-1/+3
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-13/+17
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-0/+7
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-1/+4
2024-12-03Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubileeMatthias Krüger-0/+1
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-1/+4
2024-11-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-4/+6
2024-11-25Support predicate registers (clobber-only) in Hexagon inline assemblyTaiki Endo-0/+6
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-1/+1
2024-11-23Add simd_relaxed_fma intrinsicCaleb Zulawski-0/+1
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-4/+4
2024-11-19When the required discriminator value exceeds LLVM's limits, drop the debug i...Kyle Huey-9/+9
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-28/+32
2024-11-17Likely unlikely fixJiri Bobek-2/+0
2024-11-12Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalleMatthias Krüger-0/+4
2024-11-11CFI: Append debug location to CFI blocksBastian Kersting-0/+4
2024-11-09Add a default implementation for CodegenBackend::linkbjorn3-38/+1
2024-11-07Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiserJubilee-1/+2
2024-11-07Basic inline assembly support for SPARC and SPARC64Taiki Endo-0/+5
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-26/+55
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-2/+4
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-26/+55
2024-11-03Reduce dependence on the target namebjorn3-1/+1
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-1/+1
2024-11-02Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...Taiki Endo-2/+4
2024-10-29cg_gcc: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-21/+26
2024-10-26Effects cleanupDeadbeef-2/+1
2024-10-25coverage: SSA doesn't need to know about `instrprof_increment`Zalathar-10/+0
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-1/+1
2024-10-21Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelixJubilee-2/+16