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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
1
-1
/
+1
*
Reuse the values if they are constants: this is important so that we index in...
Chris Lattner
2003-07-03
1
-2
/
+7
*
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
*
Disable incorrect mustalias code
Chris Lattner
2003-07-02
1
-1
/
+4
*
Remove space at end of line
Chris Lattner
2003-07-02
1
-1
/
+1
*
Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...
Chris Lattner
2003-07-02
2
-36
/
+38
*
Keep track of how many inlinings are performed
Chris Lattner
2003-07-02
1
-0
/
+2
*
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
*
Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll
Chris Lattner
2003-07-01
1
-1
/
+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
*
Adjust for new DSGraph API
Chris Lattner
2003-06-30
2
-2
/
+2
*
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
*
If the alias analysis algorithm we are using can provide MUST alias information,
Chris Lattner
2003-06-29
1
-0
/
+5
*
Count operands to instructions as well as just results. This allows for glob...
Chris Lattner
2003-06-29
1
-6
/
+11
*
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
*
Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
Chris Lattner
2003-06-25
1
-2
/
+0
*
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-22
4
-14
/
+3
[next]