Chris Lattner
|
3dc9a2a61f
|
Changes to build successfully with GCC 3.02
llvm-svn: 1503
|
2002-01-20 22:54:45 +00:00 |
|
Chris Lattner
|
997aede09d
|
Implement writer support for Loops, Induction Variables, and CallGraphs
llvm-svn: 1372
|
2001-11-26 18:53:29 +00:00 |
|
Chris Lattner
|
8939261a8b
|
IntervalPartition was changed to inherit from vector<Interval*> instead of
contain it so that it would have full iterator access without much work.
Writer includes code to print out IntervalPartition's now.
llvm-svn: 133
|
2001-07-03 15:28:35 +00:00 |
|
Chris Lattner
|
12a9f45c48
|
Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file to
here. Updates to correct description n stuff.
llvm-svn: 129
|
2001-07-03 05:36:34 +00:00 |
|
Chris Lattner
|
e9796c9244
|
Add printing code for dominator info
llvm-svn: 125
|
2001-07-02 05:46:47 +00:00 |
|
Chris Lattner
|
89a7836d09
|
#include a different header due to Intervals.h splitting up
llvm-svn: 63
|
2001-06-24 04:05:45 +00:00 |
|
Chris Lattner
|
b87e26435e
|
Moved printing code to the Assembly/Writer library.
Code now detects looping intervals
llvm-svn: 52
|
2001-06-21 05:27:22 +00:00 |
|