aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/EliminateNodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow merging of identical call nodes. Make the shadow node pointed toChris Lattner2002-04-011-4/+18
* Unify the destruction code used for node pairs vs normal nodes. This wasChris Lattner2002-03-311-35/+36
* * Move isEquivalentTo implementations to NodeImplChris Lattner2002-03-311-56/+91
* Implement getEscapingAllocations & getNonEscapingAllocationsChris Lattner2002-03-281-24/+61
* * Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodesChris Lattner2002-03-281-11/+12
* Ooops, I did such a great job pruning nodes, that I accidentally deletedChris Lattner2002-03-281-1/+2
* Many changesChris Lattner2002-03-281-102/+178
* * Add #define to enabled debug messagesChris Lattner2002-03-271-12/+15
* * Optimizers return true on changeChris Lattner2002-03-271-9/+83
* Initial checkin of Datastructure analysis.Chris Lattner2002-03-261-0/+127