Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] consolidate rem tests and update checks; NFC | Sanjay Patel | 2017-03-14 | 1 | -50/+0 |
* | [InstCombine] sub X, sext(bool Y) -> add X, zext(bool Y) | Sanjay Patel | 2016-10-14 | 1 | -3/+2 |
* | [InstCombine] fold X urem C -> X < C ? X : X - C when C is big (PR28672) | Sanjay Patel | 2016-09-22 | 1 | -3/+11 |
* | add tests for PR28672 | Sanjay Patel | 2016-09-13 | 1 | -0/+30 |
* | use FileCheck instead of grep for exact checking | Sanjay Patel | 2016-05-20 | 1 | -5/+10 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | 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 |
* | Instcombine x-((x/y)*y) into a remainder operator. | Dan Gohman | 2007-09-17 | 1 | -0/+8 |