aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/IVDescriptors.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Save the induction binary operator in IVDescriptors for non FP induction vari...Kit Barton1-2/+9
2019-03-12Reland "Relax constraints for reduction vectorization"Sanjoy Das1-2/+8
2019-03-11Revert "Relax constraints for reduction vectorization"Sanjoy Das1-8/+2
2019-03-11Relax constraints for reduction vectorizationSanjoy Das1-2/+8
2019-03-05PHI nodes are not `FPMathOperator` sSanjoy Das1-2/+1
2019-02-06Move DomTreeUpdater from IR to AnalysisRichard Trieu1-1/+1
2019-02-05[NFC] fix trivial typos in commentsHiroshi Inoue1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-30Fix parenthesis warning in IVDescriptorsRenato Golin1-3/+3
2018-11-30Add a new reduction pattern matchRenato Golin1-6/+66
2018-10-27Revert r344172: [LV] Add a new reduction pattern matchRenato Golin1-65/+6
2018-10-10[LV] Add a new reduction pattern matchRenato Golin1-6/+65
2018-09-12Remove unused include from IVDescriptors.cpp.Ilya Biryukov1-1/+0
2018-09-12Break LoopUtils into an Analysis file.Vikram TV1-0/+1030