Chris Lattner
|
2b82b181a2
|
Updates to support
* Changes in PHI node structure
* We now run DCE after inlining because it helps clean up LOTS of inlining
gunk.
llvm-svn: 26
|
2001-06-11 15:05:02 +00:00 |
|
Chris Lattner
|
874ddadf72
|
Updates to support
* Changes in PHI node structure
llvm-svn: 25
|
2001-06-11 15:04:40 +00:00 |
|
Chris Lattner
|
931ef3bf05
|
Updates to support
* Changes in PHI node structure
* Change to PHI syntax
llvm-svn: 24
|
2001-06-11 15:04:20 +00:00 |
|
Chris Lattner
|
a653daaac2
|
Updates to support
* Changes in PHI node structure
* Fix to Predecessor iterator
llvm-svn: 23
|
2001-06-11 15:04:06 +00:00 |
|
Chris Lattner
|
7399a10ad5
|
Update documentation to reflect:
* Changes in PHI node structure
* Intentions for load instruction to work with structures
llvm-svn: 22
|
2001-06-11 15:03:43 +00:00 |
|
Chris Lattner
|
5f46e8c9da
|
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
to the UnaryOperator class (from the Instruction class).
llvm-svn: 21
|
2001-06-08 21:30:13 +00:00 |
|
Chris Lattner
|
9d905c95e0
|
I actually got something done
llvm-svn: 20
|
2001-06-08 21:29:35 +00:00 |
|
Chris Lattner
|
f5d87f9e56
|
Beautify the source a bit.
llvm-svn: 19
|
2001-06-08 21:07:26 +00:00 |
|
Chris Lattner
|
f2ff0eac5b
|
Include support for reverse iteration.
llvm-svn: 18
|
2001-06-08 20:52:54 +00:00 |
|
Chris Lattner
|
4ddc451fb3
|
Added a stupid testcase for iterators.
llvm-svn: 17
|
2001-06-08 00:35:25 +00:00 |
|
Chris Lattner
|
33455b2a23
|
Added reverse depth first capability, fixed depth first capability
llvm-svn: 16
|
2001-06-08 00:35:14 +00:00 |
|
Chris Lattner
|
7e0d6e05ac
|
Updated to work with new CFG.h file.
llvm-svn: 15
|
2001-06-07 21:18:45 +00:00 |
|
Chris Lattner
|
fe59ab9828
|
Moved iterators to the new CFG.h file.
llvm-svn: 14
|
2001-06-07 21:18:35 +00:00 |
|
Chris Lattner
|
b151cb40ac
|
New file
llvm-svn: 13
|
2001-06-07 21:18:08 +00:00 |
|
Chris Lattner
|
cc45ae3d49
|
inlining can change methods a second time, so don't rerun inliner when testing for
differences in optimizations
llvm-svn: 12
|
2001-06-07 17:00:00 +00:00 |
|
Chris Lattner
|
e6c4ea9861
|
Add extra method to PHI node class
llvm-svn: 11
|
2001-06-07 16:59:37 +00:00 |
|
Chris Lattner
|
d821c2af37
|
Significant rework. DCE is still not done (see #ifdef'd out parts)
but at least the stuff that is checked in, now works.
llvm-svn: 10
|
2001-06-07 16:59:26 +00:00 |
|
Chris Lattner
|
a2f01878b7
|
Fixed to print slightly differently. Added use counts for labels
llvm-svn: 9
|
2001-06-07 16:58:55 +00:00 |
|
Chris Lattner
|
e358b22776
|
Fixes for BB iterators, additional methods added for DCE pass
llvm-svn: 8
|
2001-06-07 16:58:36 +00:00 |
|
Chris Lattner
|
2cafe60b3b
|
Extra comments
llvm-svn: 7
|
2001-06-07 16:58:13 +00:00 |
|
Chris Lattner
|
d71f87537c
|
Now does not include instruction files...
llvm-svn: 6
|
2001-06-06 20:41:51 +00:00 |
|
Chris Lattner
|
2f7c963559
|
Initial revision
llvm-svn: 2
|
2001-06-06 20:29:01 +00:00 |
|
CVS to SVN Conversion
|
97724f18c7
|
New repository initialized by cvs2svn.
llvm-svn: 1
|
2001-06-06 20:29:01 +00:00 |
|