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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_ssa
/
mir
/
operand.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-05
comments
Ralf Jung
-2
/
+3
2019-11-22
Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk
Mazdak Farrokhzad
-2
/
+1
2019-11-21
Readjust constant evaluation for operands
Santiago Pastorino
-2
/
+1
2019-11-21
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-9
/
+9
2019-11-12
Rename in librustc_codegen_ssa.
Camille GILLOT
-6
/
+6
2019-10-21
Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`
varkor
-0
/
+1
2019-09-14
Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe
Mazdak Farrokhzad
-1
/
+1
2019-09-12
codegen: be more explicit about setting giving names to allocas.
Eduard-Mihai Burtescu
-1
/
+1
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-35
/
+33
2019-08-29
`new_sized` is mostly used without align
Dante-Broggi
-1
/
+0
2019-08-16
Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern...
Eduard-Mihai Burtescu
-1
/
+1
2019-08-02
CTFE: simplify Value type by not checking for alignment
Ralf Jung
-2
/
+2
2019-07-22
Place::as_place_ref is now Place::as_ref
Santiago Pastorino
-1
/
+1
2019-07-20
Avoid cloning Place in codegen_place
Santiago Pastorino
-10
/
+10
2019-06-19
Change `ByRef` to a struct variant to clarify its fields via names
Oliver Scherer
-1
/
+1
2019-06-19
Remove the `AllocId` from `ByRef` values
Oliver Scherer
-2
/
+2
2019-06-19
Weave the alignment through `ByRef`
Oliver Scherer
-2
/
+2
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-3
/
+3
2019-06-01
Auto merge of #61350 - RalfJung:alloc, r=oli-obk
bors
-1
/
+1
2019-05-30
light refactoring of global AllocMap
Ralf Jung
-1
/
+1
2019-05-30
Make the `type_name` intrinsic's output deterministic
Oliver Scherer
-6
/
+6
2019-05-25
Make `ConstValue::Slice` solely take `[u8]` and `str`
Oliver Scherer
-4
/
+8
2019-05-25
Don't use `ty::Const` without immediately interning
Oliver Scherer
-1
/
+1
2019-05-22
Make maybe_codegen_consume_direct iterate instead of doing recursion
Santiago Pastorino
-34
/
+36
2019-05-01
Add `ConstValue::Placeholder`
varkor
-0
/
+1
2019-03-29
Use Builder instead of CodegenCx for OperandRef and LocalRef
bjorn3
-15
/
+15
2019-03-29
`eval_mir_constant` doesn't need a builder param
bjorn3
-1
/
+1
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-0
/
+1
2019-03-05
Use non_erasable_generics for codegen
varkor
-0
/
+2
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-1
/
+1
2019-02-25
librustc_codegen_ssa: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-02-16
Reuse the `Pointer` type instead of passing reassembling it at many use sites
Oliver Scherer
-2
/
+2
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-4
/
+4
2019-01-27
`ConstValue::ScalarPair` only needs to represent slices
Oliver Scherer
-8
/
+4
2019-01-01
`<&'tcx ty::Const as Deref>::deref`
Oliver Scherer
-1
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-2
/
+1
2018-11-28
Fix alignment of stores to scalar pair
Nikita Popov
-5
/
+15
2018-11-24
Rollup merge of #56097 - ogoffart:union-abi, r=eddyb
kennytm
-3
/
+14
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-7
/
+7
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-3
/
+3
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-4
/
+4
2018-11-20
Add comments and rename a local variable
Olivier Goffart
-5
/
+8
2018-11-20
Fix invalid bitcast taking bool out of a union represented as a scalar
Olivier Goffart
-3
/
+11
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-18
/
+23
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+474