summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
...
* Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,Reed Kotler2013-02-19
* Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.Reed Kotler2013-02-19
* Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.Reed Kotler2013-02-18
* Expand pseudo/macro BteqzT8SltX16.Reed Kotler2013-02-18
* Expand macro/pseudo BteqzT8CmpX16.Reed Kotler2013-02-18
* Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler2013-02-18
* Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler2013-02-15
* For Mips 16, add the optimization where the 16 bit form of addiu sp can be usedReed Kotler2013-02-13
* Make jumptables work for -staticReed Kotler2013-02-13
* Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler2013-02-08
* When Mips16 frames grow large, the immediate field may exceed the maximumReed Kotler2013-02-08
* Make sure we call externals from libraries properly when -static.Reed Kotler2013-02-07
* Enable jumps when in -static mode.Reed Kotler2013-02-07
* [mips] Do not use function CC_MipsN_VarArg unless the function being analyzedAkira Hatanaka2013-02-05
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-05
* Start static relocation implementation for mips16.Reed Kotler2013-02-02
* [mips] Test case for r173862.Akira Hatanaka2013-01-30
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-25
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-24
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-22
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-04
* Add test case for r170674Reed Kotler2012-12-21
* fix most of remaining issues with large frames.Reed Kotler2012-12-20
* [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka2012-12-20
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler2012-12-15
* [mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka2012-12-13
* Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng2012-12-12
* [mips] Generate big GOT code.Akira Hatanaka2012-11-21
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-17
* [mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka2012-11-16
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-07
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-03
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka2012-11-02
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-02
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-31
* Test case for r167039. Check that tail-call optimization is disabled forAkira Hatanaka2012-10-31
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-10-30
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-30
* Implement patterns for extloadi8 and extloadi16Reed Kotler2012-10-29
* Expand all atomic ops for mips16.Reed Kotler2012-10-29
* Implement brind operator for mips16.Reed Kotler2012-10-28
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Implement MipsHi for mips16Reed Kotler2012-10-27
* [mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka2012-10-27
* [mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka2012-10-27