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
/
operand.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-24
Auto merge of #122053 - erikdesjardins:alloca, r=nikic
bors
-2
/
+2
2024-04-11
use [N x i8] for alloca types
Erik Desjardins
-2
/
+2
2024-04-11
Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fields
Scott McMurray
-14
/
+15
2024-04-11
Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR...
Scott McMurray
-10
/
+13
2024-04-09
Remove my `scalar_copy_backend_type` optimization attempt
Scott McMurray
-11
/
+5
2024-03-05
only set noalias on Box with the global allocator
Ralf Jung
-0
/
+1
2024-02-26
introduce and use ptradd/inbounds_ptradd instead of gep
Erik Desjardins
-3
/
+2
2024-01-05
Auto merge of #118991 - nikic:scalar-pair, r=nagisa
bors
-12
/
+7
2023-12-17
Tolerate overaligned MIR constants for codegen.
Camille GILLOT
-1
/
+1
2023-12-15
Separate immediate and in-memory ScalarPair representation
Nikita Popov
-12
/
+7
2023-12-12
codegen: panic when trying to compute size/align of extern type
Ralf Jung
-3
/
+3
2023-12-09
Use immediate_backend_type when reading from a const alloc
Ben Kimock
-1
/
+1
2023-12-07
Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin
bors
-1
/
+1
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-1
/
+1
2023-12-03
more targeted errors when extern types end up in places they should not
Ralf Jung
-0
/
+1
2023-09-23
Use correct offset when codegening mir::Const::Indirect.
Camille GILLOT
-12
/
+11
2023-09-23
Tolerate non-ptr indirect scalars in codegen.
Camille GILLOT
-1
/
+1
2023-09-19
adjust constValue::Slice to work for arbitrary slice types
Ralf Jung
-6
/
+3
2023-09-19
move ConstValue into mir
Ralf Jung
-3
/
+3
2023-09-14
move required_consts check to general post-mono-check function
Ralf Jung
-6
/
+1
2023-09-14
make it more clear which functions create fresh AllocId
Ralf Jung
-2
/
+6
2023-09-14
cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect
Ralf Jung
-1
/
+1
2023-09-14
use AllocId instead of Allocation in ConstValue::ByRef
Ralf Jung
-1
/
+3
2023-08-29
const_eval and codegen: audit uses of is_zst
Ralf Jung
-1
/
+2
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-27
/
+6
2023-05-31
Add a distinct `OperandValue::ZeroSized` variant for ZSTs
Scott McMurray
-23
/
+26
2023-05-26
Stop creating intermediate places just to immediate convert them to operands
Oli Scherer
-3
/
+72
2023-05-08
Align unsized locals
Tomasz Miąsko
-11
/
+15
2023-05-05
Address review comments.
Luqman Aden
-6
/
+0
2023-05-05
Don't bitcast aggregate field.
Luqman Aden
-1
/
+26
2023-05-05
Operand::extract_field: only cast llval if it's a pointer and replace bitcast...
Luqman Aden
-3
/
+13
2023-04-06
Check `CastKind::Transmute` sizes in a better way
Scott McMurray
-0
/
+25
2023-04-04
Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s
Scott McMurray
-1
/
+17
2023-03-24
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
Scott McMurray
-2
/
+2
2023-03-16
Use poison instead of undef
Nikita Popov
-2
/
+2
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-10-02
Remove type argument of array_alloca and rename to byte_array_alloca
bjorn3
-1
/
+1
2022-09-06
Remove dead broken code from const zst handling in backends
Oli Scherer
-8
/
+1
2022-07-09
tweak names and output and bless
Ralf Jung
-1
/
+1
2022-07-09
review feedback
Ralf Jung
-1
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+4
2022-06-15
fix codegen assertion
DrMeepster
-2
/
+2
2022-06-15
remove box derefs from codgen
DrMeepster
-8
/
+6
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-4
/
+4
2022-03-11
fix another assumption about box
DrMeepster
-1
/
+8
2022-02-19
Adopt let else in more places
est31
-9
/
+6
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-1
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-8
/
+8
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
[next]