1. 5185b7d [LV] Remove triples from target-independent vectorizer tests. NFC. by Michael Kuperstein · 9 years ago
  2. 3a3c64d [LV] For some IVs, use vector phis instead of widening in the loop body by Michael Kuperstein · 9 years ago
  3. a79ac14 [opaque pointer type] Add textual IR support for explicit type parameter to load instruction by David Blaikie · 11 years ago
  4. 79e6c74 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction by David Blaikie · 11 years ago
  5. 8de4f8b [LoopVectorize] Induction variables: support arbitrary constant step. by Hao Liu · 11 years ago
  6. b653de1 Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names controlling this variable. by Sanjay Patel · 11 years ago
  7. 7ae00a1 [LoopVectorize] Use AA to partition potential dependency checks by Hal Finkel · 11 years ago
  8. c1c7a13 Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change. by Stephen Lin · 12 years ago
  9. 30a65bc Remove the -licm pass from the loop vectorizer test because the loop vectorizer does it now. by Nadav Rotem · 13 years ago
  10. e9f5bfd by Nadav Rotem · 13 years ago
  11. 6d9dafe Force a fixed unroll count on the target independent tests. by Nadav Rotem · 13 years ago
  12. 874f01e Do not vectorize loops with subtraction reductions by Paul Redmond · 13 years ago
  13. e1d5c4b LoopVectorizer: by Nadav Rotem · 13 years ago
  14. 3f7c4f3 LoopVectorizer: Optimize the vectorization of consecutive memory access when the iteration step is -1 by Nadav Rotem · 13 years ago
  15. e266efb Loop Vectorize: optimize the vectorization of trunc(induction_var). The truncation is now done on scalars. by Nadav Rotem · 13 years ago
  16. 7b5b55c Add support for reverse induction variables. For example: by Nadav Rotem · 13 years ago
  17. c3c07e6 LoopVectorizer: Add initial support for pointer induction variables (for example: *dst++ = *src++). by Nadav Rotem · 13 years ago
  18. e6beec6 Relax the restrictions on vector of pointer types, and vector getelementptr. by Duncan Sands · 13 years ago
  19. 4cb8cda LoopVectorize: Preserve NSW, NUW and IsExact flags. by Nadav Rotem · 13 years ago
  20. a721b21 LoopVectorizer: Add a basic cost model which uses the VTTI interface. by Nadav Rotem · 13 years ago
  21. 4f7f727 Vectorizer: Add support for loop reductions. by Nadav Rotem · 13 years ago
  22. b52f717 Vectorizer: Add support for loops with an unknown count. For example: by Nadav Rotem · 13 years ago
  23. 6b94c2a Add a loop vectorizer. by Nadav Rotem · 13 years ago