Remove unnecessary null check. NFC.
[oota-llvm.git] / lib / Transforms / Scalar / LoopInterchange.cpp
2015-07-24 Pete CooperRemove unnecessary null check. NFC.
2015-07-13 Benjamin KramerAvoid using Loop::getSubLoopsVector.
2015-06-16 Tyler NowickiRename Reduction variables/structures to Recurrence.
2015-04-24 Andrew KaylorFix LoopInterchange/reductions.ll test for debug builds
2015-04-23 Karthik BhatAdd support to interchange loops with reductions.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-09 Benjamin KramerMake helper functions static.
2015-03-06 Benjamin KramerLoopInterchange: Remove empty method.
2015-03-06 Benjamin KramerLoopInterchange: Rephrase instruction moving using...
2015-03-06 Daniel JasperChange the way in which error case is being handled.
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"