1. 807b019 [ConstantFolding] Fixing addo/subo with undef by George Mitenkov · 4 years, 3 months ago
  2. 6fa7030 [ConstProp] Remove unused check-prefixes by Simon Pilgrim · 4 years, 7 months ago
  3. 486ed88 [ConstProp] Remove ConstantPropagation by Arthur Eubanks · 4 years, 11 months ago[Renamed (98%) from llvm/test/Transforms/ConstProp/overflow-ops.ll]
  4. ff21e3f [ConstantFolding] Fix 'undef' folding for @llvm.[us]{add,sub}.with.overflow ops (PR43188) by Roman Lebedev · 6 years ago
  5. cee313d Revert "Temporarily Revert "Add basic loop fusion pass."" by Eric Christopher · 6 years ago
  6. a863435 Temporarily Revert "Add basic loop fusion pass." by Eric Christopher · 6 years ago
  7. 9f6e9cf [ConstantFolding] Fold undef for integer intrinsics by Nikita Popov · 6 years ago
  8. 6d79e43 [ConstantFolding] Add undef tests for overflow intrinsics; NFC by Nikita Popov · 6 years ago
  9. da1beca [ConstantFolding] Regenerate test checks; NFC by Nikita Popov · 6 years ago
  10. c1c7a13 Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change. by Stephen Lin · 12 years ago
  11. b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  12. 0bb2ad2 Constant folding support for calls to umul.with.overflow(), basically identical to the smul.with.overflow() code. by Frits van Bommel · 14 years ago
  13. b9681ad fix a bug I introduced, no idea how this didn't repro right. by Chris Lattner · 15 years ago
  14. c7bd574 hack to unbreak buildbots by Chris Lattner · 15 years ago
  15. 698661c add uadd_ov/usub_ov to apint, consolidate constant folding by Chris Lattner · 15 years ago
  16. 44e5dbc Extend ConstantFolding to understand signed overflow variants by Evan Phoenix · 16 years ago
  17. 59d9398 teach the optimizer how to constant fold uadd/usub intrinsics. by Chris Lattner · 16 years ago