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
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-16
/
+28
*
Add better debug output
Chris Lattner
2003-02-03
1
-12
/
+20
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-8
/
+9
*
Remove using declarations
Chris Lattner
2003-02-01
1
-2
/
+1
*
Add functions to the ban list
Chris Lattner
2003-01-31
1
-1
/
+2
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-6
/
+6
*
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-27
1
-4
/
+7
*
Add MaxSCC statistics
Chris Lattner
2002-11-17
1
-6
/
+25
*
Inline graphs from outside the SCC into the SCC before SCC resolution starts
Chris Lattner
2002-11-12
1
-4
/
+104
*
Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive
Chris Lattner
2002-11-11
1
-265
/
+351
*
Fix infinite loop in the BU algorithm. Unfortunately this dies a serious
Chris Lattner
2002-11-11
1
-30
/
+177
*
* Bottom-Up graphs print the Aux call vector
Chris Lattner
2002-11-10
1
-16
/
+42
*
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
1
-1
/
+1
*
Add globals graphs to all three passes
Chris Lattner
2002-11-09
1
-11
/
+15
*
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
1
-7
/
+1
*
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-09
1
-1
/
+2
*
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
[next]