index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
DataStructure.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doxygenified and cleand up comments.
Misha Brukman
2004-03-11
1
-31
/
+44
*
Add methods for implementation
Chris Lattner
2003-11-13
1
-0
/
+10
*
Add an initial version of the CompleteBUDataStructures pass
Chris Lattner
2003-11-13
1
-0
/
+34
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-11-02
1
-0
/
+2
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Add prototype
Chris Lattner
2003-09-21
1
-0
/
+3
*
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
1
-4
/
+3
*
Remove #includes
Chris Lattner
2003-07-26
1
-1
/
+0
*
Remove dead method
Chris Lattner
2003-07-02
1
-1
/
+0
*
TD pass keeps track of which functions have complete arguments
Chris Lattner
2003-07-01
1
-0
/
+1
*
Add new methods to BUDS for keeping track of a precise call graph
Chris Lattner
2003-07-01
1
-12
/
+13
*
Constness changes
Chris Lattner
2003-06-30
1
-10
/
+13
*
Remove prototype for dead method
Chris Lattner
2003-06-30
1
-2
/
+0
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-03
1
-2
/
+3
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-11
/
+12
*
No need to specify the class if the method is within the class declaration.
Misha Brukman
2002-12-12
1
-2
/
+2
*
Remove dead method, add new method
Chris Lattner
2002-11-12
1
-7
/
+9
*
Almost complete rewrite of BU closure code
Chris Lattner
2002-11-11
1
-1
/
+15
*
add method
Chris Lattner
2002-11-10
1
-0
/
+3
*
Add hasGraph() methods to all of the passes for the printer
Chris Lattner
2002-11-10
1
-1
/
+13
*
Add globals graphs to all three passes
Chris Lattner
2002-11-09
1
-1
/
+9
*
Add initial support for a globals graph
Chris Lattner
2002-11-09
1
-0
/
+1
*
Remove unneccesary #include
Chris Lattner
2002-11-09
1
-1
/
+1
*
Remove GlobalDSGraph delcaration
Chris Lattner
2002-11-09
1
-31
/
+2
*
- Add support for an "auxillary" call site list
Chris Lattner
2002-11-08
1
-30
/
+5
*
Restore a #include because this header file needs the definitions
Vikram S. Adve
2002-11-08
1
-2
/
+1
*
Add a comment
Chris Lattner
2002-11-06
1
-0
/
+2
*
Fixed spelling of `propagation'.
Misha Brukman
2002-10-29
1
-1
/
+1
*
We need to know the call sites each function hosts
Chris Lattner
2002-10-22
1
-1
/
+9
*
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-21
1
-2
/
+11
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-13
/
+5
*
* Add data structures to BU pass to keep track of call sites for functions
Chris Lattner
2002-10-17
1
-7
/
+21
*
Remove commented out stuff
Chris Lattner
2002-10-02
1
-12
/
+2
*
Move GlobalDSGraph class defn to the end of the file
Chris Lattner
2002-10-02
1
-29
/
+29
*
Check in DataStructure rewrite so far.
Chris Lattner
2002-10-01
1
-329
/
+16
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-6
/
+0
*
The second parameter of hash_set is the default, remove it.
Chris Lattner
2002-08-09
1
-2
/
+2
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-2
/
+2
*
Changes to be GCC 3.1 friendly
Chris Lattner
2002-07-31
1
-1
/
+1
*
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
1
-34
/
+90
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
1
-3
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-8
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-3
/
+0
*
GCC 3.1 changes
Chris Lattner
2002-07-24
1
-1
/
+7
*
Remove assert hack now that I'm using the right GDB. :)
Chris Lattner
2002-07-24
1
-7
/
+0
*
Allow comparison against null
Chris Lattner
2002-07-23
1
-0
/
+3
[next]