Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / DSNode.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required
2003-07-02 Chris LattnerDisable the parent graph code when not compiled in...
2003-06-28 Chris LattnerAdd new 'isComplete' method
2003-06-22 Chris LattnerWhoops, accidentally lost a #include
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
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-03-03 Chris LattnerDon't apply type information to loads
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-10 Chris LattnerMove getNode() out of line
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerAdd new composition mask
2003-01-29 Chris LattnerNew API for traversing graph
2002-12-06 Vikram S. AdveAdded static helper method MergeNodes(). See DataStruc...
2002-11-18 Chris LattnerInline DSTypeRec stuff into DSNode
2002-11-10 Chris LattnerImplement swapping
2002-11-09 Chris LattnerFix release build
2002-11-08 Chris LattnerAdd new methods
2002-11-08 Chris Lattner- Add support for an "auxillary" call site list
2002-11-08 Chris LattnerUse DSNodeHandle for persistent maps
2002-11-08 Chris LattnerAdd flag that may be used to determine if dead nodes...
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-04 Chris LattnerAdd a bunch of assertions
2002-11-03 Chris LattnerRename NewNode flag to HeapNode
2002-11-02 Misha BrukmanFixed comment on top of DSNode.h, added note to DSSuppo...
2002-11-02 Chris LattnerImplement the "unknown flag" which mainly consists...
2002-11-02 Chris Lattner* Eliminate Scalar node type (renumber other node types)
2002-10-31 Chris LattnerEliminate some unneccesary #includes and forward decls
2002-10-31 Misha BrukmanRefactored DSGraph.h: