aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Writer.cpp
AgeCommit message (Expand)Author
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-22Print the contents, not the pointer...Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-05-08Print out post dominance data structures more nicelyChris Lattner
2002-04-28Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner
2002-04-28Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner
2002-04-08Add #includes that were pruned from already #included filesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Implement writer support for Loops, Induction Variables, and CallGraphsChris Lattner
2001-07-03IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner
2001-07-03Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file toChris Lattner
2001-07-02Add printing code for dominator infoChris Lattner
2001-06-24#include a different header due to Intervals.h splitting upChris Lattner
2001-06-21Moved printing code to the Assembly/Writer library.Chris Lattner