| Commit message (Expand) | Author | Age | Files | Lines |
| * | isBytewiseValue checks ConstantVector element by element | Vitaly Buka | 2019-07-12 | 1 | -1/+1 |
| * | Return Undef from isBytewiseValue for empty arrays or structs | Vitaly Buka | 2019-07-12 | 1 | -4/+4 |
| * | Handle IntToPtr in isBytewiseValue | Vitaly Buka | 2019-07-12 | 1 | -3/+3 |
| * | [test] Silence gcc 7.4 warning [NFC] | Mikael Holmen | 2019-07-11 | 1 | -1/+1 |
| * | Add IsBytewiseValue unit test | Vitaly Buka | 2019-07-10 | 1 | -11/+268 |
| * | Use "willreturn" in isGuaranteedToTransferExecutionToSuccessor | Johannes Doerfert | 2019-06-27 | 1 | -0/+3 |
| * | [ValueTracking] Known bits support for unsigned saturating add/sub | Nikita Popov | 2019-03-01 | 1 | -0/+71 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ValueTracking] Support funnel shifts in computeKnownBits() | Nikita Popov | 2018-12-02 | 1 | -0/+48 |
| * | [ValueTracking] Make unit tests easier to write; NFC | Nikita Popov | 2018-11-30 | 1 | -106/+63 |
| * | [ValueTracking] determine sign of 0.0 from select when matching min/max FP | Sanjay Patel | 2018-11-04 | 1 | -31/+53 |
| * | [ValueTracking] peek through 2-input shuffles in ComputeNumSignBits | Sanjay Patel | 2018-11-03 | 1 | -2/+1 |
| * | [ValueTracking] add test for non-canonical shuffle; NFC | Sanjay Patel | 2018-11-02 | 1 | -0/+23 |
| * | [ValueTracking] allow non-canonical shuffles when computing signbits | Sanjay Patel | 2018-11-02 | 1 | -0/+20 |
| * | [ValueTracking] add tests for fmin/fmax; NFC | Sanjay Patel | 2018-10-31 | 1 | -0/+176 |
| * | [NFC] Rename minnan and maxnan to minimum and maximum | Thomas Lively | 2018-10-24 | 1 | -2/+2 |
| * | [ValueTracking] Allow select patterns to work on FP vectors | Thomas Lively | 2018-09-28 | 1 | -0/+58 |
| * | Infer lowest bits of an integer Multiply when the low bits of the operands ar... | Simon Dardis | 2017-12-09 | 1 | -0/+55 |
| * | [ValueTracking] Avoid undefined behavior in unittest by not making a named Ar... | Craig Topper | 2017-04-14 | 1 | -1/+1 |
| * | Fix signed-unsigned comparison warning | Sanjoy Das | 2017-02-25 | 1 | -1/+1 |
| * | [ValueTracking] Don't do an unchecked shift in ComputeNumSignBits | Sanjoy Das | 2017-02-25 | 1 | -0/+19 |
| * | Fix an issue with isGuaranteedToTransferExecutionToSuccessor | Sanjoy Das | 2016-12-31 | 1 | -0/+51 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -1/+2 |
| * | [ValueTracking] Minor comment change in test | James Molloy | 2015-09-02 | 1 | -2/+1 |
| * | [ValueTracking] Look through casts when both operands are casts. | James Molloy | 2015-09-02 | 1 | -0/+42 |
| * | Add support for floating-point minnum and maxnum | James Molloy | 2015-08-11 | 1 | -0/+148 |