Fix some doxygen usage in these headers.
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSNode.h
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-12-06 Sumant KowshikAdded comment for removing assert
2005-12-06 Sumant KowshikHandling of zero length last fields in struct used...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-20 Chris Lattneradd a method
2005-03-20 Chris Lattnerrename some methods and add some new methods for dealin...
2005-03-19 Chris Lattneradd a method to clear globals from a node
2005-02-09 Chris LattnerAdd some iterators that should have come in long ago
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-05-23 Vikram S. AdveFix size/offset assertion to allow negative offsets...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-03-01 Chris LattnerAdd new method
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-07 Chris LattnerActually USE isForwarding method
2004-02-07 Chris LattnerAs Alkis pointed out to me, I forgot to commit this...
2004-01-27 Chris LattnerAdd comments, allow DSNode "copy ctor" to ignore outgoi...
2004-01-22 Chris LattnerIt doesn't make sense for one side to be const, but...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
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: