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
*
[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
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+1
*
Refactor Code inside LoopVectorizer's function isInductionVariable.
Karthik Bhat
2015-03-27
1
-9
/
+23
*
Try to fix a test broken by one of my previous commits.
Michael Zolotukhin
2015-03-17
1
-0
/
+3
*
LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
2015-03-17
1
-35
/
+157
*
LoopVectorizer: Add TargetTransformInfo.
Michael Zolotukhin
2015-03-17
1
-9
/
+12
*
[LAA-memchecks 2/3] Move number of memcheck threshold checking to LV
Adam Nemet
2015-03-10
1
-1
/
+13
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-64
/
+52
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-4
/
+3
*
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
2015-03-09
1
-2
/
+52
*
Do not restrict interleaved unrolling to small loops, depending on the target.
Olivier Sallenave
2015-03-06
1
-0
/
+8
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Make ToVectorTy static.
Michael Zolotukhin
2015-03-02
1
-11
/
+9
*
Remove DebugLoc::print(LLVMContext, raw_ostream), it was just
Eric Christopher
2015-02-26
1
-1
/
+1
*
[LoopAccesses] Change LAA:getInfo to return a constant reference
Adam Nemet
2015-02-19
1
-3
/
+3
*
[LoopAccesses] Split out LoopAccessReport from VectorizerReport
Adam Nemet
2015-02-19
1
-7
/
+26
*
[LoopAccesses] Add missing const to APIs in VectorizationReport
Adam Nemet
2015-02-19
1
-2
/
+2
*
[LoopAccesses] Change debug messages from LV to LAA
Adam Nemet
2015-02-19
1
-2
/
+2
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-19
1
-17
/
+25
*
[LoopAccesses] Cache the result of canVectorizeMemory
Adam Nemet
2015-02-19
1
-2
/
+2
*
[LoopAccesses] Stash the report from the analysis rather than emitting it
Adam Nemet
2015-02-19
1
-2
/
+6
*
[LoopAccesses] Make VectorizerParams global + fix for cyclic dep
Adam Nemet
2015-02-19
1
-24
/
+6
*
Revert "Reformat."
Adam Nemet
2015-02-19
1
-19
/
+31
*
Reformat.
NAKAMURA Takumi
2015-02-18
1
-31
/
+19
*
Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r22...
NAKAMURA Takumi
2015-02-18
1
-70
/
+37
*
[LoopAccesses] Change LAA:getInfo to return a constant reference
Adam Nemet
2015-02-18
1
-3
/
+3
*
[LoopAccesses] Split out LoopAccessReport from VectorizerReport
Adam Nemet
2015-02-18
1
-7
/
+26
*
[LoopAccesses] Add missing const to APIs in VectorizationReport
Adam Nemet
2015-02-18
1
-2
/
+2
*
[LoopAccesses] Change debug messages from LV to LAA
Adam Nemet
2015-02-18
1
-2
/
+2
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-18
1
-17
/
+25
*
[LoopAccesses] Make blockNeedsPredication static
Adam Nemet
2015-02-18
1
-2
/
+4
*
[LoopAccesses] Cache the result of canVectorizeMemory
Adam Nemet
2015-02-18
1
-2
/
+2
*
[LoopAccesses] Stash the report from the analysis rather than emitting it
Adam Nemet
2015-02-18
1
-2
/
+6
*
[LoopAccesses] Make VectorizerParams global
Adam Nemet
2015-02-18
1
-15
/
+17
*
[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
Adam Nemet
2015-02-18
1
-15
/
+15
*
Enabled cost calculation for masked memory operations.
Elena Demikhovsky
2015-02-15
1
-1
/
+5
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-3
/
+2
*
[LV] Move addRuntimeCheck to LoopAccessAnalysis
Adam Nemet
2015-02-06
1
-104
/
+5
*
[LV] Split off memcheck block really at the first check
Adam Nemet
2015-02-03
1
-1
/
+1
*
[LoopVectorize] Fix rebase glitch in r227751
Adam Nemet
2015-02-03
1
-5
/
+3
*
Resurrect initializers for NumLoads and NumStores in LoopVectorizationLegalit...
NAKAMURA Takumi
2015-02-03
1
-2
/
+3
*
LoopVectorize: Remove initializer list that blocks MSVC.
Benjamin Kramer
2015-02-01
1
-4
/
+4
*
[LoopVectorize] Move LoopAccessAnalysis to its own module
Adam Nemet
2015-02-01
1
-1216
/
+1
[next]