aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-0/+4
* Always create a shadow node for a store instruction, even if it's storingChris Lattner2002-07-221-3/+3
* Rename removeDeadNodes to removeTriviallyDeadNodesChris Lattner2002-07-181-1/+3
* Implement cast nodes correctly.Chris Lattner2002-07-181-12/+17
* Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner2002-07-181-47/+55
* * Nodes now keep track of any global variables in themChris Lattner2002-07-111-17/+35
* New implementation of data structure analysis. Only local analysis has beenChris Lattner2002-07-101-0/+283