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
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
[SLP vectorizer]: Choose the best consecutive candidate to pair with a store ...
Wei Mi
2015-07-30
1
-7
/
+18
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-6
/
+1
*
[PM/AA] Switch to an early-exit. NFC. This was split out of another
Chandler Carruth
2015-07-22
1
-36
/
+35
*
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
*
[SLPVectorizer] Try different vectorization factors for store chains
Sanjay Patel
2015-07-08
1
-7
/
+37
*
[LoopVectorizer] Rename BypassBlock to VectorPH, and CheckBlock to NewVectorP...
Michael Zolotukhin
2015-07-08
1
-46
/
+46
*
[LoopVectorizer] Restructurize code for emitting RT checks. NFCI.
Michael Zolotukhin
2015-07-08
1
-18
/
+22
*
[LoopVectorizer] Remove redundant variables PastOverflowCheck and OverflowChe...
Michael Zolotukhin
2015-07-08
1
-11
/
+2
*
[LoopVectorizer] Move some code around to ease further refactoring. NFCI.
Michael Zolotukhin
2015-07-08
1
-16
/
+13
*
[LoopVectorizer] Remove redundant variable LastBypassBlock. NFC.
Michael Zolotukhin
2015-07-08
1
-14
/
+12
*
remove unnecessary temp variable; NFCI
Sanjay Patel
2015-07-05
1
-5
/
+4
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-05
1
-8
/
+7
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-04
1
-20
/
+20
*
[LoopVectorize] Use ReplaceInstWithInst() helper where appropriate.
Alexey Samsonov
2015-07-01
1
-22
/
+15
*
[LoopVectorize] Pointer indicies may be wider than the pointer
David Majnemer
2015-06-27
1
-3
/
+10
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
2
-2
/
+2
*
[LoopVectorizer] Fix bailing-out condition for OptForSize case.
Michael Zolotukhin
2015-06-24
1
-4
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
2
-2
/
+2
*
[SLP] Vectorize for all-constant entries.
Michael Zolotukhin
2015-06-19
1
-2
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
2
-2
/
+2
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-5
/
+5
*
Refactor RecurrenceInstDesc
Tyler Nowicki
2015-06-16
1
-1
/
+1
*
Rename Reduction variables/structures to Recurrence.
Tyler Nowicki
2015-06-16
1
-16
/
+16
*
[LoopVectorize] Revert the enabling of interleaved memory access in Loop Vect...
Hao Liu
2015-06-11
1
-1
/
+1
*
[AArch64] Match interleaved memory accesses into ldN/stN instructions.
Hao Liu
2015-06-11
1
-1
/
+1
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
1
-2
/
+699
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
2
-4
/
+4
*
[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
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-1
/
+11
*
Move common loop utility function isInductionPHI into LoopUtils.cpp
Karthik Bhat
2015-04-23
1
-43
/
+0
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-11
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-1
/
+11
*
[NFC] Refactor identification of reductions as common utility function.
Karthik Bhat
2015-04-20
1
-519
/
+30
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-3
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-2
/
+2
*
[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
[next]