[WinEH] Add cleanupendpad instruction
[oota-llvm.git] / lib / Transforms / Utils / LoopUtils.cpp
2015-08-27 Chad Rosier[LoopVectorize] Add Support for Small Size Reductions.
2015-08-27 James Molloy[LoopVectorize] Extract InductionInfo into a helper...
2015-08-19 Ashutosh NemaExposed findDefsUsedOutsideOfLoop as a loop utility...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-06-16 Tyler NowickiRefactor RecurrenceInstDesc
2015-06-16 Tyler NowickiRename Reduction variables/structures to Recurrence.
2015-06-05 David Majnemer[LoopVectorize] Don't crash on zero-sized types in...
2015-04-23 Karthik BhatMove common loop utility function isInductionPHI into...
2015-04-20 Karthik Bhat[NFC] Refactor identification of reductions as common...