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
/
LoopVectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoopVectorize: Look for consecutive acces in GEPs with trailing zero indices
Benjamin Kramer
2013-11-01
1
-0
/
+42
*
LoopVectorizer: If dependency checks fail try runtime checks
Arnold Schwaighofer
2013-11-01
1
-0
/
+28
*
ARM cost model: Unaligned vectorized double stores are expensive
Arnold Schwaighofer
2013-10-29
1
-9
/
+9
*
LoopVectorizer: Don't attempt to vectorize extractelement instructions
Hal Finkel
2013-10-25
1
-0
/
+35
*
I had to move and remove
Renato Golin
2013-10-24
1
-46
/
+0
*
Fix broken builds by moving test to x86 dir
Renato Golin
2013-10-24
1
-0
/
+46
*
Mark vector loops as already vectorized
Renato Golin
2013-10-24
2
-2
/
+49
*
LoopVectorize: External uses must use the last value in a reduction cycle
Arnold Schwaighofer
2013-10-07
1
-0
/
+27
*
Don't use runtime bounds check between address spaces.
Matt Arsenault
2013-10-02
2
-0
/
+377
*
Fix missing CHECK-LABELs
Matt Arsenault
2013-10-02
17
-33
/
+33
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
1
-10
/
+11
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
2
-9
/
+3
*
Revert "LoopVectorizer: Only allow vectorization of intrinsics."
Arnold Schwaighofer
2013-09-23
1
-20
/
+53
*
LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...
Nadav Rotem
2013-09-21
1
-3
/
+28
*
Name the XCore target-specific subdirectories canonically.
Chandler Carruth
2013-09-18
2
-0
/
+0
*
A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...
NAKAMURA Takumi
2013-09-18
1
-0
/
+3
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
1
-0
/
+23
*
Don't vectorize if there are outside loop users of the induction variable.
Arnold Schwaighofer
2013-09-16
1
-0
/
+30
*
Fix missing CHECK-LABELs
Matt Arsenault
2013-09-10
1
-5
/
+5
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
1
-2
/
+2
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
2
-3
/
+3
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
2
-1
/
+32
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
2
-3
/
+3
*
LoopVectorize: Implement partial loop unrolling when vectorization is not pro...
Nadav Rotem
2013-08-26
1
-0
/
+39
*
[Debug Info Tests] Update testing cases.
Manman Ren
2013-08-22
1
-9
/
+9
*
Teach LoopVectorize about address space sizes
Matt Arsenault
2013-08-22
1
-2
/
+29
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
1
-0
/
+53
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
3
-5
/
+0
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+52
*
LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
2013-08-06
1
-0
/
+96
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+1
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
1
-7
/
+8
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
1
-20
/
+20
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
46
-154
/
+154
*
LoopVectorizer: Disallow reductions whose header phi is used outside the loop
Arnold Schwaighofer
2013-07-13
1
-0
/
+25
*
Make the new vectorizer test immune to TTI
Andrew Trick
2013-07-13
1
-1
/
+1
*
LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.
Andrew Trick
2013-07-13
1
-0
/
+113
*
X86 cost model: Add cost for vectorized gather/scather
Arnold Schwaighofer
2013-07-12
1
-0
/
+86
*
ARM cost model: Add cost for gather/scather
Arnold Schwaighofer
2013-07-12
1
-0
/
+88
*
LoopVectorize: Vectorize all accesses in address space zero with unit stride
Arnold Schwaighofer
2013-07-11
1
-0
/
+61
*
LoopVectorize: Math functions only read rounding mode
Arnold Schwaighofer
2013-07-01
1
-0
/
+32
*
LoopVectorize: Preserve debug location info
Arnold Schwaighofer
2013-06-28
1
-0
/
+92
*
LoopVectorize: Cache edge masks created during if-conversion
Arnold Schwaighofer
2013-06-27
1
-0
/
+243
*
LoopVectorize: Use vectorized loop invariant gep index anchored in loop
Arnold Schwaighofer
2013-06-27
1
-0
/
+36
*
Fix spelling.
Arnold Schwaighofer
2013-06-27
1
-1
/
+1
*
LoopVectorize: Don't store a reversed value in the vectorized value map
Arnold Schwaighofer
2013-06-27
1
-0
/
+55
*
Reapply 184685 after the SetVector iteration order fix.
Arnold Schwaighofer
2013-06-24
3
-2
/
+224
*
Revert "LoopVectorize: Use the dependence test utility class"
Arnold Schwaighofer
2013-06-24
3
-224
/
+2
*
LoopVectorize: Use the dependence test utility class
Arnold Schwaighofer
2013-06-24
3
-2
/
+224
[next]