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
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-27
No longer need local graph to find call sites.
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-17
Omit the indirect node when printing call graphs
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
Add interfaces for ResolveCallSiteModRefInfo
Chris Lattner
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
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
Chris Lattner
2002-11-06
Add a stub to implement the context sensitive mod/ref info for call sites
Chris Lattner
2002-11-06
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
Chris Lattner
2002-11-06
Remove a couple of #includes, move some code to .cpp file
Chris Lattner
2002-11-06
Make PointerShift/Size be enums so they are constants instead of globals
Chris Lattner
2002-11-06
Make query operations non-const to allow demand-driven analyses.
Vikram S. Adve
2002-11-06
An interprocedural analysis pass that computes flow-insensitive
Vikram S. Adve
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-04
Implement methods needed to print out call graph
Chris Lattner
2002-11-04
Allow the call graph to be called from analyze naturally with print implemented
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
[next]