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
/
BottomUpClosure.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ONLY merge in the aux call sites, this causes a HUGE speedup
Chris Lattner
2002-11-08
1
-1
/
+2
*
Remove gunk used by broken TD pass
Chris Lattner
2002-11-08
1
-12
/
+4
*
Instead of using a bool that constant has to be explained, use a self
Chris Lattner
2002-11-07
1
-2
/
+2
*
Implement a new mergeInGraph method, which basically factors code out of
Chris Lattner
2002-11-07
1
-44
/
+4
*
Rename DataStructureAnalysis namespace to DS
Chris Lattner
2002-11-07
1
-7
/
+1
*
Delete "StripScalars" argument to cloneInto method
Chris Lattner
2002-11-06
1
-1
/
+0
*
Give a better error message in an unhandled case
Chris Lattner
2002-11-04
1
-1
/
+8
*
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-03
1
-3
/
+3
*
Oops, this was not meant to be checked in
Chris Lattner
2002-11-02
1
-2
/
+1
*
Stop representing scalars as explicit nodes in the graph. Now the only
Chris Lattner
2002-11-02
1
-13
/
+11
*
Add a fixme
Chris Lattner
2002-10-31
1
-0
/
+2
*
The callee is not correct, and confuses the TD pass. Null it out.
Chris Lattner
2002-10-22
1
-0
/
+1
*
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
-1
/
+3
*
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-21
1
-8
/
+9
*
Split some long lines
Chris Lattner
2002-10-20
1
-3
/
+4
*
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
1
-6
/
+7
*
Avoid extra callSite copy
Chris Lattner
2002-10-20
1
-1
/
+1
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-11
/
+12
*
* Make the DSGraph cloner automatically merge global nodes
Chris Lattner
2002-10-17
1
-34
/
+0
*
Remove obsolete code
Chris Lattner
2002-10-17
1
-26
/
+0
*
* Add data structures and code to track the call sites for each function
Chris Lattner
2002-10-17
1
-2
/
+8
*
Prune function nodes that are no longer referenced due to inlining
Chris Lattner
2002-10-03
1
-0
/
+1
*
Reimplement/port the Bottom Up Closure pass
Chris Lattner
2002-10-03
1
-34
/
+52
*
Checkin some major reworks of data structure analysis. This is not done,
Chris Lattner
2002-10-01
1
-1
/
+4
*
- 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
-1
/
+3
*
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
1
-1
/
+1
*
Use a separate globals graph to hold externally visible nodes.
Vikram S. Adve
2002-07-30
1
-43
/
+78
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-1
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-0
/
+2
*
Changes for GCC 3.1
Chris Lattner
2002-07-24
1
-3
/
+3
*
Ignore some common varargs functions.
Chris Lattner
2002-07-19
1
-0
/
+6
*
Add support for a top-down propagation pass:
Vikram S. Adve
2002-07-18
1
-6
/
+13
*
The graph is more accurate when I don't completely ignore the return value.
Chris Lattner
2002-07-18
1
-0
/
+3
*
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
2002-07-18
1
-0
/
+188