Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InstCombine: Check the operand types before merging fcmp ord & fcmp ord. | Benjamin Kramer | 2013-04-12 | 1 | -0/+21 |
* | Fix broken tests. | Benjamin Kramer | 2012-10-02 | 1 | -1/+1 |
* | InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y). | Manman Ren | 2012-06-14 | 1 | -0/+11 |
* | Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't | Chad Rosier | 2012-06-06 | 1 | -0/+10 |
* | Remove extraneous CHECK-NOTs from previous commit and add a new test case. | Chad Rosier | 2012-06-06 | 1 | -2/+10 |
* | FileCheckize this test. | Chad Rosier | 2012-06-06 | 1 | -2/+18 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | - Somehow I forgot about one / une. | Evan Cheng | 2008-10-14 | 1 | -1/+9 |
* | Optimize anding of two fcmp into a single fcmp if the operands are the same. ... | Evan Cheng | 2008-10-14 | 1 | -0/+26 |