aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Need to specify SSE4 for machines which don't have SSE4. The code checked for...Bill Wendling2010-10-012-6/+6
* Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul...Owen Anderson2010-10-011-1/+1
* Fix code gen crash reported in PR 8235. We still lose debug info for the unus...Devang Patel2010-10-011-0/+21
* We must check for something.Bill Wendling2010-10-012-1/+3
* Disable tests until I can figure out why they're failing on just two machines...Bill Wendling2010-10-012-4/+4
* Try adding an mtriple.Bill Wendling2010-10-011-2/+2
* Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila2010-10-011-0/+1
* FileCheck-ize this test.Bill Wendling2010-10-011-1/+3
* FileCheck-ize this test.Bill Wendling2010-10-011-2/+4
* fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's.Chris Lattner2010-10-011-3/+12
* upgrade this test.Chris Lattner2010-10-011-2/+2
* fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350Chris Lattner2010-10-012-3/+17
* One more +sse2.Dale Johannesen2010-10-011-1/+1
* move X86 subdir up a levelChris Lattner2010-10-0114-0/+0
* Mark all these as needing SSE2. Should fix PPC andDale Johannesen2010-10-017-10/+10
* Disable these tests for now; it's not obvious why they fail on Linux.Dale Johannesen2010-10-012-3/+3
* Make test not sensitive to register choice.Dale Johannesen2010-10-011-2/+2
* Massive rewrite of MMX: Dale Johannesen2010-09-3025-214/+540
* test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...NAKAMURA Takumi2010-09-301-4/+2
* We do want to allow LoadPRE to perform LICM-like transformations: we already ...Owen Anderson2010-09-301-0/+39
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-309-22/+19
* Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola2010-09-302-7/+16
* When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen2010-09-301-0/+71
* more cleanups.Chris Lattner2010-09-307-7903/+7897
* merge and clean up tests.Chris Lattner2010-09-306-51/+55
* merge two tests.Chris Lattner2010-09-302-10074/+10073
* rename testChris Lattner2010-09-301-0/+0
* generalize test.Chris Lattner2010-09-301-0/+0
* rename test.Chris Lattner2010-09-301-0/+0
* merge two tests.Chris Lattner2010-09-302-262/+256
* preemptively add the rest of the non-n fpstack instructions.Chris Lattner2010-09-301-0/+4
* merge two tests.Chris Lattner2010-09-302-7/+5
* fix this to not be completely broken.Chris Lattner2010-09-301-2/+1
* update, unxfail, fix bogus encodings.Chris Lattner2010-09-301-12/+11
* update and unxfailChris Lattner2010-09-301-19/+18
* unxfail this by fixing syntactic differences.Chris Lattner2010-09-301-6/+5
* implement support for finit, PR8258Chris Lattner2010-09-301-0/+10
* add support for fstcw, PR8259Chris Lattner2010-09-301-0/+6
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-0/+44
* Add another test that now passes.Rafael Espindola2010-09-301-0/+10
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-301-5/+41
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-301-0/+13
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-301-0/+69
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-0/+38
* Add constant folding for strspn and strcspn to SimplifyLibCalls.Benjamin Kramer2010-09-301-0/+41
* Add strpbrk folding to SimplifyLibCalls.Benjamin Kramer2010-09-291-0/+25
* Simplify the loop in StrChrOptimizer. FileCheckize test.Benjamin Kramer2010-09-291-14/+14
* Teach SimplifyLibCalls how to optimize strrchr.Benjamin Kramer2010-09-291-0/+23
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-291-2/+2
* Fix PR8247: JumpThreading can cause a block to become unreachable while still...Owen Anderson2010-09-291-0/+27