Add another option to cloneGraph
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSGraph.h
2002-11-08 Chris LattnerAdd another option to cloneGraph
2002-11-08 Chris Lattner- Add support for an "auxillary" call site list
2002-11-08 Chris LattnerUse DSNodeHandle for persistent maps
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerAdd new method
2002-11-06 Vikram S. AdveAdd const version of function getNodeForValue:
2002-11-06 Chris LattnerRemove stripscalars argument to cloneInto
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-10-31 Chris LattnerEliminate some unneccesary #includes and forward decls
2002-10-31 Misha BrukmanRefactored DSGraph.h:
2002-10-31 Chris LattnerThis fixes all kinds of problems with array handling...
2002-10-27 Chris LattnerAdd #include
2002-10-22 Chris LattnerAllow modification of callee
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerMake sure to initialize isArray member
2002-10-21 Chris LattnerTwo callsites are equivalent even if they are from...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Chris LattnerAdd isArray flag
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-17 Chris LattnerAdd interface for mod/ref info to be captures by dsgraphs
2002-10-17 Chris Lattner * Remove a lot of obsolete #if 0'd code
2002-10-17 Chris LattnerBe const correct. Handle both DSGraph* and const DSGra...
2002-10-16 Chris LattnerAllow direct access to mergemap for printing
2002-10-10 Chris LattnerChange reference
2002-10-02 Chris LattnerThis file doesn't need Pass.h
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerCheckin the "meat" of the Data structure graph itself...