aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
AgeCommit message (Expand)AuthorFilesLines
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