Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -163/+0 |
| | | | | | | | | | | methods * Eliminate AnalysisID: Now it is just a typedef for const PassInfo* * Simplify how AnalysisID's are initialized * Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into the analyses themselves. llvm-svn: 3116 | ||||
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -10/+11 |
| | | | | llvm-svn: 3105 | ||||
* | Print the contents, not the pointer... | Chris Lattner | 2002-07-22 | 1 | -2/+3 |
| | | | | llvm-svn: 2981 | ||||
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -0/+1 |
| | | | | llvm-svn: 2789 | ||||
* | Print out post dominance data structures more nicely | Chris Lattner | 2002-05-08 | 1 | -3/+9 |
| | | | | llvm-svn: 2562 | ||||
* | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 1 | -12/+12 |
| | | | | | | to the global namespace llvm-svn: 2370 | ||||
* | Change the Dominator info and LoopInfo classes to keep track of ↵ | Chris Lattner | 2002-04-28 | 1 | -2/+2 |
| | | | | | | | | BasicBlock's, not const BasicBlocks llvm-svn: 2337 | ||||
* | Add #includes that were pruned from already #included files | Chris Lattner | 2002-04-08 | 1 | -0/+2 |
| | | | | llvm-svn: 2173 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -13/+17 |
| | | | | llvm-svn: 1503 | ||||
* | Implement writer support for Loops, Induction Variables, and CallGraphs | Chris Lattner | 2001-11-26 | 1 | -0/+51 |
| | | | | llvm-svn: 1372 | ||||
* | IntervalPartition was changed to inherit from vector<Interval*> instead of | Chris Lattner | 2001-07-03 | 1 | -1/+15 |
| | | | | | | | | 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 | ||||
* | Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file to | Chris Lattner | 2001-07-03 | 1 | -7/+22 |
| | | | | | | here. Updates to correct description n stuff. llvm-svn: 129 | ||||
* | Add printing code for dominator info | Chris Lattner | 2001-07-02 | 1 | -0/+40 |
| | | | | llvm-svn: 125 | ||||
* | #include a different header due to Intervals.h splitting up | Chris Lattner | 2001-06-24 | 1 | -1/+1 |
| | | | | llvm-svn: 63 | ||||
* | Moved printing code to the Assembly/Writer library. | Chris Lattner | 2001-06-21 | 1 | -0/+28 |
Code now detects looping intervals llvm-svn: 52 |