Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
[oota-llvm.git] / lib / Analysis / DataStructure / ComputeClosure.cpp
2002-04-28 Chris LattnerFix signed/unsigned comparison warning
2002-04-27 Chris LattnerAllow the inline limit to be modified on the commandlin...
2002-04-17 Chris LattnerInline indirect function calls that are only capable...
2002-04-16 Chris Lattner* Remove the concept of a critical shadow node
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, now rely on scalar map
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-08 Chris LattnerPlay around with #includes
2002-04-04 Chris Lattner* Eliminate commented out code
2002-04-01 Chris LattnerSupport resolving function arguments/return values...
2002-04-01 Chris LattnerIncrease limit for perimeter
2002-03-31 Chris Lattner* Convert CallMap to be a vector, because the keys...
2002-03-28 Chris Lattner* Rename UnlinkUndistinguishableShadowNodes & RemoveUnr...
2002-03-28 Chris LattnerMany changes
2002-03-27 Chris Lattner* Destroy alloca nodes when a graph gets inlined
2002-03-27 Chris Lattner* Because of optimization, the shadow nodes between...
2002-03-26 Chris LattnerInitial checkin of Datastructure analysis.