aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
AgeCommit message (Expand)Author
2011-12-05Add definitions of 64-bit extract and insert instrucions and makeAkira Hatanaka
2011-12-05Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 andAkira Hatanaka
2011-12-02Test cases for 64-bit multiplication and division.Akira Hatanaka
2011-12-02Fix test cases to use FileCheck.Akira Hatanaka
2011-11-29Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-11-03Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman
2011-10-29Revert r143206, as there are still some failing tests.Dan Gohman
2011-10-28Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman
2011-10-28Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands
2011-10-28Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-10-11Test cases for 64-bit load and store instructions.Akira Hatanaka
2011-10-03Move CHECK after entry label.Akira Hatanaka
2011-10-03Add support for 64-bit logical NOR.Akira Hatanaka
2011-10-03Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka
2011-10-03Add support for 64-bit divide instructions.Akira Hatanaka
2011-10-03Add support for 64-bit integer multiply instructions.Akira Hatanaka
2011-09-30Remove unnecessary checking of register operands.Akira Hatanaka
2011-09-30Add definitions of Mips64 rotate instructions.Akira Hatanaka
2011-09-30Check values of immediate operands.Akira Hatanaka
2011-09-30Mips64 shift instructions.Akira Hatanaka
2011-09-30Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka
2011-09-29Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka
2011-09-29Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka
2011-09-26Convert more tests over to the new atomic instructions.Eli Friedman
2011-09-21Remove +.Akira Hatanaka
2011-09-21Re-enable some of the disabled tests. Use FileCheck instead of grep to checkAkira Hatanaka
2011-09-13Delete test cases that generate code for allegrex/psp and cannot be repurposed.Akira Hatanaka
2011-09-13Add pattern used to match MipsLo, which is needed when the instruction selectorAkira Hatanaka
2011-09-13Disable tests which generate code for allegrex or psp.Akira Hatanaka
2011-09-09Fix test cases.Akira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-09-09Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka
2011-09-09Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka
2011-09-06Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky
2011-09-02Better fix for this testcase. Update it to the new EH scheme entirely.Bill Wendling
2011-09-02Update for new EH stuff. (I'm not sure if this is 100% correct.)Bill Wendling
2011-09-01Revert r131152, r129796, r129761. This code is currently consideredDan Gohman
2011-08-18Use subword loads instead of a 4-byte load when the size of a structure (or aAkira Hatanaka
2011-08-17Add support for ext and ins.Akira Hatanaka
2011-08-16Add test case for r137711.Akira Hatanaka
2011-08-16Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka
2011-08-12Define unaligned load and store. Akira Hatanaka
2011-08-12Test case for 137484Akira Hatanaka
2011-08-11Enclose directive .cprestore with .set macro and nomacro to silence assemblerAkira Hatanaka
2011-07-19Lower memory barriers to sync instructions.Akira Hatanaka
2011-07-19Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL orAkira Hatanaka
2011-07-19Remove redundant instructions.Akira Hatanaka
2011-07-18Do not treat atomic.load.sub differently than other atomic binary intrinsics.Akira Hatanaka