summaryrefslogtreecommitdiff
path: root/source/opt/loop_descriptor.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Loop invariant code motion initial implementationAlexander Johnston1-31/+53
2018-02-05VS2013: LoopDescriptor LoopContainerType can't contain unique_ptrDavid Neto1-8/+19
2018-02-02Disambiguate between const and nonconst ForEachSuccessorLabelDavid Neto1-2/+4
2018-02-01Add LoopUtils class to gather some loop transformation support.Victor Lomuller1-1/+192
2018-01-25Add LoopDescriptor as an IRContext analysis.Victor Lomuller1-0/+23
2018-01-08Add loop descriptors and some required dominator tree extensions.Victor Lomuller1-0/+157