aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Convert slow test to use FileCheck.Bob Wilson2009-08-241-21/+41
* Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck.Daniel Dunbar2009-08-242-103/+53
* Split test into 3.Dale Johannesen2009-08-243-2/+16
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-241-0/+10
* Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar2009-08-231-20/+12
* Fix PR4753.Jakob Stoklund Olesen2009-08-231-0/+69
* Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar2009-08-231-12/+20
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-222-2/+10
* rename test, make more specific.Chris Lattner2009-08-221-4/+6
* Add missing RUN lineAnton Korobeynikov2009-08-221-0/+1
* Reduce the testAnton Korobeynikov2009-08-221-88/+5
* Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson2009-08-223-0/+20
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-213-0/+257
* Add fcopysign instructionsAnton Korobeynikov2009-08-211-0/+22
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-211-0/+103
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-211-0/+19
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-213-351/+0
* Use FileCheck even though this means testing for somethingDale Johannesen2009-08-201-1/+1
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-203-75/+78
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-201-0/+66
* Use FileCheck for the test run where it's appropriate.Dale Johannesen2009-08-201-1/+2
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-191-0/+18
* Make this test platform neutral.Bill Wendling2009-08-191-1/+1
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-192-1/+159
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-191-0/+37
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-191-0/+15
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-181-0/+22
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-182-2/+2
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-181-0/+56
* Make this test less sensitive to assembler differences.Dan Gohman2009-08-181-4/+4
* force a triple so this passes on darwinChris Lattner2009-08-181-1/+1
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-183-3/+89
* Fix revsh pattern.Evan Cheng2009-08-181-0/+13
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-0/+22
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-171-0/+11
* Fix test on Linux.Eli Friedman2009-08-151-1/+1
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-151-12/+27
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-151-27/+12
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-151-12/+27
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-151-10/+10
* Refine EarlyClobber assert in register scavenger.Jakob Stoklund Olesen2009-08-151-0/+42
* specify a target triple so global variable manglings are consistent etc.Chris Lattner2009-08-151-1/+2
* convert to filecheck.Chris Lattner2009-08-151-3/+18
* rename this test to sse2.llChris Lattner2009-08-151-0/+0
* merge a bunch more sse3 tests into sse3.llChris Lattner2009-08-1511-174/+252
* convert test to filecheck format.Chris Lattner2009-08-151-7/+17
* rename testChris Lattner2009-08-151-0/+0
* this is a test for sse3, simplify it.Chris Lattner2009-08-151-1/+1
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-151-0/+10
* Add XFAIL testcase for setcc undef.Jakob Stoklund Olesen2009-08-151-0/+17