| Commit message (Expand) | Author | Age | Files | Lines |
* | [InstCombine] Invert `add A, sext(B) --> sub A, zext(B)` canonicalization (to... | Roman Lebedev | 2019-12-05 | 1 | -2/+5 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+551 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -551/+0 |
* | [InstCombine] canonicalize add/sub with bool | Sanjay Patel | 2019-02-24 | 1 | -1/+5 |
* | [InstCombine] regenerate test checks; NFC | Sanjay Patel | 2019-01-29 | 1 | -63/+63 |
* | [InstCombine] Ensure nested shifts are in range (OSS-Fuzz #9880) | Simon Pilgrim | 2018-11-06 | 1 | -0/+19 |
* | [InstCombine] reverse 'trunc X to <N x i1>' canonicalization; 2nd try | Sanjay Patel | 2018-10-10 | 1 | -2/+2 |
* | revert r344082: [InstCombine] reverse 'trunc X to <N x i1>' canonicalization | Sanjay Patel | 2018-10-10 | 1 | -2/+2 |
* | [InstCombine] reverse 'trunc X to <N x i1>' canonicalization | Sanjay Patel | 2018-10-09 | 1 | -2/+2 |
* | [InstSimplify] move tests for shifts; NFC | Sanjay Patel | 2018-04-21 | 1 | -50/+0 |
* | [InstCombine] allow shl demanded bits folds with splat constants | Sanjay Patel | 2017-04-20 | 1 | -5/+2 |
* | [InstCombine] allow (X * C2) << C1 --> X * (C2 << C1) for vectors | Sanjay Patel | 2017-02-09 | 1 | -0/+14 |
* | fix typos; NFC | Sanjay Patel | 2017-02-01 | 1 | -4/+4 |
* | [InstCombine] move folds for shift-shift pairs; NFCI | Sanjay Patel | 2017-02-01 | 1 | -0/+52 |
* | [InstCombine] fold (X >>u C) << C --> X & (-1 << C) | Sanjay Patel | 2017-01-26 | 1 | -4/+4 |
* | [InstCombine] use m_APInt to allow (X << C) >>u C --> X & (-1 >>u C) with spl... | Sanjay Patel | 2017-01-26 | 1 | -2/+2 |
* | [InstCombine] add tests for shift-shift folds; NFC | Sanjay Patel | 2017-01-26 | 1 | -0/+60 |
* | [InstCombine] use m_APInt to allow shift-shift folds for vectors with splat c... | Sanjay Patel | 2017-01-16 | 1 | -24/+18 |
* | [InstCombine] add tests to show missed vector folds; NFC | Sanjay Patel | 2017-01-16 | 1 | -7/+82 |
* | [InstCombine] add tests to show missed vector folds; NFC | Sanjay Patel | 2017-01-15 | 1 | -12/+42 |
* | [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), C1 folds for spl... | Sanjay Patel | 2016-09-07 | 1 | -3/+1 |
* | [InstCombine] use m_APInt to allow icmp (and X, Y), C folds for splat constan... | Sanjay Patel | 2016-08-28 | 1 | -3/+1 |
* | [InstCombine] use m_APInt to allow icmp eq/ne (shr X, C2), C folds for splat ... | Sanjay Patel | 2016-08-24 | 1 | -8/+5 |
* | [InstCombine] add tests for missing vector icmp folds | Sanjay Patel | 2016-08-15 | 1 | -0/+37 |
* | [InstCombine] auto-generate exact checks | Sanjay Patel | 2016-08-15 | 1 | -150/+209 |
* | [InstCombine] add test for missing vector icmp fold | Sanjay Patel | 2016-08-14 | 1 | -6/+22 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -30/+30 |
* | Reapply r155136 after fixing PR12599. | Jakob Stoklund Olesen | 2012-04-23 | 1 | -3/+13 |
* | Revert r155136 "Defer some shl transforms to DAGCombine." | Jakob Stoklund Olesen | 2012-04-20 | 1 | -13/+3 |
* | Defer some shl transforms to DAGCombine. | Jakob Stoklund Olesen | 2012-04-19 | 1 | -3/+13 |
* | FileCheckize | Jakob Stoklund Olesen | 2012-04-18 | 1 | -2/+59 |
* | Nobody likes shifty instructions, but that was a bit strong. | Jakob Stoklund Olesen | 2012-04-18 | 1 | -1/+1 |
* | change the preferred canonical form for a sign extension to be | Chris Lattner | 2010-01-10 | 1 | -7/+0 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -2/+1 |
* | Add more test cases for APIntified InstCombine. | Reid Spencer | 2007-03-23 | 1 | -0/+192 |