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
/
analyze.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-1
/
+1
2021-12-03
LLVM codgen support for unwinding inline assembly
cynecx
-2
/
+2
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+1
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+1
2021-06-10
Do not emit alloca for ZST locals with multiple assignments
Tomasz Miąsko
-93
/
+74
2021-06-07
Use preorder traversal when checking for SSA locals
Tomasz Miąsko
-1
/
+4
2021-06-07
Rollup merge of #85965 - tmiasko:a, r=nagisa
Guillaume Gomez
-46
/
+4
2021-06-03
Remove check for projections in a branch without any
Tomasz Miąsko
-13
/
+0
2021-06-03
Remove unused support for `VarDebugInfo`
Tomasz Miąsko
-33
/
+4
2021-05-31
Remove special handling of `box_free` from `LocalAnalyzer`
Tomasz Miąsko
-29
/
+0
2021-03-16
Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper
bors
-1
/
+1
2021-03-13
Do not emit alloca for ZST local even if it is uninitialized
Simon Vandel Sillesen
-1
/
+12
2021-03-12
Add `ty` helper function for mir constants
Oli Scherer
-1
/
+1
2021-02-16
make `visit_projection` take a `PlaceRef`
Henry Boisdequin
-1
/
+1
2021-01-16
PlaceRef::ty: use method call syntax
Ralf Jung
-1
/
+1
2021-01-03
use PlaceRef more consistently instead of loosely coupled local+projection
Ralf Jung
-8
/
+3
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+4
2020-11-16
compiler: fold by value
Bastian Kauschke
-4
/
+4
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+448