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
/
DataStructure.h
Age
Commit message (
Expand
)
Author
2002-11-06
Add a comment
Chris Lattner
2002-10-29
Fixed spelling of `propagation'.
Misha Brukman
2002-10-22
We need to know the call sites each function hosts
Chris Lattner
2002-10-21
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-20
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-17
* Add data structures to BU pass to keep track of call sites for functions
Chris Lattner
2002-10-02
Remove commented out stuff
Chris Lattner
2002-10-02
Move GlobalDSGraph class defn to the end of the file
Chris Lattner
2002-10-01
Check in DataStructure rewrite so far.
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-09
The second parameter of hash_set is the default, remove it.
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-31
Changes to be GCC 3.1 friendly
Chris Lattner
2002-07-30
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-26
*** 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
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]