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-07-25
*** empty log message ***
Chris Lattner
2002-07-24
GCC 3.1 changes
Chris Lattner
2002-07-24
Remove assert hack now that I'm using the right GDB. :)
Chris Lattner
2002-07-23
Allow comparison against null
Chris Lattner
2002-07-18
Rename removeDeadNodes to removeTriviallyDeadNodes
Chris Lattner
2002-07-18
Simplify saveOrigFunctionCalls
Chris Lattner
2002-07-18
Add support for a top-down propagation pass.
Vikram S. Adve
2002-07-18
First cut at implementing bottom up analysis
Chris Lattner
2002-07-11
* Nodes now keep track of any global variables contained within them
Chris Lattner
2002-07-10
New implementation of data structure analysis
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
Support array allocations
Chris Lattner
2002-04-17
Make data structure acurately get ALL edges, even loads of null fields of
Chris Lattner
2002-04-16
Remove the concept of a critical shadow node
Chris Lattner
2002-04-16
* Eliminate ArgDSNode's completely, rely now on Scalar map
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-04
Add method to get # nodes in the graph
Chris Lattner
2002-04-01
Shadow nodes don't need to know their explicit parent, they just need to
Chris Lattner
2002-03-31
* Allow access to DSNode iterator as DSNode::iterator/begin/end
Chris Lattner
2002-03-30
Initial checkin of file:
Chris Lattner
2002-03-30
Add accessors and a method to get all the outgoing links for ALL nodes
Chris Lattner
2002-03-30
Add an accessor
Chris Lattner
2002-03-29
Add a hook to allow the datastructure to keep naturally up to date, even
Chris Lattner
2002-03-29
Expose more information to clients
Chris Lattner
2002-03-28
Implement getEscapingAllocations & getNonEscapingAllocations
Chris Lattner
2002-03-28
* Remove RemoveUnreachableShadowNodes & UnlinkUndistinguishableShadowNodes
Chris Lattner
2002-03-28
* Define some operators on PointerVal and PVS's
Chris Lattner
2002-03-27
* Add a nice utility method to DSNode
Chris Lattner
2002-03-27
Allow isa<DSNode>(..)
Chris Lattner
2002-03-26
New header file for datastructure analysis
Chris Lattner
[prev]