aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-10-03Implement support for the bizarre 3DNow! encoding (which is unlike anythingChris Lattner
2010-10-03Add test to make sure that the MMX intrinsic calls make it out the other end inBill Wendling
2010-10-03Auto-upgrade tests for the new MMX intrinsic calls.Bill Wendling
2010-10-03Implement a very basic PIC case.Rafael Espindola
2010-10-02fix a regression introduced in r115243, in which the instructionChris Lattner
2010-10-02actually, move the elf tests into the existing elf dir.Chris Lattner
2010-10-02consolidate ELF tests into asmparser tests.Chris Lattner
2010-10-02move ARM MC tests up one level.Chris Lattner
2010-10-01Need to specify SSE4 for machines which don't have SSE4. The code checked for...Bill Wendling
2010-10-01Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul...Owen Anderson
2010-10-01Fix code gen crash reported in PR 8235. We still lose debug info for the unus...Devang Patel
2010-10-01We must check for something.Bill Wendling
2010-10-01Disable tests until I can figure out why they're failing on just two machines...Bill Wendling
2010-10-01Try adding an mtriple.Bill Wendling
2010-10-01Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila
2010-10-01FileCheck-ize this test.Bill Wendling
2010-10-01FileCheck-ize this test.Bill Wendling
2010-10-01fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's.Chris Lattner
2010-10-01upgrade this test.Chris Lattner
2010-10-01fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350Chris Lattner
2010-10-01One more +sse2.Dale Johannesen
2010-10-01move X86 subdir up a levelChris Lattner
2010-10-01Mark all these as needing SSE2. Should fix PPC andDale Johannesen
2010-10-01Disable these tests for now; it's not obvious why they fail on Linux.Dale Johannesen
2010-10-01Make test not sensitive to register choice.Dale Johannesen
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-30test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...NAKAMURA Takumi
2010-09-30We do want to allow LoadPRE to perform LICM-like transformations: we already ...Owen Anderson
2010-09-30Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen
2010-09-30Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola
2010-09-30When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen
2010-09-30more cleanups.Chris Lattner
2010-09-30merge and clean up tests.Chris Lattner
2010-09-30merge two tests.Chris Lattner
2010-09-30rename testChris Lattner
2010-09-30generalize test.Chris Lattner
2010-09-30rename test.Chris Lattner
2010-09-30merge two tests.Chris Lattner
2010-09-30preemptively add the rest of the non-n fpstack instructions.Chris Lattner
2010-09-30merge two tests.Chris Lattner
2010-09-30fix this to not be completely broken.Chris Lattner
2010-09-30update, unxfail, fix bogus encodings.Chris Lattner
2010-09-30update and unxfailChris Lattner
2010-09-30unxfail this by fixing syntactic differences.Chris Lattner
2010-09-30implement support for finit, PR8258Chris Lattner
2010-09-30add support for fstcw, PR8259Chris Lattner
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung
2010-09-30Add another test that now passes.Rafael Espindola
2010-09-30Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola
2010-09-30Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim