Chris Lattner
|
bb76d9d080
|
Factor the predeclarations of the CFG.h functionality into a seperate, new header
file: CFGdecls.h
This allows the addition of BasicBlock::(pred|succ)_iterator typedefs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-20 22:44:16 +00:00 |
|
Chris Lattner
|
a5a83b4fa5
|
Move contents to the cfg namespace.
Implement post order and reverse post order iterators
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-13 19:55:02 +00:00 |
|
Chris Lattner
|
143da691f0
|
Updates to support
* Changes in PHI node structure
* Fix to Predecessor iterator
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-11 15:04:06 +00:00 |
|
Chris Lattner
|
d842e77ca9
|
Added reverse depth first capability, fixed depth first capability
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-08 00:35:14 +00:00 |
|
Chris Lattner
|
7170838f84
|
New file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-07 21:18:08 +00:00 |
|