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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to define friend function more portably.
Sean Silva
2016-06-16
1
-16
/
+5
*
[LV] Make the new getter return a const reference. NFC
Adam Nemet
2016-06-15
1
-1
/
+3
*
[LV] Add getter function for LoopVectorizationLegality::Strides. NFC
Adam Nemet
2016-06-15
1
-6
/
+8
*
[LV] Remove more unused functions. NFC
Adam Nemet
2016-06-15
1
-4
/
+0
*
[LV] Remove unused function. NFC
Adam Nemet
2016-06-15
1
-1
/
+0
*
Work around MSVC "friend" semantics.
Sean Silva
2016-06-15
1
-0
/
+2
*
Speculative buildbot fix.
Sean Silva
2016-06-15
1
-0
/
+5
*
[PM] Port SLPVectorizer to the new PM
Sean Silva
2016-06-15
1
-138
/
+113
*
Recommit [LV] Enable vectorization of loops where the IV has an external use
Michael Kuperstein
2016-06-15
1
-26
/
+92
*
Reverting r272715 since it broke libcxx.
Michael Kuperstein
2016-06-14
1
-80
/
+26
*
[LV] Enable vectorization of loops where the IV has an external use
Michael Kuperstein
2016-06-14
1
-26
/
+80
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-1
/
+1
*
[LV] Use vector phis for some secondary induction variables
Michael Kuperstein
2016-06-09
1
-4
/
+6
*
Revert r272194 No need for it if loop Analysis Manager is used
Xinliang David Li
2016-06-09
1
-1
/
+1
*
[SLPVectorizer] Handle GEP with differing constant index types
Michael Zolotukhin
2016-06-08
1
-1
/
+1
*
[PM] Refector LoopAccessInfo analysis code
Xinliang David Li
2016-06-08
1
-1
/
+1
*
[LV] For some IVs, use vector phis instead of widening in the loop body
Michael Kuperstein
2016-06-01
1
-20
/
+76
*
[SLP] Pass in correct alignment when query memory access cost
Guozhi Wei
2016-05-31
1
-4
/
+8
*
[BBVectorize] Don't vectorize selects with a scalar condition and vector oper...
Michael Kuperstein
2016-05-26
1
-1
/
+8
*
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
*
Tidied up switch cases. NFCI.
Simon Pilgrim
2016-05-12
1
-52
/
+48
*
[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
*
[SLPVectorizer] Add operand bundles to vectorized functions
David Majnemer
2016-04-29
1
-2
/
+16
*
[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
*
[SLPVectorizer] Extend SLP Vectorizer to deal with aggregates.
Arch D. Robison
2016-04-28
1
-37
/
+151
*
[LV] Reallow positive-stride interleaved load groups with gaps
Matthew Simpson
2016-04-27
1
-9
/
+47
*
[SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.
Arch D. Robison
2016-04-27
1
-20
/
+28
*
[TTI] Add hook for vector extract with extension
Matthew Simpson
2016-04-27
1
-3
/
+4
*
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
3
-2
/
+5
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
3
-5
/
+2
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
3
-2
/
+5
*
[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
David Majnemer
2016-04-19
2
-10
/
+10
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
2
-9
/
+9
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
[next]