index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
DataStructure
/
DSGraphTraits.h
Age
Commit message (
Expand
)
Author
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-19
Lots of changes to make the NodeType field private to DSNode.
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-10
Bugfix for calling dump() after the links vector has been cleared
Chris Lattner
2002-11-18
Templatize graph traits and iterator to work with const and non-const clients
Chris Lattner
2002-11-06
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
2002-10-17
Be const correct. Handle both DSGraph* and const DSGraph*'s
Chris Lattner
2002-10-16
The second element of the iterator is really an offset, not a link
Chris Lattner
2002-10-13
First crack at reimplementing graph traits for DSGraphs
Chris Lattner
2002-10-10
Rename DataStructureGraph.h to DSGraphTraits.h
Chris Lattner
2002-10-01
Check in DataStructure rewrite so far.
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-10
New implementation of data structure analysis
Chris Lattner
2002-03-31
* Allow access to DSNode iterator as DSNode::iterator/begin/end
Chris Lattner
2002-03-30
Initial checkin of file:
Chris Lattner