Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / DSGraph.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-20 Chris LattnerUnsquishify
2003-08-05 Chris LattnerAdd a comment to the method decl
2003-08-05 Sumant KowshikAdded declaration of mergeInGlobalsGraph
2003-07-16 Vikram S. Adve(1) Added DSGraph::cloneReachableSubgraph and DSGraph...
2003-07-02 Chris LattnerAdd new methods
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerBe more const correct
2003-06-30 Chris LattnerSubstantial revamp: DSGraphs now may contain the graphs...
2003-06-28 Chris LattnerAdd new DSGraph::ScalarMapTy typedef to avoid pulling...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-19 Chris LattnerLots of changes to make the NodeType field private...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-02-11 Chris LattnerFix uninitialized member problem
2003-02-10 Chris LattnerImplement a new method "viewGraph" which can be used...
2003-02-09 Chris LattnerTD Pass now does not cause globals to mark nodes incomp...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-04 Chris LattnerAdd sanity check
2003-02-03 Chris Lattner* Add a bunch of stuff for checking the integrity of...
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2002-11-27 Vikram S. AdveAdded flags to CloneFlags to strip/keep Mod/Ref bits...
2002-11-10 Chris LattnerAdd capability to set a preference of what call vector...
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerMove maskNodeTypes from cpp file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface
2002-11-09 Chris LattnerAdd initial support for a globals graph
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...