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
Age
Commit message (
Expand
)
Author
2003-07-02
Add new methods
Chris Lattner
2003-07-02
Disable the parent graph code when not compiled in DEBUG mode
Chris Lattner
2003-07-01
TD pass keeps track of which functions have complete arguments
Chris Lattner
2003-07-01
Add new operator= impl
Chris Lattner
2003-07-01
Ok, I'm a moron. Fixed now
Chris Lattner
2003-07-01
Fix major problem that was causing all kinds of nasty foldings
Chris Lattner
2003-07-01
Add new methods to BUDS for keeping track of a precise call graph
Chris Lattner
2003-06-30
Add new method
Chris Lattner
2003-06-30
Be more const correct
Chris Lattner
2003-06-30
Constness changes
Chris Lattner
2003-06-30
Substantial revamp: DSGraphs now may contain the graphs for multiple functions
Chris Lattner
2003-06-30
Remove prototype for dead method
Chris Lattner
2003-06-28
Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues
Chris Lattner
2003-06-28
Add new 'isComplete' method
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
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-11
Fix uninitialized member problem
Chris Lattner
2003-02-10
Bugfix for calling dump() after the links vector has been cleared
Chris Lattner
2003-02-10
Move getNode() out of line
Chris Lattner
2003-02-10
Implement a new method "viewGraph" which can be used to instantly view a grap...
Chris Lattner
2003-02-09
TD Pass now does not cause globals to mark nodes incomplete.
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Add sanity check
Chris Lattner
2003-02-03
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-03
Eliminate unused resolving caller stuff
Chris Lattner
2003-02-03
* Add a bunch of stuff for checking the integrity of the graph
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
2003-01-23
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2002-12-12
No need to specify the class if the method is within the class declaration.
Misha Brukman
2002-12-06
Added static helper method MergeNodes(). See DataStructure.cpp for more.
Vikram S. Adve
2002-11-27
Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.
Vikram S. Adve
2002-11-18
Inline DSTypeRec stuff into DSNode
Chris Lattner
2002-11-18
Inline DSTypeRec into DSNode
Chris Lattner
2002-11-18
Templatize graph traits and iterator to work with const and non-const clients
Chris Lattner
2002-11-12
Remove dead method, add new method
Chris Lattner
2002-11-11
Almost complete rewrite of BU closure code
Chris Lattner
2002-11-10
add method
Chris Lattner
2002-11-10
Add code to be able to merge two call sites
Chris Lattner
2002-11-10
Add hasGraph() methods to all of the passes for the printer
Chris Lattner
2002-11-10
Implement swapping
Chris Lattner
2002-11-10
Implement support for swapping. Callsites now sort by callee
Chris Lattner
2002-11-10
Add capability to set a preference of what call vector is printed to dot files
Chris Lattner
[next]