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
/
compiler
/
rustc_passes
/
src
/
liveness.rs
Age
Commit message (
Expand
)
Author
Lines
2020-10-18
Mark InOut operands as used in RWU table with write_place
Olivia Crain
-2
/
+2
2020-10-17
Treat InOut variables like other input variables
Olivia Crain
-2
/
+2
2020-10-17
Mark inout asm! operands as used in liveness pass
Olivia Crain
-1
/
+1
2020-10-16
Lower inline const down to MIR
Santiago Pastorino
-0
/
+3
2020-09-30
Rollup merge of #77296 - tmiasko:liveness-option, r=ecstatic-morse
Jonas Schievink
-40
/
+36
2020-09-30
liveness: Use Option::None to represent absent live nodes
Tomasz Miąsko
-40
/
+36
2020-09-29
Liveness analysis for everybody
Tomasz Miąsko
-34
/
+28
2020-09-27
liveness: Inline visitor implementation for IrMaps
Tomasz Miąsko
-199
/
+175
2020-09-27
liveness: Store upvars_mentioned inside Liveness struct
Tomasz Miąsko
-4
/
+6
2020-09-27
liveness: Use visit_param to add variables corresponding to params
Tomasz Miąsko
-15
/
+19
2020-09-27
liveness: Use upvars instead of FnKind to check for closures
Tomasz Miąsko
-13
/
+10
2020-09-27
liveness: Move body_owner field from IrMaps to Liveness
Tomasz Miąsko
-18
/
+12
2020-09-27
liveness: Access live nodes directly through self.lnks[ln]
Tomasz Miąsko
-7
/
+3
2020-09-26
liveness: Use newtype_index for Variable and LiveNode
Tomasz Miąsko
-66
/
+43
2020-09-26
liveness: Remove unnecessary local variable exit_ln
Tomasz Miąsko
-3
/
+2
2020-09-26
liveness: Inline contents of specials struct
Tomasz Miąsko
-30
/
+25
2020-09-26
liveness: Delay conversion from a symbol to a string until linting
Tomasz Miąsko
-5
/
+12
2020-09-26
liveness: Remove redundant fields for a number of live nodes and variables
Tomasz Miąsko
-14
/
+8
2020-09-26
liveness: Remove redundant debug logging
Tomasz Miąsko
-2
/
+0
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1794