1. b1bff76 isBytewiseValue checks ConstantVector element by element by Vitaly Buka · 6 years ago
  2. 52096ee Return Undef from isBytewiseValue for empty arrays or structs by Vitaly Buka · 6 years ago
  3. c559e63 Handle IntToPtr in isBytewiseValue by Vitaly Buka · 6 years ago
  4. 7618b2a [test] Silence gcc 7.4 warning [NFC] by Mikael Holmen · 6 years ago
  5. 329d15b Add IsBytewiseValue unit test by Vitaly Buka · 6 years ago
  6. 6ed459f Use "willreturn" in isGuaranteedToTransferExecutionToSuccessor by Johannes Doerfert · 6 years ago
  7. ed3ca92 [ValueTracking] Known bits support for unsigned saturating add/sub by Nikita Popov · 7 years ago
  8. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  9. 687b92c [ValueTracking] Support funnel shifts in computeKnownBits() by Nikita Popov · 7 years ago
  10. 219e536 [ValueTracking] Make unit tests easier to write; NFC by Nikita Popov · 7 years ago
  11. e7c94ef [ValueTracking] determine sign of 0.0 from select when matching min/max FP by Sanjay Patel · 7 years ago
  12. cac28b4 [ValueTracking] peek through 2-input shuffles in ComputeNumSignBits by Sanjay Patel · 7 years ago
  13. 45a148d [ValueTracking] add test for non-canonical shuffle; NFC by Sanjay Patel · 7 years ago
  14. a68096c [ValueTracking] allow non-canonical shuffles when computing signbits by Sanjay Patel · 7 years ago
  15. 03da6e6 [ValueTracking] add tests for fmin/fmax; NFC by Sanjay Patel · 7 years ago
  16. 30f1d69 [NFC] Rename minnan and maxnan to minimum and maximum by Thomas Lively · 7 years ago
  17. d47b5c7 [ValueTracking] Allow select patterns to work on FP vectors by Thomas Lively · 7 years ago
  18. 70dbd5f Infer lowest bits of an integer Multiply when the low bits of the operands are known by Simon Dardis · 8 years ago
  19. 8580cd4 [ValueTracking] Avoid undefined behavior in unittest by not making a named ArrayRef from a std::initializer_list by Craig Topper · 9 years ago
  20. 4897cea Fix signed-unsigned comparison warning by Sanjoy Das · 9 years ago
  21. 39a684d [ValueTracking] Don't do an unchecked shift in ComputeNumSignBits by Sanjoy Das · 9 years ago
  22. 3bb2dbd Fix an issue with isGuaranteedToTransferExecutionToSuccessor by Sanjoy Das · 9 years ago
  23. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 10 years ago
  24. 687a844 [ValueTracking] Minor comment change in test by James Molloy · 10 years ago
  25. 569cea6 [ValueTracking] Look through casts when both operands are casts. by James Molloy · 10 years ago
  26. 134bec2 Add support for floating-point minnum and maxnum by James Molloy · 10 years ago