Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LoopVectorize] Add Support for Small Size Reductions. | Chad Rosier | 2015-08-27 | 1 | -14/+154 |
* | [LoopVectorize] Extract InductionInfo into a helper class... | James Molloy | 2015-08-27 | 1 | -4/+56 |
* | Exposed findDefsUsedOutsideOfLoop as a loop utility function | Ashutosh Nema | 2015-08-19 | 1 | -0/+19 |
* | Late evaluation of the fast-math vectorization requirement. | Tyler Nowicki | 2015-08-10 | 1 | -4/+8 |
* | Refactor RecurrenceInstDesc | Tyler Nowicki | 2015-06-16 | 1 | -44/+41 |
* | Rename Reduction variables/structures to Recurrence. | Tyler Nowicki | 2015-06-16 | 1 | -66/+66 |
* | [LoopVectorize] Don't crash on zero-sized types in isInductionPHI | David Majnemer | 2015-06-05 | 1 | -0/+3 |
* | Move common loop utility function isInductionPHI into LoopUtils.cpp | Karthik Bhat | 2015-04-23 | 1 | -0/+46 |
* | [NFC] Refactor identification of reductions as common utility function. | Karthik Bhat | 2015-04-20 | 1 | -0/+453 |