summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir
AgeCommit message (Expand)AuthorLines
2025-02-06Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+28
2025-01-23When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-4/+2
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-1/+1
2024-12-22Delete `Rvalue::Len`Scott McMurray-28/+1
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-4/+4
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-1/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-15Simplify the GEP instruction for indexDianQK-4/+1
2024-12-10emit `.weak_definition` instead of `.weak` on macosFolkert de Vries-28/+37
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-0/+263
2024-12-06Remove polymorphizationBen Kimock-8/+9
2024-11-30use stores of the correct size to set discriminantsThe 8472-8/+16
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+1
2024-11-20Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errorsbors-4/+1
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-4/+1
2024-11-19When the required discriminator value exceeds LLVM's limits, drop the debug i...Kyle Huey-2/+4
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-20/+14
2024-11-17Likely unlikely fixJiri Bobek-5/+63
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-11/+9
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-28/+31
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-9/+9
2024-10-21stabilize Strict Provenance and Exposed ProvenanceRalf Jung-1/+5
2024-10-11rename RcBox in other places tooJonathan Dönszelmann-2/+2
2024-10-08compiler: Factor rustc_target::abi out of cg_ssaJubilee Young-5/+6
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-6/+7
2024-10-04Use wide pointers consistenly across the compilerUrgau-11/+11
2024-09-26Auto merge of #130329 - khuey:reorder-constant-spills, r=davidtwcobors-18/+48
2024-09-25Rollup merge of #130734 - Luv-Ray:fix_vfe, r=lcnrMatthias Krüger-1/+1
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-7/+7
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-1/+1
2024-09-23fix ices on vfe about principal traitLuv-Ray-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-31/+30
2024-09-21Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcmbors-20/+31
2024-09-21Compute reachable locals as part of non_ssa_localsBen Kimock-18/+23
2024-09-21Don't alloca for unused localsBen Kimock-15/+21
2024-09-20Do not unnecessarily eval consts in codegenMichael Goulet-2/+5
2024-09-18Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3Matthias Krüger-10/+10
2024-09-17Reorder stack spills so that constants come later.Kyle Huey-18/+48
2024-09-17Merge some impl blocks.Nicholas Nethercote-4/+0
2024-09-17Rename some lifetimes.Nicholas Nethercote-7/+5
2024-09-17Clean up formatting.Nicholas Nethercote-17/+21
2024-09-17Minimize visibilities.Nicholas Nethercote-25/+25
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-9/+9
2024-09-17Move some supertraits outward.Nicholas Nethercote-1/+1
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-50/+13
2024-09-06Don't leave debug locations for constants sitting on the builder indefinitely.Kyle Huey-0/+1
2024-09-04Don't codegen `expect` in opt-level=0clubby789-6/+3
2024-08-27Rollup merge of #126013 - nnethercote:unreachable_pub, r=UrgauMatthias Krüger-4/+4
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-5/+5