[Utils] Put includes in correct order. NFC.
[oota-llvm.git] / lib / Transforms / Utils / LoopUtils.cpp
2015-11-24 Weiming Zhao[Utils] Put includes in correct order. NFC.
2015-09-21 James Molloy[LoopUtils,LV] Propagate fast-math flags on generated...
2015-09-10 Matthew Simpson[LV] Relax Small Size Reduction Type Requirement
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...