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
*
[LV] For some IVs, use vector phis instead of widening in the loop body
Michael Kuperstein
2016-06-01
1
-20
/
+76
*
fix typo; NFC
Sanjay Patel
2016-05-25
1
-1
/
+1
*
fix typos; NFC
Sanjay Patel
2016-05-24
1
-11
/
+11
*
Recommit r255691 since PR26509 has been fixed.
Wei Mi
2016-05-19
1
-31
/
+106
*
[VectorUtils] Fix nasty use-after-free
James Molloy
2016-05-18
1
-1
/
+3
*
[LV] Ensure safe VF for loops with interleaved accesses
Matthew Simpson
2016-05-16
1
-1
/
+23
*
Correct spelling in comment (NFC)
Matthew Simpson
2016-05-13
1
-1
/
+1
*
[LoopVectorizer] LoopVectorBody doesn't need to be a vector. NFC.
Michael Kuperstein
2016-05-12
1
-40
/
+22
*
[LoopVectorize] Handling induction variable with non-constant step.
Elena Demikhovsky
2016-05-10
1
-22
/
+54
*
[LAA] Rename "isStridedPtr" with "getPtrStride". NFC.
Denis Zobnin
2016-05-10
1
-1
/
+1
*
Remove dead include. NFC.
Chad Rosier
2016-05-05
1
-1
/
+0
*
Fix unused variable warning after r268632
Silviu Baranga
2016-05-05
1
-1
/
+0
*
[LV] Identify more induction PHIs by coercing expressions to AddRecExprs
Silviu Baranga
2016-05-05
1
-7
/
+15
*
[LV] Refactor the validation of PHI inductions. NFC
Silviu Baranga
2016-05-05
1
-29
/
+48
*
clang-format some files in preparation of coming patch reviews.
Dehao Chen
2016-05-05
1
-522
/
+487
*
[LoopVectorize] Add operand bundles to vectorized functions
David Majnemer
2016-04-29
1
-5
/
+7
*
[PR25281] Remove AAResultsWrapper from preserved analyses of loop vectorizer.
Michael Zolotukhin
2016-04-29
1
-1
/
+0
*
[LoopVectorize] Keep hints from original loop on the vector loop
Hal Finkel
2016-04-29
1
-0
/
+5
*
[LV] Reallow positive-stride interleaved load groups with gaps
Matthew Simpson
2016-04-27
1
-9
/
+47
*
Masked Store in Loop Vectorizer - bugfix
Elena Demikhovsky
2016-04-26
1
-13
/
+9
*
[LoopVectorize] Don't consider conditional-load dereferenceability for marked...
Hal Finkel
2016-04-26
1
-0
/
+4
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
David Majnemer
2016-04-19
1
-5
/
+5
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
1
-6
/
+6
*
[ARM] Adding IEEE-754 SIMD detection to loop vectorizer
Renato Golin
2016-04-14
1
-6
/
+48
*
[CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NAN
David Majnemer
2016-04-14
1
-2
/
+12
*
Loop vectorization with uniform load
Elena Demikhovsky
2016-04-10
1
-0
/
+9
*
[LoopVectorize] Register cloned assumptions
David Majnemer
2016-04-08
1
-10
/
+24
*
Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...
Silviu Baranga
2016-04-08
1
-2
/
+2
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[LoopVectorize] Don't vectorize loops when everything will be scalarized
Hal Finkel
2016-03-30
1
-18
/
+49
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-3
/
+2
*
[LoopVectorize] Annotate versioned loop with noalias metadata
Adam Nemet
2016-03-17
1
-14
/
+60
*
[LV] Preserve LoopInfo when store predication is used
Adam Nemet
2016-03-15
1
-1
/
+1
*
Revert r255691 "[LoopVectorizer] Refine loop vectorizer's register usage calc...
Hans Wennborg
2016-02-19
1
-106
/
+31
*
[LV] Vectorize first-order recurrences
Matthew Simpson
2016-02-19
1
-6
/
+197
*
[LV] Fix PR26600: avoid out of bounds loads for interleaved access vectorization
Silviu Baranga
2016-02-19
1
-0
/
+10
*
Create masked gather and scatter intrinsics in Loop Vectorizer.
Elena Demikhovsky
2016-02-17
1
-96
/
+184
*
[LV] Add support for insertelt/extractelt processing during type truncation
Silviu Baranga
2016-02-15
1
-0
/
+14
*
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
Silviu Baranga
2016-02-08
1
-1
/
+1
*
Revert r260086 and r260085. They have broken the memory
Silviu Baranga
2016-02-08
1
-1
/
+1
*
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...
Silviu Baranga
2016-02-08
1
-1
/
+1
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-04
1
-4
/
+16
*
Minor code cleanups. NFC.
Junmo Park
2016-02-03
1
-18
/
+18
*
Revert r259662, which caused regressions on polly tests.
Wei Mi
2016-02-03
1
-16
/
+4
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-03
1
-4
/
+16
*
[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
Matthew Simpson
2016-02-01
1
-39
/
+32
[next]