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
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Fix the bug that broke the nightly tester in McCat/18-imp last night. :(
Chris Lattner
2003-08-17
1
-6
/
+6
*
Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
Chris Lattner
2003-08-16
1
-4
/
+81
*
Improvement to the previous fix: branch following a delay slot of
Vikram S. Adve
2003-08-14
1
-3
/
+5
*
For an instruction with delay slots, mark all live values before
Vikram S. Adve
2003-08-12
2
-16
/
+42
*
Remove unnecessary use of NonCopyable
Chris Lattner
2003-08-06
3
-14
/
+11
*
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
6
-4
/
+7
*
Don't require a BB to look-up live variables, unless they may need to
Vikram S. Adve
2003-07-29
1
-9
/
+10
*
Fix another minor bug
Chris Lattner
2003-07-26
1
-2
/
+2
*
Dont' try to parse the colon
Chris Lattner
2003-07-25
1
-2
/
+2
*
Add a more general check-flags which can be used to ensure arbitrary flags ar...
Chris Lattner
2003-07-25
1
-11
/
+35
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
1
-4
/
+1
*
Fit code into 80 columns
Chris Lattner
2003-07-23
1
-2
/
+4
*
Eliminate old-style cast
Chris Lattner
2003-07-23
1
-1
/
+1
*
Fix comment.
Vikram S. Adve
2003-07-22
1
-3
/
+3
*
Fix typo in call to isUnresolvableFunc, which was breaking the build.
Brian Gaeke
2003-07-17
1
-1
/
+1
*
Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
1
-3
/
+9
*
(1) Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
1
-57
/
+84
*
Implement 2 important changes: (1) rematerialization from the globals graph,
Vikram S. Adve
2003-07-16
1
-65
/
+250
*
Factor out the test for unresolvable external functions into
Vikram S. Adve
2003-07-16
1
-14
/
+19
*
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
[next]