index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2013-01-05
Fix a typo. Remove the duplicated test.
Nadav Rotem
2013-01-05
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-04
tabs-to-spaces
Andrew Trick
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
Manman Ren
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
LoopVectorizer: Test the unrolling flag.
Nadav Rotem
2013-01-02
Avoid vectorization when the function has the "noimplicitflot" attribute.
Nadav Rotem
2013-01-01
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2012-12-31
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
Add extra CHECK to make sure that 'or' instruction was replaced.
Jakub Staszak
2012-12-31
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
Fix LICM's memory promotion optimization to preserve TBAA tags when
Chris Lattner
2012-12-31
teach instcombine to preserve TBAA tag when merging two stores, part of
Chris Lattner
2012-12-31
Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
Jakub Staszak
2012-12-30
LoopVectorizer: Fix a bug in the code that updates the loop exiting block.
Nadav Rotem
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...
NAKAMURA Takumi
2012-12-28
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
2012-12-28
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-26
If all of the write objects are identified then we can vectorize the loop eve...
Nadav Rotem
2012-12-26
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-26
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-12-25
LoopVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-24
Fix typo "Makre" -> "Make".
Nick Lewycky
2012-12-24
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-24
LoopVectorizer: Fix an endless loop in the code that looks for reductions.
Nadav Rotem
2012-12-23
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-21
Fix a bug in the code that checks if we can vectorize loops while using dynamic
Nadav Rotem
2012-12-20
LoopVectorize: Fix a bug in the scalarization of instructions.
Nadav Rotem
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-19
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-18
rdar://12801297
Shuxin Yang
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
Rename the test so that we can add additional vectors-of-pointers tests
Nadav Rotem
2012-12-18
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-17
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-15
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
[prev]
[next]