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-05-14
LoopVectorize: Handle loops with multiple forward inductions
Arnold Schwaighofer
2013-05-13
[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...
Michael Gottesman
2013-05-12
SLPVectorizer: Fix a bug in the code that generates extracts for values with ...
Nadav Rotem
2013-05-12
InstCombine: Flip the order of two urem transforms
David Majnemer
2013-05-11
LoopVectorize: Use the widest induction variable type
Arnold Schwaighofer
2013-05-11
InstCombine: Turn urem to bitwise-and more often
David Majnemer
2013-05-10
SLPVectorizer: Add support for trees with external users.
Nadav Rotem
2013-05-10
Add an additional testcase for PR15882.
Nadav Rotem
2013-05-10
InstCombine: Don't claim to be able to evaluate any shl in a zexted type.
Benjamin Kramer
2013-05-10
InstCombine: Verify the type before transforming uitofp into select.
Benjamin Kramer
2013-05-09
Don't replace an alias in llvm.used with its target.
Rafael Espindola
2013-05-09
InstCombine: Don't just copy known bits from the first operand of an srem.
Benjamin Kramer
2013-05-09
LoopVectorizer: Don't assert on the absence of induction variables
Arnold Schwaighofer
2013-05-08
Revert 181475 as the DebugIR tests are breaking (automake) buildbots that re-...
Daniel Malea
2013-05-08
DebugIR tests -- lit tests for the line number transform
Daniel Malea
2013-05-07
LoopVectorizer: Improve reduction variable identification
Arnold Schwaighofer
2013-05-07
LoopVectorize: getConsecutiveVector must respect signed arithmetic
Arnold Schwaighofer
2013-05-06
InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
David Majnemer
2013-05-06
Test results verified using FileCheck rather than grep | count
Jean-Luc Duprat
2013-05-06
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-06
Fix add4.ll test cmdline so that it passes
Jean-Luc Duprat
2013-05-06
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
2013-05-06
Revert r164763 because it introduces new shuffles.
Nadav Rotem
2013-05-06
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-05
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-03
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-02
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-05-02
Add a test for the foldSelectICmpAndOr fix committed in r180779.
David Majnemer
2013-05-01
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
Revert "InstCombine: Fold more shuffles of shuffles."
Jim Grosbach
2013-04-30
InstCombine: Fold more shuffles of shuffles.
Jim Grosbach
2013-04-30
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
Fix "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-29
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
2013-04-27
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
[objc-arc] Test cleanups.
Michael Gottesman
2013-04-26
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...
Nadav Rotem
2013-04-25
LoopVectorizer: No need to generate pointer disambiguation checks between rea...
Nadav Rotem
2013-04-24
LoopVectorize: Scalarize padded types
Arnold Schwaighofer
2013-04-24
LoopVectorizer: Bail out if we don't have datalayout we need it
Arnold Schwaighofer
2013-04-23
LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...
Nadav Rotem
2013-04-23
Call the potentially costly isAnnotatedParallel() only once.
Pekka Jaaskelainen
2013-04-23
Refuse to (even try to) vectorize loops which have uniform writes,
Pekka Jaaskelainen
2013-04-22
Changed back (relative to commit 179786) the operations executed when extract...
Anat Shemer
2013-04-22
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-21
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-21
Revert "SimplifyCFG: If convert single conditional stores"
Arnold Schwaighofer
[next]