Age | Commit message (Expand) | Author |
2013-02-22 | Expand mips16 SelT form pseudso/macros. | Reed Kotler |
2013-02-21 | Expand the sel pseudo/macro. This generates basic blocks where previously | Reed Kotler |
2013-02-20 | Expand pseudos/macros: | Reed Kotler |
2013-02-19 | Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, | Reed Kotler |
2013-02-19 | Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. | Reed Kotler |
2013-02-18 | Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16. | Reed Kotler |
2013-02-18 | Expand pseudo/macro BteqzT8SltX16. | Reed Kotler |
2013-02-18 | Expand macro/pseudo BteqzT8CmpX16. | Reed Kotler |
2013-02-18 | Beginning of expanding all current mips16 macro/pseudo instruction sequences. | Reed Kotler |
2013-02-15 | Fix minor mips16 issues in directives for function prologue. Probably this does | Reed Kotler |
2013-02-13 | For Mips 16, add the optimization where the 16 bit form of addiu sp can be used | Reed Kotler |
2013-02-13 | Make jumptables work for -static | Reed Kotler |
2013-02-08 | Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the | Reed Kotler |
2013-02-08 | When Mips16 frames grow large, the immediate field may exceed the maximum | Reed Kotler |
2013-02-07 | Make sure we call externals from libraries properly when -static. | Reed Kotler |
2013-02-07 | Enable jumps when in -static mode. | Reed Kotler |
2013-02-05 | [mips] Do not use function CC_MipsN_VarArg unless the function being analyzed | Akira Hatanaka |
2013-02-05 | This patch that sets the EmitAlias flag in td files | Jack Carter |
2013-02-02 | Start static relocation implementation for mips16. | Reed Kotler |
2013-01-30 | [mips] Test case for r173862. | Akira Hatanaka |
2013-01-25 | [mips] Set flag neverHasSideEffects flag on some of the floating point instru... | Akira Hatanaka |
2013-01-24 | The next phase of Mips16 hard float implementation. | Reed Kotler |
2013-01-22 | [mips] Implement MipsRegisterInfo::getRegPressureLimit. | Akira Hatanaka |
2013-01-04 | [mips] MipsTargetLowering::getSetCCResultType should return a vector type if | Akira Hatanaka |
2012-12-21 | Add test case for r170674 | Reed Kotler |
2012-12-20 | fix most of remaining issues with large frames. | Reed Kotler |
2012-12-20 | [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy | Akira Hatanaka |
2012-12-16 | This patch is needed to make c++ exceptions work for mips16. | Reed Kotler |
2012-12-15 | This code implements most of mips16 hardfloat as it is done by gcc. | Reed Kotler |
2012-12-13 | [mips] Do not copy GOT address to register $gp if the function being called has | Akira Hatanaka |
2012-12-12 | Fix a logic bug in inline expansion of memcpy / memset with an overlapping | Evan Cheng |
2012-11-21 | [mips] Generate big GOT code. | Akira Hatanaka |
2012-11-17 | Initial implementation of MipsTargetLowering::isLegalAddressingMode. | Akira Hatanaka |
2012-11-16 | [mips] Fix delay slot filler so that instructions with register operand $1 are | Akira Hatanaka |
2012-11-07 | [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node. | Akira Hatanaka |
2012-11-03 | [mips] Set flag neverHasSideEffects flag on floating point conversion | Akira Hatanaka |
2012-11-03 | [mips] Set flag isAsCheapAsAMove flag on instruction LUi. | Akira Hatanaka |
2012-11-03 | [mips] Stop reserving register AT and use register scavenger when a scratch | Akira Hatanaka |
2012-11-02 | [mips] Fix bug in test case. Disable machine LICM to prevent instruction from | Akira Hatanaka |
2012-11-02 | [mips] Use register number instead of name to print register $AT. | Akira Hatanaka |
2012-11-02 | [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive | Akira Hatanaka |
2012-10-31 | [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables | Akira Hatanaka |
2012-10-31 | Test case for r167039. Check that tail-call optimization is disabled for | Akira Hatanaka |
2012-10-31 | Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN | Reed Kotler |
2012-10-30 | [mips] Allow tail-call optimization for vararg functions and functions which | Akira Hatanaka |
2012-10-30 | Change mips16 delay slot jumps to non delay slot forms by default. | Reed Kotler |
2012-10-29 | Implement patterns for extloadi8 and extloadi16 | Reed Kotler |
2012-10-29 | Expand all atomic ops for mips16. | Reed Kotler |
2012-10-28 | Implement brind operator for mips16. | Reed Kotler |
2012-10-28 | This patch is for the implementation of mips16 complex pattern addr16. | Reed Kotler |