Allow merging of identical call nodes. Make the shadow node pointed to
[oota-llvm.git] / lib / Analysis / DataStructure / EliminateNodes.cpp
2002-04-01 Chris LattnerAllow merging of identical call nodes. Make the shadow...
2002-03-31 Chris LattnerUnify the destruction code used for node pairs vs norma...
2002-03-31 Chris Lattner* Move isEquivalentTo implementations to NodeImpl
2002-03-28 Chris LattnerImplement getEscapingAllocations & getNonEscapingAlloca...
2002-03-28 Chris Lattner* Rename UnlinkUndistinguishableShadowNodes & RemoveUnr...
2002-03-28 Chris LattnerOoops, I did such a great job pruning nodes, that I...
2002-03-28 Chris LattnerMany changes
2002-03-27 Chris Lattner* Add #define to enabled debug messages
2002-03-27 Chris Lattner* Optimizers return true on change
2002-03-26 Chris LattnerInitial checkin of Datastructure analysis.