Chris Lattner
|
6635edfee4
|
Print the contents, not the pointer...
llvm-svn: 2981
|
2002-07-22 02:06:50 +00:00 |
Anand Shukla
|
ff4c42b7c3
|
changes to make it compatible with 64bit gcc
llvm-svn: 2789
|
2002-06-25 20:35:19 +00:00 |
Chris Lattner
|
f5cbf64ed2
|
Print out post dominance data structures more nicely
llvm-svn: 2562
|
2002-05-08 23:11:08 +00:00 |
Chris Lattner
|
78dd56fe62
|
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
to the global namespace
llvm-svn: 2370
|
2002-04-28 16:21:30 +00:00 |
Chris Lattner
|
99b6f5cac4
|
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's, not
const BasicBlocks
llvm-svn: 2337
|
2002-04-28 00:15:57 +00:00 |
Chris Lattner
|
b52d903ca0
|
Add #includes that were pruned from already #included files
llvm-svn: 2173
|
2002-04-08 21:56:50 +00:00 |
Chris Lattner
|
7f74a56e24
|
Changes to build successfully with GCC 3.02
llvm-svn: 1503
|
2002-01-20 22:54:45 +00:00 |
Chris Lattner
|
34dfe56c1a
|
Implement writer support for Loops, Induction Variables, and CallGraphs
llvm-svn: 1372
|
2001-11-26 18:53:29 +00:00 |
Chris Lattner
|
81f3ace753
|
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
|
fa3ac26d22
|
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
|
a7f22e53c0
|
Add printing code for dominator info
llvm-svn: 125
|
2001-07-02 05:46:47 +00:00 |
Chris Lattner
|
f64a8936e5
|
#include a different header due to Intervals.h splitting up
llvm-svn: 63
|
2001-06-24 04:05:45 +00:00 |
Chris Lattner
|
b20a15d334
|
Moved printing code to the Assembly/Writer library.
Code now detects looping intervals
llvm-svn: 52
|
2001-06-21 05:27:22 +00:00 |