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
*
LoopVectorize: getConsecutiveVector must respect signed arithmetic
Arnold Schwaighofer
2013-05-07
1
-0
/
+79
*
InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
David Majnemer
2013-05-06
1
-0
/
+10
*
Test results verified using FileCheck rather than grep | count
Jean-Luc Duprat
2013-05-06
1
-1
/
+7
*
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-06
1
-1
/
+38
*
Fix add4.ll test cmdline so that it passes
Jean-Luc Duprat
2013-05-06
1
-1
/
+1
*
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
2013-05-06
1
-0
/
+34
*
Revert r164763 because it introduces new shuffles.
Nadav Rotem
2013-05-06
2
-71
/
+1
*
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
1
-0
/
+14
*
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-06
1
-0
/
+3
*
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
1
-0
/
+480
*
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-05
1
-1
/
+4
*
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-03
1
-0
/
+48
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-05-02
5
-120
/
+96
*
Add a test for the foldSelectICmpAndOr fix committed in r180779.
David Majnemer
2013-05-02
1
-0
/
+13
*
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
1
-14
/
+14
*
Revert "InstCombine: Fold more shuffles of shuffles."
Jim Grosbach
2013-05-01
2
-10
/
+11
*
InstCombine: Fold more shuffles of shuffles.
Jim Grosbach
2013-04-30
2
-11
/
+10
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
22
-183
/
+100
*
Fix "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-30
1
-0
/
+109
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
1
-0
/
+108
*
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
2013-04-29
3
-51
/
+56
*
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
1
-0
/
+27
*
[objc-arc] Test cleanups.
Michael Gottesman
2013-04-27
9
-14
/
+40
*
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...
Nadav Rotem
2013-04-26
1
-0
/
+84
*
LoopVectorizer: No need to generate pointer disambiguation checks between rea...
Nadav Rotem
2013-04-25
1
-0
/
+36
*
LoopVectorize: Scalarize padded types
Arnold Schwaighofer
2013-04-24
1
-0
/
+29
*
LoopVectorizer: Bail out if we don't have datalayout we need it
Arnold Schwaighofer
2013-04-24
3
-1
/
+8
*
LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...
Nadav Rotem
2013-04-23
1
-0
/
+36
*
Call the potentially costly isAnnotatedParallel() only once.
Pekka Jaaskelainen
2013-04-23
1
-1
/
+2
*
Refuse to (even try to) vectorize loops which have uniform writes,
Pekka Jaaskelainen
2013-04-23
1
-0
/
+58
*
Changed back (relative to commit 179786) the operations executed when extract...
Anat Shemer
2013-04-22
1
-0
/
+18
*
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-22
2
-2
/
+2
*
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-21
1
-0
/
+11
*
Revert "SimplifyCFG: If convert single conditional stores"
Arnold Schwaighofer
2013-04-21
1
-83
/
+0
*
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-21
1
-0
/
+38
*
[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
Michael Gottesman
2013-04-21
1
-25
/
+40
*
[objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...
Michael Gottesman
2013-04-21
1
-5
/
+71
*
[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...
Michael Gottesman
2013-04-21
1
-0
/
+0
*
Fix PR15800. Do not try to vectorize vectors and structs.
Nadav Rotem
2013-04-20
1
-0
/
+14
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-20
1
-0
/
+83
*
recommit tests
Nuno Lopes
2013-04-20
1
-0
/
+20
*
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-20
1
-0
/
+73
*
MergeFunc: Make pointer and integer types generate the same hash.
Benjamin Kramer
2013-04-19
1
-1
/
+1
*
Make variable match any name.
Bill Wendling
2013-04-19
1
-2
/
+2
*
Try explicitly setting the target triple to see if this gets it to pass on ARM.
Bill Wendling
2013-04-19
1
-1
/
+1
*
Attempt to pacify this test for the buildbots.
Chad Rosier
2013-04-19
1
-3
/
+3
*
Add test to make sure that a int-to-ptr can be merged correctly.
Bill Wendling
2013-04-19
1
-0
/
+55
*
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2013-04-19
1
-0
/
+9
*
Revert 179826. Tests were worthless.
Jakub Staszak
2013-04-19
2
-2
/
+2
*
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
2
-2
/
+2
[next]