summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* InterleavedLoadCombine - merge isa<> and dyn_cast<> duplicates. NFCI.Simon Pilgrim2019-09-151-2/+2
* computePolynomialFromPointer - add missing early-out return for non-pointer t...Simon Pilgrim2019-04-291-0/+1
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix unused function warning.Simon Pilgrim2018-11-191-6/+0
* Add missing stream operator for Polynomial class to fix debug builds.Simon Pilgrim2018-11-191-0/+7
* [InterleavedLoadCombine] Fix warningsMartin Elshuber2018-11-191-6/+1
* [InterleavedLoadCombine] Fix warning unused variableMartin Elshuber2018-11-191-2/+0
* [InterleavedLoadCombine] Remove unused include. NFC.Benjamin Kramer2018-11-191-1/+0
* Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.Martin Elshuber2018-11-191-0/+1366
OpenPOWER on IntegriCloud