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
2006-12-13
Remove DSA.
John Criswell
2006-11-03
silence warning
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-16
remove use of compat_iterator
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-07
Move DSA headers into Analysis/DataStructure to make it more obvious
Chris Lattner
2004-03-01
Fix the "partial pool allocator" on em3d and others. The problem is that
Chris Lattner
2004-02-07
Abstract out the Nodes collection. Instead of providing a getNodes() method,
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
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