1. a79ac14 [opaque pointer type] Add textual IR support for explicit type parameter to load instruction by David Blaikie · 11 years ago
  2. 79e6c74 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction by David Blaikie · 11 years ago
  3. b653de1 Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names controlling this variable. by Sanjay Patel · 11 years ago
  4. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  5. c1c7a13 Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change. by Stephen Lin · 12 years ago
  6. 30a65bc Remove the -licm pass from the loop vectorizer test because the loop vectorizer does it now. by Nadav Rotem · 13 years ago
  7. 6d9dafe Force a fixed unroll count on the target independent tests. by Nadav Rotem · 13 years ago
  8. 4cb8cda LoopVectorize: Preserve NSW, NUW and IsExact flags. by Nadav Rotem · 13 years ago
  9. a721b21 LoopVectorizer: Add a basic cost model which uses the VTTI interface. by Nadav Rotem · 13 years ago
  10. d189b82 Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]]+=x. by Nadav Rotem · 13 years ago
  11. 4f7f727 Vectorizer: Add support for loop reductions. by Nadav Rotem · 13 years ago
  12. ced93f3 vectorizer: Add support for reading and writing from the same memory location. by Nadav Rotem · 13 years ago