summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Temporarily Revert:Eric Christopher2019-11-061-169/+98
* [SLP] - Add couple safety checks to TreeEntry::dump(). NFCSergey Dmitriev2019-11-051-5/+12
* [SLP]Fix PR43799: Crash on different sizes of GEP indices.Alexey Bataev2019-11-041-2/+22
* [SLP] Vectorize jumbled stores.Alexey Bataev2019-10-311-20/+96
* Revert "[SLP] Vectorize jumbled stores."Haojian Wu2019-10-311-91/+16
* [SLP] Vectorize jumbled stores.Alexey Bataev2019-10-301-16/+91
* [SLPVectorizer] Use getAPInt() for comparison. NFCI.Simon Pilgrim2019-10-301-1/+1
* [SLP] Fix -Wunused-variable. NFCFangrui Song2019-10-291-2/+1
* [SLP] Generalization of stores vectorization.Alexey Bataev2019-10-291-76/+72
* [Alignment][NFC] getMemoryOpCost uses MaybeAlignGuillaume Chatelet2019-10-251-2/+2
* [SLP] adjust code comment; NFCSanjay Patel2019-10-251-1/+1
* [SLP] avoid reduction transform on patterns that the backend can load-combine...Sanjay Patel2019-10-161-0/+48
* recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...Zi Xuan Wu2019-10-121-1/+1
* [SLP] respect target register width for GEP vectorization (PR43578)Sanjay Patel2019-10-091-4/+10
* Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...Jinsong Ji2019-10-081-1/+1
* [LoopVectorize][PowerPC] Estimate int and float register pressure separately ...Zi Xuan Wu2019-10-081-1/+1
* Revert "[SLP] avoid reduction transform on patterns that the backend can load...Martin Storsjo2019-10-071-12/+3
* [SLP] avoid reduction transform on patterns that the backend can load-combineSanjay Patel2019-10-051-3/+12
* [Alignment][NFC] Remove StoreInst::setAlignment(unsigned)Guillaume Chatelet2019-10-031-1/+1
* [Alignment][NFC] Remove LoadInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-4/+3
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-291-67/+85
* Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...Jordan Rupprecht2019-09-261-75/+66
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-231-66/+75
* [SLPVectorizer] Assert that we find a LastInst to silence analyzer null deref...Simon Pilgrim2019-09-161-0/+1
* [SLPVectorizer] Don't dereference a dyn_cast result. NFCI.Simon Pilgrim2019-09-161-4/+4
* [SLP] limit vectorization of Constant subclasses (PR33958)Sanjay Patel2019-09-151-2/+5
* Fix typo. NFCISimon Pilgrim2019-09-071-1/+1
* Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson2019-09-071-1/+1
* Fix cppcheck shadow variable and variable scope warnings. NFCI.Simon Pilgrim2019-08-311-6/+5
* [SLP] use range-for loops, fix formatting; NFCSanjay Patel2019-08-231-32/+32
* [SLP] fix formatting; NFCSanjay Patel2019-08-231-4/+3
* [SLP][NFC] Avoid repetitive calls to getSameOpcode()Dinar Temirbulatov2019-08-201-120/+176
* [SLP] reduce duplicated code; NFCSanjay Patel2019-08-191-2/+4
* [SLPVectorizer] Make the scheduler aware of the TreeEntry operands.Vasileios Porpodas2019-08-161-79/+171
* [SLPVectorizer] Silence null dereference warning. NFCI.Simon Pilgrim2019-08-161-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* [SLP][NFC] Use pointers to address to ScalarToTreeEntry elements, instead of ...Dinar Temirbulatov2019-08-141-4/+4
* [SLPVectorizer] Revert local change that got accidently got committed in rL36...Simon Pilgrim2019-07-231-1/+0
* [TargetLowering] Add SimplifyMultipleUseDemandedBitsSimon Pilgrim2019-07-231-0/+1
* [SLPVectorizer] Remove null-pointer test. NFCI.Simon Pilgrim2019-07-231-4/+4
* [SLPVectorizer] Fix some MSVC/cppcheck uninitialized variable warnings. NFCI.Simon Pilgrim2019-07-221-3/+3
* Temporarily Revert "[SLP] Recommit: Look-ahead operand reordering heuristic."Eric Christopher2019-07-151-248/+46
* [SLP] Optimize getSpillCost(); NFCINikita Popov2019-07-091-6/+10
* [SLP] Recommit: Look-ahead operand reordering heuristic.Vasileios Porpodas2019-07-021-46/+248
* Revert [SLP] Look-ahead operand reordering heuristic.Jordan Rupprecht2019-07-011-236/+46
* [SLP] Look-ahead operand reordering heuristic.Vasileios Porpodas2019-06-261-46/+236
* [SLP] NFC: Fixed typo in commentVasileios Porpodas2019-06-241-1/+1
* [SLP] Support unary FNeg vectorizationCameron McInally2019-06-241-2/+30
* Revert [SLP] Look-ahead operand reordering heuristic.Reid Kleckner2019-06-211-232/+46
* [SLP] Look-ahead operand reordering heuristic.Simon Pilgrim2019-06-211-46/+232
OpenPOWER on IntegriCloud