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
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
98
-174
/
+945
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
22
-33
/
+558
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
11
-22
/
+487
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
24
-28
/
+886
*
Merging r197449:
Bill Wendling
2013-12-17
1
-0
/
+63
*
Merging r195504:
Manman Ren
2013-12-09
2
-1
/
+4
*
Merging r196294:
Bill Wendling
2013-12-07
1
-0
/
+28
*
Merging r195787:
Bill Wendling
2013-12-01
1
-0
/
+39
*
Merging r195162:
Bill Wendling
2013-11-20
1
-0
/
+33
*
LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
2013-11-18
1
-0
/
+42
*
LoopVectorizer: Use abi alignment for accesses with no alignment
Arnold Schwaighofer
2013-11-15
1
-0
/
+33
*
Scalarize select vector arguments when extracted.
Matt Arsenault
2013-11-04
1
-29
/
+29
*
LoopVectorizer: Perform redundancy elimination on induction variables
Arnold Schwaighofer
2013-11-01
3
-5
/
+42
*
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
[next]