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] Move RuntimePointerCheck under LoopAccessAnalysis
Adam Nemet
2015-02-01
1
-44
/
+49
*
[LoopVectorize] Pass parameters explicitly to MemoryDepChecker
Adam Nemet
2015-02-01
1
-14
/
+51
*
[LoopVectorize] Split out LoopAccessAnalysis from LoopVectorizationLegality
Adam Nemet
2015-02-01
1
-18
/
+85
*
[LoopVectorize] Add accessors for Num{Stores,Loads,PredStores} in AccessAnalysis
Adam Nemet
2015-02-01
1
-7
/
+18
*
[LoopVectorize] Rename the Report class to VectorizationReport
Adam Nemet
2015-02-01
1
-50
/
+72
*
[LoopVectorize] Factor out duplicated code into Report::emitAnalysis
Adam Nemet
2015-02-01
1
-10
/
+16
*
[LoopVectorize] Split out RuntimePointerCheck from LoopVectorizationLegality
Adam Nemet
2015-02-01
1
-46
/
+47
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
Silence "not all paths return a value" warning in MSVC
Reid Kleckner
2015-01-30
1
-0
/
+1
*
Fix a warning introduced by r227557 due to a default label in a fully
Chandler Carruth
2015-01-30
1
-1
/
+0
*
[LoopVectorize] Induction variables: support arbitrary constant step.
Hao Liu
2015-01-30
1
-133
/
+129
*
Fixed a bug in masked load/store in reversed loop.
Elena Demikhovsky
2015-01-22
1
-0
/
+2
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-11
/
+11
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-2
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-1
/
+2
*
Fix a wrong comment in LoopVectorize.
Hao Liu
2015-01-14
1
-5
/
+5
*
Fixed a bug in memory dependence checking module of loop vectorization. The f...
Jiangning Liu
2015-01-05
1
-48
/
+57
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-8
/
+8
*
Some code improvements in Masked Load/Store.
Elena Demikhovsky
2014-12-30
1
-21
/
+10
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-15
/
+5
*
[LoopVectorize] Remove redundant assignment.
Tilmann Scheller
2014-12-19
1
-1
/
+0
*
Masked Load and Store Intrinsics in loop vectorizer.
Elena Demikhovsky
2014-12-16
1
-21
/
+100
*
Loop Vectorizer minor changes in the code -
Elena Demikhovsky
2014-12-14
1
-3
/
+3
*
Remove redundant variable.
Michael Zolotukhin
2014-12-09
1
-4
/
+2
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-11
/
+11
*
LoopVectorize: Remove unnecessary RAUW
Duncan P. N. Exon Smith
2014-12-03
1
-2
/
+0
*
PR21302. Vectorize only bottom-tested loops.
Michael Zolotukhin
2014-12-02
1
-0
/
+9
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-83
/
+15
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-15
/
+83
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+4
*
IR: Make MDString::getName() private
Duncan P. N. Exon Smith
2014-11-13
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
LoopVectorize: Don't assume pointees are sized
David Majnemer
2014-11-07
1
-1
/
+7
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-1
/
+1
*
Correctly update dom-tree after loop vectorizer.
Michael Zolotukhin
2014-10-31
1
-1
/
+1
*
Reformat partially, where I touched for whitespace changes.
NAKAMURA Takumi
2014-10-28
1
-2
/
+5
*
Untabify and whitespace cleanups.
NAKAMURA Takumi
2014-10-28
1
-5
/
+5
*
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2014-10-22
1
-19
/
+7
*
No need to cache this unused variable.
Eric Christopher
2014-10-14
1
-3
/
+1
*
[LoopVectorize] Ignore @llvm.assume for cost estimates and legality
Hal Finkel
2014-10-14
1
-3
/
+32
*
[SCEV] Fix one more caller blindly passing the latch to SCEV's
Chandler Carruth
2014-10-11
1
-2
/
+1
*
[SCEV] Add some asserts to the recently improved trip count computation
Chandler Carruth
2014-10-11
1
-3
/
+2
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-39
/
+39
*
Change name of copyFlags() to copyIRFlags(). Add convenience method for logic...
Sanjay Patel
2014-09-03
1
-1
/
+1
*
Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).
Sanjay Patel
2014-09-01
1
-13
/
+3
*
Small refactor on VectorizerHint for deduplication
Renato Golin
2014-09-01
1
-93
/
+160
*
fix typos in comments
Sanjay Patel
2014-08-26
1
-4
/
+4
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-4
/
+17
[next]