summaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Local.cpp
Commit message (Expand)AuthorAge
* Always create a shadow node for a store instruction, even if it's storingChris Lattner2002-07-22
* Rename removeDeadNodes to removeTriviallyDeadNodesChris Lattner2002-07-18
* Implement cast nodes correctly.Chris Lattner2002-07-18
* Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner2002-07-18
* * Nodes now keep track of any global variables in themChris Lattner2002-07-11
* New implementation of data structure analysis. Only local analysis has beenChris Lattner2002-07-10