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_llvm
/
mir
/
block.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-09
codegen_llvm/misc: whitespace & formatting improvements
ljedrz
-22
/
+23
2018-10-03
Record whether a Call in MIR corresponds to a call in HIR
Matthew Jasper
-1
/
+7
2018-09-30
adapt to change in Session API
Jorge Aparicio
-1
/
+1
2018-09-30
move our check to reuse a previous computation
Jorge Aparicio
-20
/
+21
2018-09-30
improve panic message
Jorge Aparicio
-8
/
+6
2018-09-30
panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}
Jorge Aparicio
-0
/
+49
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-48
/
+0
2018-09-22
move our check to reuse a previous computation
Jorge Aparicio
-20
/
+21
2018-09-22
improve panic message
Jorge Aparicio
-8
/
+6
2018-09-22
adapt to change in Session API
Jorge Aparicio
-1
/
+1
2018-09-22
panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}
Jorge Aparicio
-0
/
+49
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+3
2018-08-21
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
kennytm
-1
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-19
Integrate OperandValue::UnsizedRef into OperandValue::Ref.
Masaki Hara
-20
/
+11
2018-08-19
Integrate PassMode::UnsizedIndirect into PassMode::Indirect.
Masaki Hara
-5
/
+3
2018-08-19
Implement simple codegen for unsized rvalues.
Masaki Hara
-1
/
+26
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for BasicBlock.
Irina Popa
-4
/
+4
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-20
/
+28
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-13
/
+13
2018-07-23
Explain promoted extraction for simd shuffle
Oliver Schneider
-0
/
+3
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-1
/
+24
2018-06-02
Generate br for all two target SwitchInts
Nikita Popov
-5
/
+14
2018-05-17
Make sure the type we think is uninhabited actually is
varkor
-1
/
+2
2018-05-17
Fix an ICE when attempting to transmute an uninhabited type
varkor
-3
/
+13
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+895