aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
...
* Add test case for r170674Reed Kotler2012-12-211-0/+29
* fix most of remaining issues with large frames.Reed Kotler2012-12-201-2/+2
* [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka2012-12-206-18/+18
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+87
* This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler2012-12-151-0/+381
* [mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka2012-12-131-0/+27
* Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng2012-12-121-0/+11
* [mips] Generate big GOT code.Akira Hatanaka2012-11-211-0/+50
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-171-0/+41
* [mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka2012-11-161-0/+32
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-071-0/+63
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-031-0/+16
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-031-0/+25
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-031-4/+18
* [mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka2012-11-021-2/+3
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-023-13/+13
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-021-0/+11
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-311-0/+26
* Test case for r167039. Check that tail-call optimization is disabled forAkira Hatanaka2012-10-311-0/+23
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-311-26/+58
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-10-301-1/+65
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-302-3/+3
* Implement patterns for extloadi8 and extloadi16Reed Kotler2012-10-291-0/+69
* Expand all atomic ops for mips16.Reed Kotler2012-10-291-0/+40
* Implement brind operator for mips16.Reed Kotler2012-10-281-0/+40
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-282-0/+133
* Implement MipsHi for mips16Reed Kotler2012-10-271-0/+15
* [mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka2012-10-271-0/+58
* [mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka2012-10-271-0/+10
* implement mips16 tls global addrReed Kotler2012-10-261-0/+13
* Implement carry for subtract/add for mips16Reed Kotler2012-10-261-0/+51
* implement large (>16 bit) constant loading.Reed Kotler2012-10-261-0/+17
* fix test setgek.ll so that it will not give false "make check" Reed Kotler2012-10-261-2/+2
* implement mips16 patterns for select nodesReed Kotler2012-10-251-0/+350
* [mips] Make sure sret argument is returned in register V0.Akira Hatanaka2012-10-241-1/+3
* implement setXX patternsReed Kotler2012-10-2313-0/+291
* [mips] Use 64-bit registers to return an sret pointer if target ABI is N64.Akira Hatanaka2012-10-191-0/+14
* [mips] Add code to do tail call optimization.Akira Hatanaka2012-10-191-0/+100
* Add conditional branch instructions and their patterns.Reed Kotler2012-10-1710-0/+281
* Div, Rem int/unsigned int Reed Kotler2012-10-126-0/+117
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-101-0/+244
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-053-0/+59
* checking test case for r164811. was an omission to not check this in. this w...Reed Kotler2012-10-011-0/+41
* MIPS DSP: add operands to make sure instruction strings are being matched.Akira Hatanaka2012-09-282-23/+23
* MIPS DSP: other miscellaneous instructions.Akira Hatanaka2012-09-282-0/+71
* MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka2012-09-281-0/+200
* MIPS DSP: ABSQ_S.PH instruction sub-class.Akira Hatanaka2012-09-272-0/+215
* MIPS DSP: SHLL.QB instruction sub-class.Akira Hatanaka2012-09-272-0/+252
* Test case for r164755 and 164756.Akira Hatanaka2012-09-272-0/+294
* MIPS DSP: ADDU.QB instruction sub-class.Akira Hatanaka2012-09-272-0/+309