summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-26
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-25
* remove some dead lines.Chris Lattner2009-08-25
* convert to filecheck styleChris Lattner2009-08-25
* convert to filecheckChris Lattner2009-08-25
* Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot Daniel Dunbar2009-08-25
* Special-case static allocas in IndVarSimplify's loop invariantDan Gohman2009-08-25
* Fixup register kills after scheduling.David Goodwin2009-08-25
* Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov2009-08-25
* Remove target triple from this test, it fails on x86-64 withTorok Edwin2009-08-25
* Fix a few typos from the removal of -f.Dan Gohman2009-08-25
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* 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
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-24
* Remove this test now that the interpreter doesn't supportChris Lattner2009-08-24
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-24
* remove this test: it is testing for a "feature" I just removed.Chris Lattner2009-08-23
* 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
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* Fix typo.Daniel Dunbar2009-08-22
* Force triple for these tests.Daniel Dunbar2009-08-22
* llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to beDaniel Dunbar2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* 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
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-21
* Add fcopysign instructionsAnton Korobeynikov2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-21
* Change getelementptr folding to use APInt instead of uint64_t forDan Gohman2009-08-21
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-21
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-21
* Removed profiling test, lli not available on all platforms.Andreas Neustifter2009-08-21
* Added tests for Profiling Infrastructure.Andreas Neustifter2009-08-21
* Make for 32-bit only.Bill Wendling2009-08-21