aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-08-24Remove this test now that the interpreter doesn't supportChris Lattner
2009-08-24Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen
2009-08-23remove this test: it is testing for a "feature" I just removed.Chris Lattner
2009-08-23Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar
2009-08-23Fix PR4753.Jakob Stoklund Olesen
2009-08-23Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar
2009-08-22llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar
2009-08-22Fix typo.Daniel Dunbar
2009-08-22Force triple for these tests.Daniel Dunbar
2009-08-22llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to beDaniel Dunbar
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-22Make x86 test actually test x86 code generation. Fix the Eli Friedman
2009-08-22rename test, make more specific.Chris Lattner
2009-08-22Add missing RUN lineAnton Korobeynikov
2009-08-22Reduce the testAnton Korobeynikov
2009-08-22Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson
2009-08-21llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar
2009-08-21llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar
2009-08-21Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson
2009-08-21Add fcopysign instructionsAnton Korobeynikov
2009-08-21llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar
2009-08-21Handle 'r' inline asm constraintAnton Korobeynikov
2009-08-21Change getelementptr folding to use APInt instead of uint64_t forDan Gohman
2009-08-21Add some tests for vext.16 and vext.32.Bob Wilson
2009-08-21llvm-mc: Accept .fill size of 8.Daniel Dunbar
2009-08-21Removed profiling test, lli not available on all platforms.Andreas Neustifter
2009-08-21Added tests for Profiling Infrastructure.Andreas Neustifter
2009-08-21Make for 32-bit only.Bill Wendling
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar
2009-08-21Probably should emit bitcode instead of text.Bill Wendling
2009-08-21Testcase for r79597.Bill Wendling
2009-08-21Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson
2009-08-20Use FileCheck even though this means testing for somethingDale Johannesen
2009-08-20Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman
2009-08-20Fix an obvious copy-n-paste bug.Evan Cheng
2009-08-20Use FileCheck for the test run where it's appropriate.Dale Johannesen
2009-08-19Loosen up the regex for this test so that it doesn't implicitlyDan Gohman
2009-08-19Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman
2009-08-19Fix a bug in the over-index constant folding. When over-indexing anDan Gohman
2009-08-19Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen
2009-08-19Make this test platform neutral.Bill Wendling
2009-08-19Fix typoDaniel Dunbar
2009-08-19Canonicalize indices in a constantexpr GEP. If Indices exceed theDan Gohman
2009-08-19Add an x86 peep that narrows TEST instructions to forms that useDan Gohman
2009-08-19Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar
2009-08-19Add support for Neon VEXT (vector extract) shuffles.Bob Wilson
2009-08-19PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman
2009-08-19Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky
2009-08-19Allow passing around LLVMContext in ocaml.Erick Tryzelaar
2009-08-19fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner