aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/DataStructure.cpp
AgeCommit message (Expand)Author
2002-07-31Changes to be GCC3.1 friendlyChris Lattner
2002-07-30Use a separate globals graph to hold externally visible nodes.Vikram S. Adve
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-18* Inline CopyFunctionCallsListChris Lattner
2002-07-18Add support for a top-down propagation pass.Vikram S. Adve
2002-07-18Implement cast nodes correctly.Chris Lattner
2002-07-18Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner
2002-07-11* Nodes now keep track of any global variables in themChris Lattner
2002-07-10New implementation of data structure analysis. Only local analysis has beenChris Lattner
2002-06-30Fix anand's last checkinChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25*** empty log message ***Chris Lattner
2002-04-16* Remove the concept of a critical shadow nodeChris Lattner
2002-04-04Add hack to get timing of analysisChris Lattner
2002-03-28Many changesChris Lattner
2002-03-26Initial checkin of Datastructure analysis.Chris Lattner