[RS4GC] Use an value handle to help isolate errors quickly
[oota-llvm.git] / lib / Transforms / Scalar / LoopInterchange.cpp
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-12-09 Vikram TVTest commit access - Fix few missing '.' in comments...
2015-10-25 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
2015-10-13 Duncan P. N. Exon... Scalar: Remove remaining ilist iterator implicit conver...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-27 James Molloy[LoopVectorize] Extract InductionInfo into a helper...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-08 Benjamin KramerFix some comment typos.
2015-07-27 Pete CooperRevert "Remove unnecessary null check. NFC."
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"