index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
DataStructure.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't apply type information to load instructions if it will cause collapsing
Chris Lattner
2003-03-03
1
-5
/
+6
*
Fix resolution of indirect function calls... whoops
Chris Lattner
2003-02-14
1
-1
/
+1
*
- Eliminate provably non-pointer nodes from graphs.
Chris Lattner
2003-02-14
1
-5
/
+22
*
Move node forwarding code from being inlined to being out-of-line.
Chris Lattner
2003-02-13
1
-0
/
+21
*
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-11
1
-227
/
+120
*
Modest speedup which seems to help steens quite a bit on large graphs
Chris Lattner
2003-02-10
1
-1
/
+2
*
Fix problem breaking GAP, use hasNoReferrers more
Chris Lattner
2003-02-10
1
-4
/
+4
*
* Fix a bug where global incompleteness marking would not mark the global
Chris Lattner
2003-02-09
1
-8
/
+5
*
Add a special case for main because we know it's incoming arguments don't alias
Chris Lattner
2003-02-08
1
-1
/
+1
*
Fix an assertion failure
Chris Lattner
2003-02-06
1
-2
/
+2
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-11
/
+25
*
Add sanity check
Chris Lattner
2003-02-04
1
-0
/
+1
*
* Fix a bug introduced in the last checkin wrt Stack markers
Chris Lattner
2003-02-03
1
-8
/
+6
*
Implement the globals graph!
Chris Lattner
2003-02-03
1
-128
/
+163
*
Fix a bug where we would delete neccesary calls in bu pass
Chris Lattner
2003-02-01
1
-1
/
+2
*
Fix a bug where we would incorrectly delete globals which had edges to alive ...
Chris Lattner
2003-02-01
1
-3
/
+0
*
Delete nodes more efficiently
Chris Lattner
2003-02-01
1
-6
/
+4
*
Remove dead nodes more efficiently
Chris Lattner
2003-02-01
1
-1
/
+2
*
Improve efficiency of aliveness traversal code
Chris Lattner
2003-02-01
1
-21
/
+19
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-29
/
+26
*
Remove using declarations
Chris Lattner
2003-02-01
1
-14
/
+12
*
Remove globals on the bottom up pass which do not contain any information
Chris Lattner
2003-01-31
1
-3
/
+22
*
Use and implement API for graph traversals
Chris Lattner
2003-01-29
1
-24
/
+25
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-6
/
+7
*
Fix analysis of the Burg program
Chris Lattner
2003-01-22
1
-1
/
+1
*
Fix several related bugs in DSNode::mergeWith() caused by the
Vikram S. Adve
2002-12-06
1
-90
/
+102
*
Cute bug fix: when moving links from N to this, some links could have
Vikram S. Adve
2002-12-05
1
-14
/
+23
*
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-27
1
-2
/
+7
*
Keep global nodes in each DS Graph (by forcing them to be marked live).
Vikram S. Adve
2002-11-25
1
-3
/
+3
*
Add peak memory usage measurement stuff
Chris Lattner
2002-11-18
1
-40
/
+64
*
Fix two bugs:
Chris Lattner
2002-11-12
1
-27
/
+27
*
Elimiante calls to a node with nothing in it.
Chris Lattner
2002-11-11
1
-36
/
+45
*
Mark stuff reachable by _AUX_ calls as incomplete in the BU graph
Chris Lattner
2002-11-11
1
-9
/
+15
*
Use call site mergeWith method to simplify code
Chris Lattner
2002-11-11
1
-5
/
+1
*
Fix a bug that could trigger when varargs call sites had non-matching number ...
Chris Lattner
2002-11-10
1
-2
/
+9
*
* Dramatically rework liveness evaluation.
Chris Lattner
2002-11-10
1
-172
/
+167
*
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
1
-28
/
+4
*
Move maskNodeTypes to header file
Chris Lattner
2002-11-09
1
-11
/
+0
*
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
1
-19
/
+14
*
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-09
1
-2
/
+1
*
Add initial support for a globals graph
Chris Lattner
2002-11-09
1
-24
/
+2
*
Tighten up array handling
Chris Lattner
2002-11-09
1
-1
/
+5
*
Fix warning & release build
Chris Lattner
2002-11-09
1
-3
/
+1
*
Fold arrays down to a single element. This causes huge wins on some benchmarks
Chris Lattner
2002-11-08
1
-0
/
+10
*
Allow specification of whether the call sites should be copied, AND whether
Chris Lattner
2002-11-08
1
-2
/
+11
*
- Add a bunch of checking to make sure that dead nodes are not used after they
Chris Lattner
2002-11-08
1
-12
/
+40
*
Use DSNodeHandleMap instead to be safe
Chris Lattner
2002-11-08
1
-11
/
+17
*
Add flush
Chris Lattner
2002-11-08
1
-27
/
+17
*
Instead of using a bool that constant has to be explained, use a self
Chris Lattner
2002-11-07
1
-6
/
+5
*
Implement a new mergeInGraph method, which basically factors code out of
Chris Lattner
2002-11-07
1
-0
/
+52
[next]