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
*
This file is hopelessly out of date
Chris Lattner
2003-09-01
1
-208
/
+0
*
Final cleanup: remove dead code
Chris Lattner
2003-09-01
1
-39
/
+0
*
Not only is this a lot smaller, it actually works if there is already a
Chris Lattner
2003-09-01
1
-5
/
+1
*
If "These should be used only by the auto-parallelization pass", we might as
Chris Lattner
2003-09-01
1
-1
/
+31
*
Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not
Chris Lattner
2003-09-01
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-09-01
1
-13
/
+8
*
Replace M with F when refering to functions
Chris Lattner
2003-08-31
1
-11
/
+11
*
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
5
-30
/
+30
*
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
2
-4
/
+4
*
Remove dead var
Chris Lattner
2003-08-31
2
-2
/
+0
*
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
4
-16
/
+16
*
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
2
-12
/
+10
*
Move the getAnalysisUsage method from the header file
Chris Lattner
2003-08-31
2
-4
/
+24
*
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
5
-7
/
+7
*
Minor cleanups
Chris Lattner
2003-08-31
2
-28
/
+18
*
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
2
-92
/
+112
*
* Cleanups
Chris Lattner
2003-08-31
2
-76
/
+60
*
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-31
1
-0
/
+30
*
There is no reason for this to be a pass!
Chris Lattner
2003-08-29
1
-5
/
+5
*
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
[next]