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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the getFunctionNames method
Chris Lattner
2003-06-30
1
-8
/
+3
*
Add new method
Chris Lattner
2003-06-30
1
-0
/
+17
*
Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit
Chris Lattner
2003-06-30
2
-101
/
+125
*
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
*
Reimplement the BU closure to collapse all SCC graphs into a single graph.
Chris Lattner
2003-06-30
1
-242
/
+52
*
Handle the case where OldNodeMap == &ScalarMap correctly
Chris Lattner
2003-06-30
1
-12
/
+7
*
Remove dead method
Chris Lattner
2003-06-30
1
-27
/
+0
*
Do not delete the same graph multiple times when freeing memory if graphs are...
Chris Lattner
2003-06-30
1
-3
/
+6
*
Do not multiply delete graphs if functions are sharing graphs
Chris Lattner
2003-06-30
1
-4
/
+6
*
Move usages of explicit hash_* datastructures to use typedefs
Chris Lattner
2003-06-30
3
-17
/
+15
*
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-30
6
-94
/
+121
*
Adjust for new DSGraph API
Chris Lattner
2003-06-30
1
-1
/
+1
*
Abstract out the predicate which decides whether a function gets complete
Chris Lattner
2003-06-29
1
-13
/
+23
*
Fix minor bug in previous checkin
Chris Lattner
2003-06-29
1
-3
/
+1
*
Add support for ensuring that nodes are not incomplete
Chris Lattner
2003-06-29
1
-12
/
+25
*
Add support for "physical subtyping", which fixes:
Chris Lattner
2003-06-29
1
-5
/
+140
*
Add print method to not get silly warning from analyze
Chris Lattner
2003-06-29
1
-0
/
+1
*
New pass which is useful for writing regression tests
Chris Lattner
2003-06-29
1
-0
/
+150
*
Expose must alias information for global variables, implementing: DSGraph/mus...
Chris Lattner
2003-06-29
1
-46
/
+86
*
Propagate globals graph from the local to bu to td globals graphs. This
Chris Lattner
2003-06-28
2
-4
/
+5
*
Drop references to globals who do exist in the globals graph, but are never
Chris Lattner
2003-06-28
1
-1
/
+16
*
Avoid double negatives
Chris Lattner
2003-06-28
2
-3
/
+3
*
New pass to perform DSA based optimizations. Initially we just support turning
Chris Lattner
2003-06-28
1
-0
/
+76
*
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-22
4
-14
/
+3
*
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-06-19
5
-76
/
+107
*
Nodes get forwarded when they are collapsed currently.
Chris Lattner
2003-06-16
1
-1
/
+4
*
Remove bogus assertion: a node with no referrers could be collapsed if field-...
Chris Lattner
2003-06-16
1
-2
/
+0
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
1
-4
/
+2
*
s/convertable/convertible/g
Misha Brukman
2003-05-20
1
-2
/
+2
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-1
/
+2
*
Don't apply type information to load instructions if it will cause collapsing
Chris Lattner
2003-03-03
2
-6
/
+7
*
Adjust to implement new AA interface
Chris Lattner
2003-02-26
2
-31
/
+17
*
Fix resolution of indirect function calls... whoops
Chris Lattner
2003-02-14
1
-1
/
+1
*
Mark function edges
Chris Lattner
2003-02-14
1
-0
/
+2
*
- Eliminate provably non-pointer nodes from graphs.
Chris Lattner
2003-02-14
1
-5
/
+22
*
Don't put integer pointers (longs) into the scalar map.
Chris Lattner
2003-02-14
1
-0
/
+10
*
Hax0r around a deficiency in the Pass infrastructure
Chris Lattner
2003-02-13
1
-2
/
+5
*
Use the new tailclip property new added to graphviz CVS to make call nodes
Chris Lattner
2003-02-13
1
-5
/
+4
*
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
4
-238
/
+126
*
Minor tweaks to printing. Close the file before viewing it in viewGraph
Chris Lattner
2003-02-11
1
-1
/
+3
*
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
*
Implement a new "viewGraph" method which can be used to instantly view a grap...
Chris Lattner
2003-02-10
1
-0
/
+17
*
Rearrange code
Chris Lattner
2003-02-10
1
-11
/
+13
*
Fix problem breaking Fhourstones
Chris Lattner
2003-02-10
1
-1
/
+2
*
Make steensgaards performance not shameful
Chris Lattner
2003-02-10
1
-6
/
+12
*
Don't insert null entries into the scalar map for constexpr (cast null to Ty)
Chris Lattner
2003-02-09
1
-5
/
+11
*
Switch to using the right call vector
Chris Lattner
2003-02-09
1
-0
/
+2
[next]