summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.Hsiangkai Wang2018-08-061-3/+3
* [Dominators] Convert existing passes and utils to use the DomTreeUpdater classChijun Sima2018-08-031-2/+4
* Move Analysis/Utils/Local.h back to TransformsDavid Blaikie2018-06-041-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-10/+11
* [NFC] Remove recently added SE verification because it may be false-positiveMax Kazantsev2018-04-241-6/+0
* [NFC] Add clarification commentMax Kazantsev2018-04-241-2/+4
* [LoopRotate] Fix incorrect SCEV invalidation in loop rotationMax Kazantsev2018-04-231-2/+9
* Refine the loop rotation's APIJin Lin2018-04-191-9/+17
* [LoopRotate] Rotate loops with loop exiting latchesDavid Green2018-04-011-2/+24
* Remove unused headers to fix layeringDavid Blaikie2018-03-291-2/+0
* [LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with...David Green2018-03-291-0/+613
OpenPOWER on IntegriCloud