| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+881 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -881/+0 |
* | Revert "[ValueTracking] Teach computeKnownBits for PHI nodes to compute sign ... | Craig Topper | 2016-06-29 | 1 | -115/+0 |
* | [ValueTracking] Teach computeKnownBits for PHI nodes to compute sign bit for ... | Craig Topper | 2016-06-29 | 1 | -0/+115 |
* | [InstCombine] Simplify a known nonzero incoming value of PHI | Jun Bum Lim | 2016-02-11 | 1 | -0/+95 |
* | [ValueTracking] Improve isKnownNonZero for PHI of non-zero constants | Jun Bum Lim | 2016-02-01 | 1 | -0/+24 |
* | [InstCombine] fold zexts and constants into a phi (PR24766) | Sanjay Patel | 2015-09-27 | 1 | -0/+130 |
* | Revert "[InstCombinePHI] Partial simplification of identity operations." | David Majnemer | 2015-08-17 | 1 | -123/+1 |
* | [InstCombinePHI] Partial simplification of identity operations. | Charlie Turner | 2015-08-13 | 1 | -1/+123 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -13/+13 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 1 | -5/+5 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -27/+27 |
* | Reapply r155682, making constant folding more consistent, with a fix to work | Dan Gohman | 2012-04-27 | 1 | -0/+10 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
* | Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file ... | Frits van Bommel | 2011-04-16 | 1 | -5/+81 |
* | have instcombine preserve nsw/nuw/exact when sinking | Chris Lattner | 2011-02-17 | 1 | -0/+18 |
* | fix instcombine merging GEPs through a PHI to only make the | Chris Lattner | 2011-02-17 | 1 | -2/+3 |
* | enhance FoldOpIntoPhi in instcombine to try harder when a phi has | Chris Lattner | 2011-01-16 | 1 | -0/+22 |
* | In which I discover the existence of loops. Threading an operation | Duncan Sands | 2010-11-16 | 1 | -0/+15 |
* | Teach InstructionSimplify the trick of skipping incoming phi | Duncan Sands | 2010-11-15 | 1 | -0/+19 |
* | Move PHI tests to phi.ll, out of select.ll. | Duncan Sands | 2010-11-15 | 1 | -0/+46 |
* | Add a test for PR4413, which was apparently fixed at some point in the past. | Owen Anderson | 2010-09-03 | 1 | -0/+21 |
* | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner | 2010-03-05 | 1 | -0/+40 |
* | enhance PHI slicing to handle the case when a slicable PHI is begin | Chris Lattner | 2009-11-09 | 1 | -0/+45 |
* | Teach an instcombine to not pull trunc instructions through PHI nodes | Chris Lattner | 2009-11-08 | 1 | -12/+45 |
* | reapply r8644[3-5] with only the scary part | Chris Lattner | 2009-11-08 | 1 | -0/+62 |
* | Speculatively revert r8644[3-5], they seem to be leading to infinite loops in | Daniel Dunbar | 2009-11-08 | 1 | -62/+0 |
* | another more interesting test. | Chris Lattner | 2009-11-08 | 1 | -0/+31 |
* | feature test for the new transformation in r86443 | Chris Lattner | 2009-11-08 | 1 | -1/+30 |
* | teach a couple of instcombine transformations involving PHIs to | Chris Lattner | 2009-11-08 | 1 | -0/+2 |
* | merge phi-merge.ll into phi.ll | Chris Lattner | 2009-11-01 | 1 | -0/+33 |
* | when merging two loads, make sure to take the min of their alignment, | Chris Lattner | 2009-11-01 | 1 | -0/+26 |
* | fix a bug noticed by inspection: when instcombine sinks loads through | Chris Lattner | 2009-11-01 | 1 | -0/+21 |
* | convert to filecheck. | Chris Lattner | 2009-11-01 | 1 | -20/+49 |
* | 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 |
* | Teach inst combine to merge GEPs through PHIs. This is really | Chris Lattner | 2008-12-01 | 1 | -1/+15 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 1 | -53/+76 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -0/+1 |
* | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -2/+0 |
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+79 |