summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IVDescriptors.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC).Florian Hahn2020-01-041-1/+0
* [IVDescriptors] Skip FOR where we have multiple sink points for now.Florian Hahn2019-11-281-0/+7
* Recommit f0c2a5a "[LV] Generalize conditions for sinking instrs for first ord...Florian Hahn2019-11-241-14/+30
* Revert f0c2a5a "[LV] Generalize conditions for sinking instrs for first order...Hans Wennborg2019-11-071-26/+14
* [LV] Generalize conditions for sinking instrs for first order recurrences.Florian Hahn2019-11-021-14/+26
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-1/+2
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-2/+1
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-1/+2
* Save the induction binary operator in IVDescriptors for non FP induction vari...Kit Barton2019-05-141-2/+9
* Reland "Relax constraints for reduction vectorization"Sanjoy Das2019-03-121-2/+8
* Revert "Relax constraints for reduction vectorization"Sanjoy Das2019-03-111-8/+2
* Relax constraints for reduction vectorizationSanjoy Das2019-03-111-2/+8
* PHI nodes are not `FPMathOperator` sSanjoy Das2019-03-051-2/+1
* Move DomTreeUpdater from IR to AnalysisRichard Trieu2019-02-061-1/+1
* [NFC] fix trivial typos in commentsHiroshi Inoue2019-02-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix parenthesis warning in IVDescriptorsRenato Golin2018-11-301-3/+3
* Add a new reduction pattern matchRenato Golin2018-11-301-6/+66
* Revert r344172: [LV] Add a new reduction pattern matchRenato Golin2018-10-271-65/+6
* [LV] Add a new reduction pattern matchRenato Golin2018-10-101-6/+65
* Remove unused include from IVDescriptors.cpp.Ilya Biryukov2018-09-121-1/+0
* Break LoopUtils into an Analysis file.Vikram TV2018-09-121-0/+1030
OpenPOWER on IntegriCloud