1. 12c1f76 InstCombine: move hasOneUse check to the top of foldICmpAddConstant by Tim Northover · 7 years ago
  2. 9588ad9 [InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2) by Nicola Zaghen · 7 years ago
  3. 8b9d1f3 [LV] Model masking in VPlan, introducing VPInstructions by Gil Rapaport · 8 years ago
  4. a525fff [Loop Vectorize] Added a separate metadata by Aditya Kumar · 8 years ago
  5. 8c452d7 [LV] Test once if vector trip count is zero, instead of twice by Ayal Zaks · 8 years ago
  6. 28f53ef [LoopVectorize] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  7. a79ac14 [opaque pointer type] Add textual IR support for explicit type parameter to load instruction by David Blaikie · 11 years ago
  8. 79e6c74 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction by David Blaikie · 11 years ago
  9. b653de1 Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names controlling this variable. by Sanjay Patel · 11 years ago
  10. c1c7a13 Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change. by Stephen Lin · 12 years ago
  11. 4ce060b LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming values. by Nadav Rotem · 13 years ago