about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2025-01-02Remove range-metadata amdgpu workaroundFlakebi-8/+0
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-12/+486
2024-12-30add llvm_floatabi field to target spec that controls FloatABITypeRalf Jung-4/+12
2024-12-30rustc_llvm: expose FloatABIType target machine parameterRalf Jung-9/+18
2024-12-29make -Csoft-float have an effect on all ARM targetsRalf Jung-1/+1
2024-12-27Override `carrying_mul_add` in cg_llvmScott McMurray-0/+32
2024-12-20Remove some dead code around import library generationbjorn3-28/+0
2024-12-19Rollup merge of #134497 - Zalathar:spans, r=jieyouxuMatthias Krüger-77/+200
2024-12-19coverage: Add a synthetic test for when all spans are discardedZalathar-0/+11
2024-12-19coverage: Identify source files by ID, not by interned filenameZalathar-37/+33
2024-12-19coverage: Store coverage source regions as `Span` until codegenZalathar-26/+146
2024-12-19coverage: Quietly skip functions that end up having no mappingsZalathar-7/+2
2024-12-19coverage: Rename some FFI fields from `span` to `cov_span`Zalathar-9/+10
2024-12-18fix outdated commentRalf Jung-2/+1
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-20/+18
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-6/+6
2024-12-18Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxubors-10/+7
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-10/+7
2024-12-17Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxuMatthias Krüger-204/+129
2024-12-17coverage: Track used functions in a set instead of a mapZalathar-90/+37
2024-12-17coverage: Pull function source hash out of `map_data.rs`Zalathar-12/+7
2024-12-17coverage: Pull region conversion out of `map_data.rs`Zalathar-37/+14
2024-12-17coverage: Pull expression conversion out of `map_data.rs`Zalathar-33/+44
2024-12-17coverage: Build the global file table on the flyZalathar-33/+29
2024-12-17coverage: Use `is_eligible_for_coverage` to filter unused functionsZalathar-8/+7
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-2/+2
2024-12-15Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubileebors-3/+3
2024-12-14target_features: control separately whether enabling and disabling a target f...Ralf Jung-3/+3
2024-12-14Rollup merge of #134208 - Zalathar:covmap-covfun, r=compiler-errorsMatthias Krüger-65/+61
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-16/+20
2024-12-12coverage: Tidy up creation of covfun recordsZalathar-32/+34
2024-12-12coverage: Tidy up creation of covmap recordsZalathar-33/+27
2024-12-12Fix our `llvm::Bool` typedef to be signed, to match `LLVMBool`Zalathar-1/+3
2024-12-12Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errorsbors-19/+29
2024-12-11Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieubors-11/+11
2024-12-11apply review feedbackRalf Jung-3/+5
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-16/+18
2024-12-11Rollup merge of #134165 - durin42:wasm-target-string, r=jieyouxuMatthias Krüger-0/+5
2024-12-11Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxuMatthias Krüger-182/+263
2024-12-11wasm(32|64): update alignment stringAugie Fackler-0/+5
2024-12-11coverage: Store intermediate region tables in `CovfunRecord`Zalathar-55/+77
2024-12-11coverage: Only generate a CGU's covmap record if it has covfun recordsZalathar-4/+14
2024-12-11coverage: Reify `CovfunRecord` as an intermediate stepZalathar-36/+45
2024-12-11coverage: Extract function metadata handling to a `covfun` submoduleZalathar-166/+206
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-11/+11
2024-12-10Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxuLeón Orell Valerian Liehr-0/+5
2024-12-10Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxuLeón Orell Valerian Liehr-0/+3
2024-12-10rustc_target: ppc64 target string fixes for LLVM 20Augie Fackler-0/+5
2024-12-10Rollup merge of #134029 - Zalathar:zero, r=oli-obkLeón Orell Valerian Liehr-188/+26
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-8/+3