aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-23[Alignement][NFC] Deprecate untyped CreateAlignedLoadGuillaume Chatelet1-1/+1
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever1-1/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-09-15InterleavedLoadCombine - merge isa<> and dyn_cast<> duplicates. NFCI.Simon Pilgrim1-2/+2
2019-04-29computePolynomialFromPointer - add missing early-out return for non-pointer t...Simon Pilgrim1-0/+1
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-19Fix unused function warning.Simon Pilgrim1-6/+0
2018-11-19Add missing stream operator for Polynomial class to fix debug builds.Simon Pilgrim1-0/+7
2018-11-19[InterleavedLoadCombine] Fix warningsMartin Elshuber1-6/+1
2018-11-19[InterleavedLoadCombine] Fix warning unused variableMartin Elshuber1-2/+0
2018-11-19[InterleavedLoadCombine] Remove unused include. NFC.Benjamin Kramer1-1/+0
2018-11-19Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.Martin Elshuber1-0/+1366