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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
1
-0
/
+85
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
1
-0
/
+29
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
4
-12
/
+13
*
Fix a mistaken commit that included some debugging code.
David Tweed
2013-01-07
1
-1
/
+1
*
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
2
-3
/
+3
*
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
10
-15
/
+15
*
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
2013-01-06
1
-0
/
+44
*
Fix a typo. Remove the duplicated test.
Nadav Rotem
2013-01-05
1
-25
/
+0
*
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
2
-3
/
+31
*
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-05
27
-27
/
+27
*
tabs-to-spaces
Andrew Trick
2013-01-04
1
-44
/
+43
*
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
2
-1
/
+51
*
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
Manman Ren
2013-01-04
1
-0
/
+54
*
LoopVectorizer:
Nadav Rotem
2013-01-04
2
-2
/
+58
*
LoopVectorizer: Test the unrolling flag.
Nadav Rotem
2013-01-03
1
-0
/
+39
*
Avoid vectorization when the function has the "noimplicitflot" attribute.
Nadav Rotem
2013-01-02
1
-0
/
+29
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
2
-3
/
+8
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
29
-30
/
+30
*
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2013-01-01
1
-1
/
+1
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
1
-0
/
+128
*
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
1
-54
/
+0
*
Add extra CHECK to make sure that 'or' instruction was replaced.
Jakub Staszak
2012-12-31
1
-0
/
+1
*
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-0
/
+54
*
Fix LICM's memory promotion optimization to preserve TBAA tags when
Chris Lattner
2012-12-31
1
-2
/
+40
*
teach instcombine to preserve TBAA tag when merging two stores, part of
Chris Lattner
2012-12-31
1
-0
/
+34
*
Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
Jakub Staszak
2012-12-31
1
-0
/
+11
*
LoopVectorizer: Fix a bug in the code that updates the loop exiting block.
Nadav Rotem
2012-12-30
1
-0
/
+29
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
21
-23
/
+23
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
47
-48
/
+48
*
llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...
NAKAMURA Takumi
2012-12-30
1
-1
/
+1
*
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
1
-0
/
+38
*
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
2012-12-28
1
-0
/
+38
*
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
1
-0
/
+52
*
If all of the write objects are identified then we can vectorize the loop eve...
Nadav Rotem
2012-12-26
1
-0
/
+53
*
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-26
1
-1
/
+2
*
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-12-26
1
-0
/
+79
*
LoopVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+60
*
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+28
*
Fix typo "Makre" -> "Make".
Nick Lewycky
2012-12-24
1
-6
/
+4
*
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-24
1
-0
/
+29
*
LoopVectorizer: Fix an endless loop in the code that looks for reductions.
Nadav Rotem
2012-12-24
1
-0
/
+44
*
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
1
-3
/
+3
*
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-23
1
-1
/
+4
*
Fix a bug in the code that checks if we can vectorize loops while using dynamic
Nadav Rotem
2012-12-21
2
-48
/
+110
*
LoopVectorize: Fix a bug in the scalarization of instructions.
Nadav Rotem
2012-12-20
1
-0
/
+48
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
5
-1
/
+168
*
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
1
-0
/
+17
*
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-19
1
-0
/
+22
*
rdar://12801297
Shuxin Yang
2012-12-18
1
-0
/
+102
*
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
1
-0
/
+40
[prev]
[next]