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_middle
/
src
/
mir
/
basic_blocks.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-29
Remove deleted docs + better link together MIR traversing docs
Maybe Waffle
-0
/
+4
2023-09-28
Don't resolve basic block data in `Postorder`
Maybe Waffle
-2
/
+1
2023-09-18
Remove more unused `Lift` impls.
Nicholas Nethercote
-1
/
+1
2023-09-01
Use `OnceLock` for `SingleCache`
John Kåre Alsaker
-6
/
+6
2023-07-25
Make everything builtin!
Michael Goulet
-3
/
+1
2023-06-14
remove unused postorder CFG cache
Rémy Rakic
-9
/
+0
2023-06-14
add RPO to BB CFG cache
Rémy Rakic
-0
/
+12
2023-05-17
Merge DominatorTree and Dominators.
Camille GILLOT
-7
/
+1
2023-05-17
Cache dominators.
Camille GILLOT
-4
/
+6
2023-05-17
Preprocess dominator tree to answer queries in O(1)
Tomasz Miąsko
-1
/
+6
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-01-23
Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors
Yuki Okushi
-1
/
+0
2023-01-21
Instantiate dominators algorithm only once
Tomasz Miąsko
-1
/
+0
2023-01-17
Refactor basic blocks control flow caches
Tomasz Miąsko
-24
/
+74
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-07-07
Move `dominators` from Body to BasicBlocks
Tomasz Miąsko
-0
/
+6
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-0
/
+141