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
/
lib
/
Analysis
/
DataStructure
/
TopDownClosure.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reenable 'quick exit' case
Chris Lattner
2002-11-08
1
-2
/
+1
*
Reimplement TD pass completely it now works
Chris Lattner
2002-11-08
1
-113
/
+119
*
Use DSNodeHandleMap instead to be safe
Chris Lattner
2002-11-08
1
-4
/
+4
*
Add flush
Chris Lattner
2002-11-08
1
-1
/
+2
*
Instead of using a bool that constant has to be explained, use a self
Chris Lattner
2002-11-07
1
-1
/
+1
*
Implement a new mergeInGraph method, which basically factors code out of
Chris Lattner
2002-11-07
1
-30
/
+30
*
Rename DataStructureAnalysis namespace to DS
Chris Lattner
2002-11-07
1
-1
/
+1
*
Delete "StripScalars" argument to cloneInto method
Chris Lattner
2002-11-06
1
-1
/
+0
*
- Make sure to only keep track of mappings that the TD pass may need in the
Chris Lattner
2002-10-22
1
-4
/
+46
*
Delete unused arguments to DSGraph::cloneInto method
Chris Lattner
2002-10-21
1
-3
/
+1
*
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-21
1
-11
/
+24
*
As it turns out, we don't need a fully generic mapping copy ctor, we just need
Chris Lattner
2002-10-21
1
-17
/
+7
*
Remove some unneccesary 'using' directives
Chris Lattner
2002-10-21
1
-5
/
+3
*
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-21
1
-3
/
+3
*
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
1
-8
/
+11
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-13
/
+13
*
Remove more obsolete code
Chris Lattner
2002-10-17
1
-31
/
+0
*
* Make the DSGraph cloner automatically merge global nodes
Chris Lattner
2002-10-17
1
-9
/
+0
*
Enable incompleteness marking
Chris Lattner
2002-10-17
1
-2
/
+2
*
* First try at implementing TD pass this does not merge global nodes yet,
Chris Lattner
2002-10-17
1
-117
/
+82
*
Checkin some major reworks of data structure analysis. This is not done,
Chris Lattner
2002-10-01
1
-1
/
+3
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-1
/
+0
*
Minor changes to DEBUG()'s
Chris Lattner
2002-08-07
1
-2
/
+3
*
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
1
-5
/
+6
*
This file implements the top-down propagation pass for data structure graphs.
Vikram S. Adve
2002-07-30
1
-0
/
+224