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
*
[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
Silviu Baranga
2015-11-02
1
-97
/
+95
*
Revert the revision 251592 as it fails a test on some platforms.
Cong Hou
2015-10-29
1
-93
/
+28
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-10-29
1
-28
/
+93
*
Whitespace.
NAKAMURA Takumi
2015-10-27
1
-1
/
+1
*
Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"
NAKAMURA Takumi
2015-10-27
1
-16
/
+3
*
Loop Vectorizer - skipping "bitcast" before GEP
Elena Demikhovsky
2015-10-26
1
-3
/
+16
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ve...
Michael Zolotukhin
2015-10-24
1
-3
/
+2
*
Vectorize: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-51
/
+49
*
Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().
Elena Demikhovsky
2015-10-19
1
-2
/
+2
*
[LoopVectorize] Shrink integer operations into the smallest type possible
James Molloy
2015-10-12
1
-11
/
+180
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-3
/
+2
*
[LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions
James Molloy
2015-09-21
1
-2
/
+4
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+10
*
Rename ExitCount to BackedgeTakenCount, because that's what it is.
James Molloy
2015-09-09
1
-8
/
+9
*
Delay predication of stores until near the end of vector code generation
James Molloy
2015-09-09
1
-56
/
+28
*
[LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...
James Molloy
2015-09-02
1
-60
/
+27
*
[LV] Move some code around slightly to make the intent of the function more c...
James Molloy
2015-09-02
1
-3
/
+1
*
[LV] Cleanup: Sink an IRBuilder closer to its uses.
James Molloy
2015-09-02
1
-10
/
+5
*
[LV] Refactor all runtime check emissions into helper functions.
James Molloy
2015-09-02
1
-100
/
+126
*
[LV] Pull creation of trip counts into a helper function.
James Molloy
2015-09-02
1
-63
/
+101
*
[LV] Factor the creation of the loop induction variable out of createEmptyLoop()
James Molloy
2015-09-02
1
-19
/
+43
*
[LV] Never widen an induction variable.
James Molloy
2015-09-02
1
-115
/
+49
*
[LV] Switch to using canonical induction variables.
James Molloy
2015-09-02
1
-14
/
+8
*
Improve vectorization diagnostic messages and extend vectorize(enable) pragma.
Tyler Nowicki
2015-08-27
1
-15
/
+25
*
[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
[next]