| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert slow test to use FileCheck. | Bob Wilson | 2009-08-24 | 1 | -21/+41 |
* | Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck. | Daniel Dunbar | 2009-08-24 | 2 | -103/+53 |
* | Split test into 3. | Dale Johannesen | 2009-08-24 | 3 | -2/+16 |
* | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen | 2009-08-24 | 1 | -0/+10 |
* | Rerevert (r75663 and r76805), seems there is more non-determinism. | Daniel Dunbar | 2009-08-23 | 1 | -20/+12 |
* | Fix PR4753. | Jakob Stoklund Olesen | 2009-08-23 | 1 | -0/+69 |
* | Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real | Daniel Dunbar | 2009-08-23 | 1 | -12/+20 |
* | Make x86 test actually test x86 code generation. Fix the | Eli Friedman | 2009-08-22 | 2 | -2/+10 |
* | rename test, make more specific. | Chris Lattner | 2009-08-22 | 1 | -4/+6 |
* | Add missing RUN line | Anton Korobeynikov | 2009-08-22 | 1 | -0/+1 |
* | Reduce the test | Anton Korobeynikov | 2009-08-22 | 1 | -88/+5 |
* | Use CHECK-NEXT to make sure we're only getting one copy of each shuffle | Bob Wilson | 2009-08-22 | 3 | -0/+20 |
* | Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, | Bob Wilson | 2009-08-21 | 3 | -0/+257 |
* | Add fcopysign instructions | Anton Korobeynikov | 2009-08-21 | 1 | -0/+22 |
* | Handle 'r' inline asm constraint | Anton Korobeynikov | 2009-08-21 | 1 | -0/+103 |
* | Add some tests for vext.16 and vext.32. | Bob Wilson | 2009-08-21 | 1 | -0/+19 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 3 | -351/+0 |
* | Use FileCheck even though this means testing for something | Dale Johannesen | 2009-08-20 | 1 | -1/+1 |
* | Fix an x86 code size regression: prefer RIP-relative addressing | Dan Gohman | 2009-08-20 | 3 | -75/+78 |
* | Fix an obvious copy-n-paste bug. | Evan Cheng | 2009-08-20 | 1 | -0/+66 |
* | Use FileCheck for the test run where it's appropriate. | Dale Johannesen | 2009-08-20 | 1 | -1/+2 |
* | Handle 'a' modifier in X86 asms. PR 4742. | Dale Johannesen | 2009-08-19 | 1 | -0/+18 |
* | Make this test platform neutral. | Bill Wendling | 2009-08-19 | 1 | -1/+1 |
* | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman | 2009-08-19 | 2 | -1/+159 |
* | Add support for Neon VEXT (vector extract) shuffles. | Bob Wilson | 2009-08-19 | 1 | -0/+37 |
* | PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. | Eli Friedman | 2009-08-19 | 1 | -0/+15 |
* | Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and | Dan Gohman | 2009-08-18 | 1 | -0/+22 |
* | Add support for mergeable sections back into the XCore backend. | Richard Osborne | 2009-08-18 | 2 | -2/+2 |
* | Put data with relocations in the same sections as data without relocations. | Richard Osborne | 2009-08-18 | 1 | -0/+56 |
* | Make this test less sensitive to assembler differences. | Dan Gohman | 2009-08-18 | 1 | -4/+4 |
* | force a triple so this passes on darwin | Chris Lattner | 2009-08-18 | 1 | -1/+1 |
* | Make tail merging handle blocks with repeated predecessors correctly, and | Dan Gohman | 2009-08-18 | 3 | -3/+89 |
* | Fix revsh pattern. | Evan Cheng | 2009-08-18 | 1 | -0/+13 |
* | PowerPC inline asm was emitting two output operands | Dale Johannesen | 2009-08-18 | 1 | -0/+22 |
* | Update getSectionForConstant() to to allow mergable sections to be nulled out | Richard Osborne | 2009-08-17 | 1 | -0/+11 |
* | Fix test on Linux. | Eli Friedman | 2009-08-15 | 1 | -1/+1 |
* | Reapply r79127. It was fixed by d0k. | Bill Wendling | 2009-08-15 | 1 | -12/+27 |
* | Revert r79127. It was causing compilation errors. | Bill Wendling | 2009-08-15 | 1 | -27/+12 |
* | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng | 2009-08-15 | 1 | -12/+27 |
* | implement support for CHECK-NEXT: in filecheck. | Chris Lattner | 2009-08-15 | 1 | -10/+10 |
* | Refine EarlyClobber assert in register scavenger. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+42 |
* | specify a target triple so global variable manglings are consistent etc. | Chris Lattner | 2009-08-15 | 1 | -1/+2 |
* | convert to filecheck. | Chris Lattner | 2009-08-15 | 1 | -3/+18 |
* | rename this test to sse2.ll | Chris Lattner | 2009-08-15 | 1 | -0/+0 |
* | merge a bunch more sse3 tests into sse3.ll | Chris Lattner | 2009-08-15 | 11 | -174/+252 |
* | convert test to filecheck format. | Chris Lattner | 2009-08-15 | 1 | -7/+17 |
* | rename test | Chris Lattner | 2009-08-15 | 1 | -0/+0 |
* | this is a test for sse3, simplify it. | Chris Lattner | 2009-08-15 | 1 | -1/+1 |
* | Don't setCalleeSavedInfoValid() until spills are interted. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+10 |
* | Add XFAIL testcase for setcc undef. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+17 |