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-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
2002-11-09
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
Add globals graphs to all three passes
Chris Lattner
2002-11-09
Move maskNodeTypes from cpp file
Chris Lattner
2002-11-09
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
Make removeTriviallyDeadNodes a private interface
Chris Lattner
2002-11-09
Add initial support for a globals graph
Chris Lattner
2002-11-09
Remove unneccesary #include
Chris Lattner
2002-11-09
Remove GlobalDSGraph delcaration
Chris Lattner
2002-11-09
Fix release build
Chris Lattner
2002-11-08
Add new methods
Chris Lattner
2002-11-08
Add another option to cloneGraph
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-08
Restore a #include because this header file needs the definitions
Vikram S. Adve
2002-11-07
Instead of using a bool that constant has to be explained, use a self
Chris Lattner
2002-11-07
Add new method
Chris Lattner
2002-11-07
Expose isPointerType to clients of dsanalysis
Chris Lattner
2002-11-06
Add a comment
Chris Lattner
2002-11-06
Make PointerShift/Size be enums so they are constants instead of globals
Chris Lattner
2002-11-06
Add const version of function getNodeForValue:
Vikram S. Adve
2002-11-06
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
[prev]
[next]