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.h
Age
Commit message (
Expand
)
Author
2004-07-07
All of these now live in the DataStructure directory
Chris Lattner
2004-03-11
Doxygenified and cleand up comments.
Misha Brukman
2003-11-13
Add methods for implementation
Chris Lattner
2003-11-13
Add an initial version of the CompleteBUDataStructures pass
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-02
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-21
Add prototype
Chris Lattner
2003-09-20
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-07-26
Remove #includes
Chris Lattner
2003-07-02
Remove dead method
Chris Lattner
2003-07-01
TD pass keeps track of which functions have complete arguments
Chris Lattner
2003-07-01
Add new methods to BUDS for keeping track of a precise call graph
Chris Lattner
2003-06-30
Constness changes
Chris Lattner
2003-06-30
Remove prototype for dead method
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-02-03
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2002-12-12
No need to specify the class if the method is within the class declaration.
Misha Brukman
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 hasGraph() methods to all of the passes for the printer
Chris Lattner
2002-11-09
Add globals graphs to all three passes
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-08
- Add support for an "auxillary" call site list
Chris Lattner
2002-11-08
Restore a #include because this header file needs the definitions
Vikram S. Adve
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
[next]