* Standardize how analysis results/passes as printed with the print() virtual
[oota-llvm.git] / include / llvm / Analysis / DataStructure.h
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris LattnerRemove assert hack now that I'm using the right GDB...
2002-07-23 Chris LattnerAllow comparison against null
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Chris LattnerSimplify saveOrigFunctionCalls
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass.
2002-07-18 Chris LattnerFirst cut at implementing bottom up analysis
2002-07-11 Chris Lattner* Nodes now keep track of any global variables containe...
2002-07-10 Chris LattnerNew implementation of data structure analysis
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerSupport array allocations
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
2002-04-16 Chris LattnerRemove the concept of a critical shadow node
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, rely now on Scalar map
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-04 Chris LattnerAdd method to get # nodes in the graph
2002-04-01 Chris LattnerShadow nodes don't need to know their explicit parent...
2002-03-31 Chris Lattner* Allow access to DSNode iterator as DSNode::iterator...
2002-03-30 Chris LattnerAdd accessors and a method to get all the outgoing...
2002-03-30 Chris LattnerAdd an accessor
2002-03-29 Chris LattnerAdd a hook to allow the datastructure to keep naturally...
2002-03-29 Chris LattnerExpose more information to clients
2002-03-28 Chris LattnerImplement getEscapingAllocations & getNonEscapingAlloca...
2002-03-28 Chris Lattner* Remove RemoveUnreachableShadowNodes & UnlinkUndisting...
2002-03-28 Chris Lattner* Define some operators on PointerVal and PVS's
2002-03-27 Chris Lattner* Add a nice utility method to DSNode
2002-03-27 Chris LattnerAllow isa<DSNode>(..)
2002-03-26 Chris LattnerNew header file for datastructure analysis