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
/
DataStructure.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more verbose comment
Chris Lattner
2003-08-05
1
-10
/
+9
*
Added function mergeInGlobalsGraph which merges in the entire globals graph w...
Sumant Kowshik
2003-08-05
1
-0
/
+29
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-0
/
+1
*
Fix comment.
Vikram S. Adve
2003-07-22
1
-3
/
+3
*
Implement 2 important changes: (1) rematerialization from the globals graph,
Vikram S. Adve
2003-07-16
1
-65
/
+250
*
Remove globals more aggressively from graphs.
Chris Lattner
2003-07-03
1
-11
/
+32
*
INCLUDE_PARENT_GRAPH is required!
Chris Lattner
2003-07-02
1
-21
/
+4
*
Add support for ParentGraph only when building in debug mode
Chris Lattner
2003-07-02
1
-8
/
+48
*
Rework TD pass to work with the precise call graph constructed by the BU phase
Chris Lattner
2003-07-01
1
-0
/
+3
*
Add new method
Chris Lattner
2003-06-30
1
-0
/
+17
*
Be more const-correct
Chris Lattner
2003-06-30
1
-2
/
+2
*
Fix bug in last checkin
Chris Lattner
2003-06-30
1
-1
/
+1
*
Handle the case where OldNodeMap == &ScalarMap correctly
Chris Lattner
2003-06-30
1
-12
/
+7
*
Move usages of explicit hash_* datastructures to use typedefs
Chris Lattner
2003-06-30
1
-7
/
+6
*
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-30
1
-40
/
+50
*
Fix minor bug in previous checkin
Chris Lattner
2003-06-29
1
-3
/
+1
*
Add support for "physical subtyping", which fixes:
Chris Lattner
2003-06-29
1
-5
/
+140
*
Avoid double negatives
Chris Lattner
2003-06-28
1
-2
/
+2
*
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-22
1
-11
/
+0
*
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-06-19
1
-32
/
+41
*
Remove bogus assertion: a node with no referrers could be collapsed if field-...
Chris Lattner
2003-06-16
1
-2
/
+0
*
s/convertable/convertible/g
Misha Brukman
2003-05-20
1
-2
/
+2
*
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
[next]