aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* Have getRegForInlineAsmConstraint return the correct register class when targetAkira Hatanaka2012-01-042-0/+55
* Test case for r147232.Akira Hatanaka2011-12-241-0/+12
* Fix bug in zero-store peephole pattern reported in pr11615.Akira Hatanaka2011-12-211-0/+19
* Expand 64-bit CTLZ nodes if target architecture does not support it. Add testAkira Hatanaka2011-12-211-0/+19
* Test case for r147017.Akira Hatanaka2011-12-201-0/+25
* Add function MipsDAGToDAGISel::SelectMULT and factor out code that generatesAkira Hatanaka2011-12-201-0/+8
* 64-bit data directive.Akira Hatanaka2011-12-201-0/+11
* 32-to-64-bit sext_inreg pattern.Akira Hatanaka2011-12-201-0/+8
* Add code in MipsDAGToDAGISel for selecting constant +0.0.Akira Hatanaka2011-12-201-0/+7
* Add a test case for r146900.Akira Hatanaka2011-12-191-0/+38
* Add patterns for matching immediates whose lower 16-bit is cleared. TheseAkira Hatanaka2011-12-192-6/+11
* Remove definitions of double word shift plus 32 instructions. Assembler orAkira Hatanaka2011-12-192-6/+6
* Remove the restriction on the first operand of the add node in SelectAddr.Akira Hatanaka2011-12-191-1/+1
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+19
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-131-29/+0
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-131-0/+29
* Test case for r146432 by Jack Carter.Akira Hatanaka2011-12-121-0/+13
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-123-10/+10
* jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka2011-12-091-0/+8
* 32 to 64-bit zext pattern.Akira Hatanaka2011-12-071-0/+11
* 64-bit WrapperPICPat patterns.Akira Hatanaka2011-12-071-8/+15
* Modify LowerFCOPYSIGN to handle Mips64.Akira Hatanaka2011-12-071-38/+46
* Fix 64-bit immediate patterns.Akira Hatanaka2011-12-071-0/+35
* Add definitions of 64-bit extract and insert instrucions and makeAkira Hatanaka2011-12-051-0/+55
* Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 andAkira Hatanaka2011-12-051-5/+13
* Test cases for 64-bit multiplication and division.Akira Hatanaka2011-12-021-0/+41
* Fix test cases to use FileCheck.Akira Hatanaka2011-12-029-81/+79
* Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka2011-11-296-8/+8
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-272-3/+3
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-032-10/+2
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-292-2/+10
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-282-10/+2
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-282-2/+10
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-282-10/+2
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-249-81/+59
* Test cases for 64-bit load and store instructions.Akira Hatanaka2011-10-112-0/+215
* Move CHECK after entry label.Akira Hatanaka2011-10-031-2/+2
* Add support for 64-bit logical NOR.Akira Hatanaka2011-10-031-0/+8
* Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka2011-10-031-0/+17
* Add support for 64-bit divide instructions.Akira Hatanaka2011-10-031-0/+33
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-031-0/+13
* Remove unnecessary checking of register operands.Akira Hatanaka2011-09-302-7/+7
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-301-1/+41
* Check values of immediate operands.Akira Hatanaka2011-09-302-11/+11
* Mips64 shift instructions.Akira Hatanaka2011-09-301-0/+64
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-301-0/+36
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-291-0/+15
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-291-0/+36
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-261-26/+10
* Remove +.Akira Hatanaka2011-09-211-1/+1