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
/
DSNode.h
Age
Commit message (
Expand
)
Author
2003-07-02
Disable the parent graph code when not compiled in DEBUG mode
Chris Lattner
2003-06-28
Add new 'isComplete' method
Chris Lattner
2003-06-22
Whoops, accidentally lost a #include
Chris Lattner
2003-06-22
Remove support for the MultiObject flag, which was just fundamentally broken
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-03-03
Don't apply type information to loads
Chris Lattner
2003-02-13
Move node forwarding code from being inlined to being out-of-line.
Chris Lattner
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-10
Move getNode() out of line
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
Add new composition mask
Chris Lattner
2003-01-29
New API for traversing graph
Chris Lattner
2002-12-06
Added static helper method MergeNodes(). See DataStructure.cpp for more.
Vikram S. Adve
2002-11-18
Inline DSTypeRec stuff into DSNode
Chris Lattner
2002-11-10
Implement swapping
Chris Lattner
2002-11-09
Fix release build
Chris Lattner
2002-11-08
Add new methods
Chris Lattner
2002-11-08
- Add support for an "auxillary" call site list
Chris Lattner
2002-11-08
Use DSNodeHandle for persistent maps
Chris Lattner
2002-11-08
Add flag that may be used to determine if dead nodes are used. It's temporary
Chris Lattner
2002-11-06
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
2002-11-04
Add a bunch of assertions
Chris Lattner
2002-11-03
Rename NewNode flag to HeapNode
Chris Lattner
2002-11-02
Fixed comment on top of DSNode.h, added note to DSSupport.h as to why
Misha Brukman
2002-11-02
Implement the "unknown flag" which mainly consists of aligning printing code
Chris Lattner
2002-11-02
* Eliminate Scalar node type (renumber other node types)
Chris Lattner
2002-10-31
Eliminate some unneccesary #includes and forward decls
Chris Lattner
2002-10-31
Refactored DSGraph.h:
Misha Brukman