whitequark
|
9670939ca6
|
compiler.analyses.domination: fix PostDominatorTree.
|
2015-11-09 12:49:27 +03:00 |
|
whitequark
|
19fae9181c
|
compiler.analyses.domination: implement new dominator tree algorithm.
|
2015-11-09 11:51:54 +03:00 |
|
whitequark
|
3a1b77ae6b
|
analyses.domination: add PostDominatorTree.
|
2015-11-01 09:49:39 +03:00 |
|
whitequark
|
6922bd5638
|
analyses.devirtualization: look up functions in outer scopes.
|
2015-10-09 01:32:05 +03:00 |
|
whitequark
|
7043b333a7
|
transforms.devirtualizer → analyses.devirtualization.
|
2015-10-09 00:29:31 +03:00 |
|
whitequark
|
f212ec0263
|
Add a trivial dead code elimination transform.
Its purpose is to sweep up basic blocks with no predecessors,
which are annoying to handle explicitly elsewhere.
|
2015-07-19 10:29:14 +03:00 |
|
whitequark
|
603d49dffa
|
Add a dominator analysis.
|
2015-07-18 20:48:52 +03:00 |
|