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
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
2002-11-06
Remove stripscalars argument to cloneInto
Chris Lattner
2002-11-04
Add a bunch of assertions
Chris Lattner
2002-11-03
Rename ValueMap to ScalarMap
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
2002-10-31
This fixes all kinds of problems with array handling. There are still bugs to
Chris Lattner
2002-10-29
Fixed spelling of `propagation'.
Misha Brukman
2002-10-27
Add #include
Chris Lattner
2002-10-22
We need to know the call sites each function hosts
Chris Lattner
2002-10-22
Allow modification of callee
Chris Lattner
2002-10-21
Delete unused arguments to DSGraph::cloneInto method
Chris Lattner
2002-10-21
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
[next]