* Standardize how analysis results/passes as printed with the print() virtual
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructure.cpp
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-18 Chris Lattner* Inline CopyFunctionCallsList
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass.
2002-07-18 Chris LattnerImplement cast nodes correctly.
2002-07-18 Chris LattnerLots of bug fixes, add BottomUpClosure, which has bugs...
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...
2002-06-30 Chris LattnerFix anand's last checkin
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-04-16 Chris Lattner* Remove the concept of a critical shadow node
2002-04-04 Chris LattnerAdd hack to get timing of analysis
2002-03-28 Chris LattnerMany changes
2002-03-26 Chris LattnerInitial checkin of Datastructure analysis.