Implement swapping
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSNode.h
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: