Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 1 | -2/+2 |
* | Add a CHECK-NOT for a more faithful translation of the original grep | count 2. | Eli Bendersky | 2013-04-11 | 1 | -0/+1 |
* | Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep | Eli Bendersky | 2013-04-10 | 1 | -1/+4 |
* | Force a triple on a couple of tests; we don't support fast-isel of ret on Win64. | Eli Friedman | 2011-05-18 | 1 | -1/+1 |
* | Add -mattr=+sse2 to the -march=x86 version of this test. Without | Dan Gohman | 2009-09-12 | 1 | -1/+1 |
* | Reapply r81171 with a fix: don't try to use i64 when it | Dan Gohman | 2009-09-11 | 1 | -3/+4 |
* | Revert r81171 which was causing pr4927. | Bob Wilson | 2009-09-10 | 1 | -3/+3 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Fix a thinko: When lowering fneg with xor, bitcast the operands | Dan Gohman | 2009-09-07 | 1 | -3/+3 |
* | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman | 2009-09-03 | 1 | -0/+15 |