index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Vectorize
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopVectorize] Add Support for Small Size Reductions.
Chad Rosier
2015-08-27
1
-18
/
+60
*
[LoopVectorize] Extract InductionInfo into a helper class...
James Molloy
2015-08-27
1
-128
/
+29
*
Improved printing of analysis diagnostics in the loop vectorizer.
Tyler Nowicki
2015-08-27
1
-18
/
+26
*
The patch replace the overflow check in loop vectorization with the minimum l...
Wei Mi
2015-08-25
1
-22
/
+25
*
Standardized 'failed' to 'Failed' in LoopVectorizationRequirements.
Tyler Nowicki
2015-08-21
1
-4
/
+4
*
[LoopVectorize] Propagate 'nontemporal' attribute into vectorized instructions.
Michael Zolotukhin
2015-08-20
1
-1
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-7
/
+7
*
fix code that was accidentally commented out in previous commit
Sanjay Patel
2015-08-11
1
-2
/
+2
*
fix typos in comments; NFC
Sanjay Patel
2015-08-11
1
-5
/
+5
*
fix typo in comment; NFC
Sanjay Patel
2015-08-11
1
-1
/
+1
*
Print vectorization analysis when loop hint is specified.
Tyler Nowicki
2015-08-11
1
-16
/
+34
*
Moved LoopVectorizeHints and related functions before LoopVectorizationLegali...
Tyler Nowicki
2015-08-11
1
-270
/
+270
*
Simplify processLoop() by moving loop hint verification into Hints::allowVect...
Tyler Nowicki
2015-08-11
1
-26
/
+35
*
[LAA] Change name from addRuntimeCheck to addRuntimeChecks, NFC
Adam Nemet
2015-08-11
1
-1
/
+1
*
Extend late diagnostics to include late test for runtime pointer checks.
Tyler Nowicki
2015-08-10
1
-14
/
+29
*
Late evaluation of the fast-math vectorization requirement.
Tyler Nowicki
2015-08-10
1
-3
/
+62
*
Modify diagnostic messages to clearly indicate the why interleaving wasn't done.
Tyler Nowicki
2015-08-10
1
-22
/
+69
*
[TTI] Add a hook for specifying per-target defaults for Interleaved Accesses
Silviu Baranga
2015-08-10
1
-2
/
+8
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
Create a wrapper pass for BlockFrequencyInfo.
Wei Mi
2015-07-14
1
-3
/
+3
*
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
Adam Nemet
2015-07-14
1
-8
/
+9
*
Avoid using Loop::getSubLoopsVector.
Benjamin Kramer
2015-07-13
1
-1
/
+1
*
Move getStrideFromPointer and friends from LoopVectorize to VectorUtils
Hal Finkel
2015-07-11
1
-137
/
+0
*
Renamed some uses of unroll to interleave in the vectorizer.
Tyler Nowicki
2015-07-11
1
-91
/
+98
*
[TTI] BasicTTIImpl assumes no vector registers
Jingyue Wu
2015-07-10
1
-3
/
+8
*
[LoopVectorizer] Rename BypassBlock to VectorPH, and CheckBlock to NewVectorP...
Michael Zolotukhin
2015-07-08
1
-46
/
+46
*
[LoopVectorizer] Restructurize code for emitting RT checks. NFCI.
Michael Zolotukhin
2015-07-08
1
-18
/
+22
*
[LoopVectorizer] Remove redundant variables PastOverflowCheck and OverflowChe...
Michael Zolotukhin
2015-07-08
1
-11
/
+2
*
[LoopVectorizer] Move some code around to ease further refactoring. NFCI.
Michael Zolotukhin
2015-07-08
1
-16
/
+13
*
[LoopVectorizer] Remove redundant variable LastBypassBlock. NFC.
Michael Zolotukhin
2015-07-08
1
-14
/
+12
*
[LoopVectorize] Use ReplaceInstWithInst() helper where appropriate.
Alexey Samsonov
2015-07-01
1
-22
/
+15
*
[LoopVectorize] Pointer indicies may be wider than the pointer
David Majnemer
2015-06-27
1
-3
/
+10
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
1
-1
/
+1
*
[LoopVectorizer] Fix bailing-out condition for OptForSize case.
Michael Zolotukhin
2015-06-24
1
-4
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Refactor RecurrenceInstDesc
Tyler Nowicki
2015-06-16
1
-1
/
+1
*
Rename Reduction variables/structures to Recurrence.
Tyler Nowicki
2015-06-16
1
-16
/
+16
*
[LoopVectorize] Revert the enabling of interleaved memory access in Loop Vect...
Hao Liu
2015-06-11
1
-1
/
+1
*
[AArch64] Match interleaved memory accesses into ldN/stN instructions.
Hao Liu
2015-06-11
1
-1
/
+1
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
1
-2
/
+699
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-1
/
+1
*
Fix a couple of typos in comments.
Michael Zolotukhin
2015-04-24
1
-3
/
+3
*
Move common loop utility function isInductionPHI into LoopUtils.cpp
Karthik Bhat
2015-04-23
1
-43
/
+0
*
[NFC] Refactor identification of reductions as common utility function.
Karthik Bhat
2015-04-20
1
-519
/
+30
*
[LoopAccesses] Allow analysis to complete in the presence of uniform stores
Adam Nemet
2015-04-08
1
-0
/
+8
*
Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform ...
Adam Nemet
2015-04-08
1
-8
/
+0
*
[LoopAccesses] Allow analysis to complete in the presence of uniform stores
Adam Nemet
2015-04-07
1
-0
/
+8
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-7
/
+9
[next]