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
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-2
/
+2
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-15
1
-31
/
+106
*
Revert r255460, which still causes test failures on some platforms.
Cong Hou
2015-12-13
1
-106
/
+31
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-31
/
+106
*
Revert r255454 as it leads to several test failers on buildbots.
Cong Hou
2015-12-13
1
-106
/
+31
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-31
/
+106
*
Re-commit r255115, with the PredicatedScalarEvolution class moved to
Silviu Baranga
2015-12-09
1
-85
/
+80
*
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2015-12-09
1
-80
/
+85
*
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2015-12-09
1
-85
/
+80
*
Fix a typo in LoopVectorize.cpp. NFC.
Cong Hou
2015-12-05
1
-1
/
+1
*
Fix a typo in LoopVectorize.cpp. NFC.
Cong Hou
2015-12-02
1
-1
/
+1
*
[LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
Charlie Turner
2015-11-26
1
-3
/
+3
*
[LV] Add a helper function, isReductionVariable. NFC.
Chad Rosier
2015-11-19
1
-5
/
+7
*
Fix several long lines (>80) in LoopVectorize.cpp. NFC.
Cong Hou
2015-11-19
1
-13
/
+19
*
Typo.
Chad Rosier
2015-11-17
1
-1
/
+1
*
[LoopVectorize] Address post-commit feedback on r250032
James Molloy
2015-11-09
1
-3
/
+4
*
LoopVectorizer - skip 'bitcast' between GEP and load.
Elena Demikhovsky
2015-11-03
1
-2
/
+28
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-11-02
1
-28
/
+102
*
[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
Silviu Baranga
2015-11-02
1
-97
/
+95
*
Revert the revision 251592 as it fails a test on some platforms.
Cong Hou
2015-10-29
1
-93
/
+28
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-10-29
1
-28
/
+93
*
Whitespace.
NAKAMURA Takumi
2015-10-27
1
-1
/
+1
*
Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"
NAKAMURA Takumi
2015-10-27
1
-16
/
+3
*
Loop Vectorizer - skipping "bitcast" before GEP
Elena Demikhovsky
2015-10-26
1
-3
/
+16
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ve...
Michael Zolotukhin
2015-10-24
1
-3
/
+2
*
Vectorize: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-51
/
+49
*
Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().
Elena Demikhovsky
2015-10-19
1
-2
/
+2
*
[LoopVectorize] Shrink integer operations into the smallest type possible
James Molloy
2015-10-12
1
-11
/
+180
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-3
/
+2
*
[LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions
James Molloy
2015-09-21
1
-2
/
+4
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+10
*
Rename ExitCount to BackedgeTakenCount, because that's what it is.
James Molloy
2015-09-09
1
-8
/
+9
*
Delay predication of stores until near the end of vector code generation
James Molloy
2015-09-09
1
-56
/
+28
*
[LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...
James Molloy
2015-09-02
1
-60
/
+27
*
[LV] Move some code around slightly to make the intent of the function more c...
James Molloy
2015-09-02
1
-3
/
+1
*
[LV] Cleanup: Sink an IRBuilder closer to its uses.
James Molloy
2015-09-02
1
-10
/
+5
*
[LV] Refactor all runtime check emissions into helper functions.
James Molloy
2015-09-02
1
-100
/
+126
*
[LV] Pull creation of trip counts into a helper function.
James Molloy
2015-09-02
1
-63
/
+101
*
[LV] Factor the creation of the loop induction variable out of createEmptyLoop()
James Molloy
2015-09-02
1
-19
/
+43
*
[LV] Never widen an induction variable.
James Molloy
2015-09-02
1
-115
/
+49
*
[LV] Switch to using canonical induction variables.
James Molloy
2015-09-02
1
-14
/
+8
*
Improve vectorization diagnostic messages and extend vectorize(enable) pragma.
Tyler Nowicki
2015-08-27
1
-15
/
+25
*
[LoopVectorize] Add Support for Small Size Reductions.
Chad Rosier
2015-08-27
1
-18
/
+60
*
[LoopVectorize] Extract InductionInfo into a helper class...
James Molloy
2015-08-27
1
-128
/
+29
*
Improved printing of analysis diagnostics in the loop vectorizer.
Tyler Nowicki
2015-08-27
1
-18
/
+26
*
The patch replace the overflow check in loop vectorization with the minimum l...
Wei Mi
2015-08-25
1
-22
/
+25
*
Standardized 'failed' to 'Failed' in LoopVectorizationRequirements.
Tyler Nowicki
2015-08-21
1
-4
/
+4
*
[LoopVectorize] Propagate 'nontemporal' attribute into vectorized instructions.
Michael Zolotukhin
2015-08-20
1
-1
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-7
/
+7
[next]