summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Fix PR 4751, another difficulty with %a modifier on x86.Dale Johannesen2009-08-25
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-24
* Prefer 'FileCheck' over 'grep'.Scott Michel2009-08-24
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-24
* Fix a typo. Somehow I thought this had passed before, but I guess not.Bob Wilson2009-08-24
* Convert slow test to use FileCheck.Bob Wilson2009-08-24
* Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck.Daniel Dunbar2009-08-24
* Split test into 3.Dale Johannesen2009-08-24
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-24
* Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar2009-08-23
* Fix PR4753.Jakob Stoklund Olesen2009-08-23
* Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar2009-08-23
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-22
* rename test, make more specific.Chris Lattner2009-08-22
* Add missing RUN lineAnton Korobeynikov2009-08-22
* Reduce the testAnton Korobeynikov2009-08-22
* Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson2009-08-22
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-21
* Add fcopysign instructionsAnton Korobeynikov2009-08-21
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-21
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-21
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-21
* Use FileCheck even though this means testing for somethingDale Johannesen2009-08-20
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-20
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-20
* Use FileCheck for the test run where it's appropriate.Dale Johannesen2009-08-20
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-19
* Make this test platform neutral.Bill Wendling2009-08-19
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-19
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-19
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-19
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-18
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-18
* Make this test less sensitive to assembler differences.Dan Gohman2009-08-18
* force a triple so this passes on darwinChris Lattner2009-08-18
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-18
* Fix revsh pattern.Evan Cheng2009-08-18
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-18
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-17
* Fix test on Linux.Eli Friedman2009-08-15
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-15
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-15
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-15
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-15
* Refine EarlyClobber assert in register scavenger.Jakob Stoklund Olesen2009-08-15
* specify a target triple so global variable manglings are consistent etc.Chris Lattner2009-08-15
* convert to filecheck.Chris Lattner2009-08-15
* rename this test to sse2.llChris Lattner2009-08-15
* merge a bunch more sse3 tests into sse3.llChris Lattner2009-08-15