index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
/
src
/
mir
/
place.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-4
/
+4
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-1
/
+2
2024-12-15
Simplify the GEP instruction for index
DianQK
-4
/
+1
2024-11-30
use stores of the correct size to set discriminants
The 8472
-8
/
+16
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-2
/
+1
2024-10-28
compiler: Add `is_uninhabited` and use LayoutS accessors
Jubilee Young
-3
/
+3
2024-10-08
compiler: Factor rustc_target::abi out of cg_ssa
Jubilee Young
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+8
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+9
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-2
/
+2
2024-07-02
Use the aligned size for alloca at ret when the pass mode is cast.
DianQK
-1
/
+9
2024-05-28
Add an intrinsic for `ptr::metadata`
Scott McMurray
-0
/
+5
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-5
/
+6
2024-05-10
Refactoring after the `PlaceValue` addition
Scott McMurray
-36
/
+51
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-24
Auto merge of #122053 - erikdesjardins:alloca, r=nikic
bors
-1
/
+1
2024-04-11
use [N x i8] for alloca types
Erik Desjardins
-1
/
+1
2024-04-11
Add load/store helpers that take `PlaceValue`
Scott McMurray
-3
/
+2
2024-04-11
Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR...
Scott McMurray
-30
/
+64
2024-03-04
use GEP inbounds for ZST and DST field offsets
Erik Desjardins
-6
/
+1
2024-02-27
use non-inbounds GEP for ZSTs, add fixmes
Erik Desjardins
-0
/
+5
2024-02-26
introduce and use ptradd/inbounds_ptradd instead of gep
Erik Desjardins
-2
/
+2
2024-02-26
always use gep inbounds i8 (ptradd) for field offsets
Erik Desjardins
-29
/
+5
2024-01-02
Address review comments
Nikita Popov
-7
/
+5
2023-12-15
Separate immediate and in-memory ScalarPair representation
Nikita Popov
-2
/
+1
2023-12-12
reject projecting to fields whose offset we cannot compute
Ralf Jung
-12
/
+7
2023-12-12
codegen: panic when trying to compute size/align of extern type
Ralf Jung
-2
/
+2
2023-12-03
codegen, miri: fix computing the offset of an unsized field in a packed struct
Ralf Jung
-10
/
+12
2023-11-21
Fix some unnecessary casts
Nilstrieb
-7
/
+5
2023-10-02
Add docs, remove code, change subtyper code
ouz-a
-1
/
+1
2023-10-02
subtyping_projections
ouz-a
-0
/
+1
2023-09-28
Strip `OpaqueCast` during `RevealAll`.
Oli Scherer
-1
/
+3
2023-08-29
const_eval and codegen: audit uses of is_zst
Ralf Jung
-1
/
+2
2023-08-06
cleanup misinformation regarding has_deref
ouz-a
-1
/
+1
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-34
/
+5
2023-07-10
ensure byval allocas are sufficiently aligned
Erik Desjardins
-2
/
+10
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-04-14
Remove attempt to optimize codegen for discriminants.
Camille GILLOT
-92
/
+0
2023-03-24
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
Scott McMurray
-0
/
+3
2023-03-16
Use poison instead of undef
Nikita Popov
-1
/
+1
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-7
/
+10
2022-11-18
rustc_codegen_ssa: Fix for codegen_get_discr
Michael Benfield
-9
/
+18
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-4
/
+4
2022-11-11
rustc_codegen_ssa: Better code generation for niche discriminants.
Michael Benfield
-49
/
+145
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-0
/
+16
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-4
/
+4
2022-08-24
Remove LLVM ARM bug workaround
Michael Benfield
-11
/
+0
2022-07-22
simplify more, ret_deref -> has_deref
ouz-a
-2
/
+1
2022-07-22
simplify some code that depend on Deref
ouz-a
-8
/
+3
[next]