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
*
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
*
[SLP] Be more aggressive about reduction width selection.
Charlie Turner
2015-10-27
1
-12
/
+35
*
[SLP] Try a bit harder to find reduction PHIs
Charlie Turner
2015-10-27
1
-5
/
+43
*
[SLP] Treat SelectInsts as reduction values.
Charlie Turner
2015-10-27
1
-6
/
+7
*
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
2
-11
/
+5
*
SLPVectorizer: AllSameOpcode* starts "true" only for instructions
Mehdi Amini
2015-10-23
1
-3
/
+4
*
SLPVectorizer: refactor reorderInputsAccordingToOpcode (NFC)
Mehdi Amini
2015-10-23
1
-52
/
+81
*
Vectorize: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
3
-85
/
+91
*
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
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-6
/
+3
*
[SLP] Don't vectorize loads of non-packed types (like i1, i2).
Michael Zolotukhin
2015-09-30
1
-1
/
+18
*
SLPVectorizer: limit the scheduling region size per basic block.
Erik Eckstein
2015-09-30
1
-9
/
+56
*
[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
3
-12
/
+24
*
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
*
[SLP] Propagate 'nontemporal' attribute into vectorized instructions.
Michael Zolotukhin
2015-08-20
1
-0
/
+3
*
[LoopVectorize] Propagate 'nontemporal' attribute into vectorized instructions.
Michael Zolotukhin
2015-08-20
1
-1
/
+2
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-1
/
+0
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-0
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
3
-11
/
+11
*
[PM/AA] Explicitly depend on TLI rather than getting it out of the
Chandler Carruth
2015-08-12
1
-1
/
+7
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-7
/
+7
*
fix code that was accidentally commented out in previous commit
Sanjay Patel
2015-08-11
1
-2
/
+2
*
fix typos in comments; NFC
Sanjay Patel
2015-08-11
1
-5
/
+5
*
fix typo in comment; NFC
Sanjay Patel
2015-08-11
1
-1
/
+1
*
Print vectorization analysis when loop hint is specified.
Tyler Nowicki
2015-08-11
1
-16
/
+34
[next]