aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix PR 4751, another difficulty with %a modifier on x86.Dale Johannesen2009-08-251-0/+20
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-241-5/+5
* Prefer 'FileCheck' over 'grep'.Scott Michel2009-08-241-7/+8
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-241-0/+17
* Fix a typo. Somehow I thought this had passed before, but I guess not.Bob Wilson2009-08-241-1/+1
* 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
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-241-0/+254
* Remove this test now that the interpreter doesn't supportChris Lattner2009-08-241-81/+0
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-241-0/+10
* remove this test: it is testing for a "feature" I just removed.Chris Lattner2009-08-231-81/+0
* 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
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-221-0/+160
* Fix typo.Daniel Dunbar2009-08-221-1/+1
* Force triple for these tests.Daniel Dunbar2009-08-222-2/+2
* llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to beDaniel Dunbar2009-08-221-1/+4
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-12/+84
* 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
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-211-18/+9
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-211-4/+11
* 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
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-211-0/+60
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-211-0/+103
* Change getelementptr folding to use APInt instead of uint64_t forDan Gohman2009-08-211-3/+19
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-211-0/+19
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-211-0/+5
* Removed profiling test, lli not available on all platforms.Andreas Neustifter2009-08-214-330/+0
* Added tests for Profiling Infrastructure.Andreas Neustifter2009-08-214-0/+330
* Make for 32-bit only.Bill Wendling2009-08-211-1/+1
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-213-0/+694
* Probably should emit bitcode instead of text.Bill Wendling2009-08-211-1/+1
* Testcase for r79597.Bill Wendling2009-08-211-0/+7
* 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
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-191-1/+3
* Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman2009-08-198-2/+32
* Fix a bug in the over-index constant folding. When over-indexing anDan Gohman2009-08-191-0/+17
* 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