index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
DataStructure
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Try using trivially dead deletion
Chris Lattner
2003-07-02
1
-0
/
+1
*
Remove dead Nodes list
Chris Lattner
2003-07-02
1
-6
/
+4
*
Complete rewrite of td pass
Chris Lattner
2003-07-02
1
-103
/
+101
*
Print collapsed to match the paper
Chris Lattner
2003-07-02
1
-1
/
+1
*
Reduce amount of work we do calculating mustaliases if the arg is a global
Chris Lattner
2003-07-02
1
-11
/
+16
*
Add support for ParentGraph only when building in debug mode
Chris Lattner
2003-07-02
1
-8
/
+48
*
Add some functions to the blacklist
Chris Lattner
2003-07-02
1
-1
/
+2
*
Make the BU closure keep track of which actual calls happen
Chris Lattner
2003-07-02
1
-2
/
+6
*
Make local pass print out its progress
Chris Lattner
2003-07-02
1
-0
/
+3
*
Rework TD pass to work with the precise call graph constructed by the BU phase
Chris Lattner
2003-07-01
2
-113
/
+150
*
Do not treat global variables as functions! (and assert failing)
Chris Lattner
2003-07-01
1
-3
/
+5
*
Dont' print scalar nodes for ConstantPointerRefs
Chris Lattner
2003-07-01
1
-1
/
+2
*
Minor cleanups
Chris Lattner
2003-07-01
1
-4
/
+5
*
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
*
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
*
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
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
[prev]
[next]