Add check so we don't try to perform an impossible transformation. Fixes issue from...
[oota-llvm.git] / test / CodeGen / Mips /
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-11 Akira HatanakaTest cases for 64-bit load and store instructions.
2011-10-03 Akira HatanakaMove CHECK after entry label.
2011-10-03 Akira HatanakaAdd support for 64-bit logical NOR.
2011-10-03 Akira HatanakaAdd support for 64-bit count leading ones and zeros...
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
2011-09-30 Akira HatanakaRemove unnecessary checking of register operands.
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Akira HatanakaCheck values of immediate operands.
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-21 Akira HatanakaRemove +.
2011-09-21 Akira HatanakaRe-enable some of the disabled tests. Use FileCheck...
2011-09-13 Akira HatanakaDelete test cases that generate code for allegrex/psp...
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
2011-09-13 Akira HatanakaDisable tests which generate code for allegrex or psp.
2011-09-09 Akira HatanakaFix test cases.
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-09-06 Nick LewyckyDisable these tests harder. They're XFAIL'd, but that...
2011-09-02 Bill WendlingBetter fix for this testcase. Update it to the new...
2011-09-02 Bill WendlingUpdate for new EH stuff. (I'm not sure if this is 100...
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-08-18 Akira HatanakaUse subword loads instead of a 4-byte load when the...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-16 Akira HatanakaAdd test case for r137711.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-12 Akira HatanakaTest case for 137484
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-06-24 Akira HatanakaChange the chain input of nodes that load the address...
2011-06-24 Akira HatanakaPrevent generation of redundant addiu instructions...
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-09 Akira HatanakaInitial support for inline asm memory operand constraints.
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-06-07 Akira HatanakaAdd test case for C++ exception handling and fix the...
2011-06-02 Akira HatanakaDetect FI|cst pattern in MipsDAGToDAGISel::SelectAddr...
2011-06-02 Akira HatanakaTest case for r132444.
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-29 Jakob Stoklund OlesenFix PR10046 by updating LiveVariables kill info when...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-25 Akira HatanakaDefine WeakRefDirective.
2011-05-25 Akira HatanakaCustom-lower FCOPYSIGN nodes.
2011-05-25 Akira HatanakaFix lowering of DYNAMIC_STACKALLOC nodes.
2011-05-24 Akira HatanakaTest case for r132003.
2011-05-24 Akira HatanakaFix test case.
2011-05-24 Akira HatanakaRevision 131986 test case.
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-19 Akira HatanakaAlign i64 arguments to 64 bit boundaries.
2011-05-04 Akira HatanakaRemove LLVM IR metadata in test case committed in r130847.
2011-05-04 Akira HatanakaPrevent instructions using $gp from being placed betwee...
2011-05-04 Jakob Stoklund OlesenDon't run this test through -regalloc=basic.
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
2011-04-19 Jakob Stoklund OlesenMake tests register allocation independent again.
2011-04-15 Akira HatanakaRe-enable test o32_cc_vararg.ll.
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-05 Jakob Stoklund OlesenThese tests no longer require linear scan because reser...
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-03-31 Jakob Stoklund OlesenFix Mips, Sparc, and XCore tests that were dependent...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-09 Daniel DunbarRevert "Re-enable test and hope to silence the buildbot...
2011-03-09 Bruno Cardoso LopesAdd a testcase for the addc improvements introduced...
2011-03-09 Bruno Cardoso LopesRe-enable test and hope to silence the buildbots
2011-03-09 Bruno Cardoso Lopestry to make o32 cc tests less specific to silence some...
2011-03-09 Bruno Cardoso LopesImprove varags handling, with testcases. Patch by Sasa...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesAdd testcase for r127032
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-02-11 Daniel DunbarDisable this test for now...
2011-02-10 Bruno Cardoso LopesAdd mips o32 tests again with the hope that the buildbo...
2011-02-10 Bruno Cardoso LopesRemove the test to silence the buildbot, will check...
2011-02-10 Bruno Cardoso LopesFix a lot of o32 CC issues and add a bunch of tests...
2011-01-18 Bruno Cardoso LopesAdd support for mips32 madd and msub instructions....
next