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
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo.
Chad Rosier
2012-01-30
1
-1
/
+1
*
Typo.
Chad Rosier
2012-01-30
1
-1
/
+1
*
Fix typo.
Nick Lewycky
2012-01-28
1
-2
/
+2
*
Continue improving support for ConstantDataAggregate, and use the
Chris Lattner
2012-01-26
1
-8
/
+7
*
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-25
1
-2
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
2
-3
/
+1
*
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
1
-2
/
+6
*
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
1
-2
/
+2
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
2
-11
/
+23
*
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
1
-0
/
+32
*
Add a depth limit to avoid runaway recursion.
Dan Gohman
2012-01-18
1
-3
/
+7
*
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
1
-6
/
+19
*
Remove trailing spaces and unneeded includes.
Jakub Staszak
2012-01-18
1
-134
/
+131
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
2
-1
/
+118
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
1
-5
/
+13
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
1
-1
/
+0
*
Fixed comment in loop-unswitch.
Stepan Dyatkovskiy
2012-01-16
1
-1
/
+1
*
Cosmetic patch for r148215.
Stepan Dyatkovskiy
2012-01-15
1
-13
/
+0
*
Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std...
Stepan Dyatkovskiy
2012-01-15
1
-114
/
+180
*
Fix an unused variable warning that Chad noticed.
Dan Gohman
2012-01-14
1
-1
/
+1
*
Speculatively revert r148132+r148133 to try and fix a buildbot failure.
Eli Friedman
2012-01-13
1
-166
/
+115
*
Cosmetic patch for r148132.
Stepan Dyatkovskiy
2012-01-13
1
-13
/
+1
*
LoopUnswitch: All helper data that is collected during loop-unswitch iteratio...
Stepan Dyatkovskiy
2012-01-13
1
-112
/
+175
*
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
Dan Gohman
2012-01-13
1
-45
/
+63
*
Improved compile time:
Stepan Dyatkovskiy
2012-01-11
1
-38
/
+98
*
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-10
1
-5
/
+210
*
Adding IV chain generation to LSR.
Andrew Trick
2012-01-09
1
-5
/
+228
*
Adding collection of IV chains to LSR.
Andrew Trick
2012-01-09
1
-0
/
+242
*
"Minor LSR debugging stuff"
Andrew Trick
2012-01-09
1
-1
/
+4
*
Enable redundant phi elimination after LSR.
Andrew Trick
2012-01-07
1
-1
/
+3
*
LSR: Don't optimize loops if an outer loop has no preheader.
Andrew Trick
2012-01-07
1
-1
/
+8
*
LSR: run DeleteDeadPhis before replaceCongruentPhis.
Andrew Trick
2012-01-07
1
-19
/
+15
*
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
1
-2
/
+2
*
Turn cos(-x) into cos(x). Patch by Alexander Malyshev!
Nick Lewycky
2011-12-27
1
-5
/
+27
*
Fix warning.
Rafael Espindola
2011-12-26
1
-1
/
+2
*
Fix typo "infinte".
Nick Lewycky
2011-12-23
1
-1
/
+2
*
Add the actual code for r147175.
Chad Rosier
2011-12-22
1
-11
/
+82
*
Speculatively revert r146578 to determine if it is the cause of a number of
Chad Rosier
2011-12-22
1
-82
/
+11
*
Fix a copy+pasto. No testcase, because the symptoms of dereferencing
Dan Gohman
2011-12-21
1
-1
/
+1
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
2
-2
/
+4
*
Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...
Stepan Dyatkovskiy
2011-12-14
1
-11
/
+82
*
It turns out that clang does use pointer-to-function types to
Dan Gohman
2011-12-14
1
-2
/
+6
*
Cleanup. Clarify LSRInstance public methods.
Andrew Trick
2011-12-13
1
-1
/
+1
*
Indvars: guard against exponential behavior in isHighCostExpansion.
Andrew Trick
2011-12-12
1
-2
/
+7
*
Only replace fwrite with fputc, if the return value is unused.
Joerg Sonnenberger
2011-12-12
1
-1
/
+2
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
When computing reverse-CFG reverse-post-order, skip backedges, as
Dan Gohman
2011-12-12
1
-38
/
+94
*
Add a TODO comment.
Dan Gohman
2011-12-12
1
-0
/
+1
*
Fix a copy+pasto in a comment.
Dan Gohman
2011-12-12
1
-1
/
+1
*
Use getArgOperand instead of getOperand on a call.
Dan Gohman
2011-12-12
1
-1
/
+1
[next]