summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* [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
* implement mips16 tls global addrReed Kotler2012-10-26
* Implement carry for subtract/add for mips16Reed Kotler2012-10-26
* implement large (>16 bit) constant loading.Reed Kotler2012-10-26
* fix test setgek.ll so that it will not give false "make check" Reed Kotler2012-10-26
* implement mips16 patterns for select nodesReed Kotler2012-10-25
* [mips] Make sure sret argument is returned in register V0.Akira Hatanaka2012-10-24
* implement setXX patternsReed Kotler2012-10-23
* [mips] Use 64-bit registers to return an sret pointer if target ABI is N64.Akira Hatanaka2012-10-19
* [mips] Add code to do tail call optimization.Akira Hatanaka2012-10-19
* Add conditional branch instructions and their patterns.Reed Kotler2012-10-17
* Div, Rem int/unsigned int Reed Kotler2012-10-12
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-10
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-05
* checking test case for r164811. was an omission to not check this in. this w...Reed Kotler2012-10-01
* MIPS DSP: add operands to make sure instruction strings are being matched.Akira Hatanaka2012-09-28
* MIPS DSP: other miscellaneous instructions.Akira Hatanaka2012-09-28
* MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka2012-09-28
* MIPS DSP: ABSQ_S.PH instruction sub-class.Akira Hatanaka2012-09-27
* MIPS DSP: SHLL.QB instruction sub-class.Akira Hatanaka2012-09-27
* Test case for r164755 and 164756.Akira Hatanaka2012-09-27
* MIPS DSP: ADDU.QB instruction sub-class.Akira Hatanaka2012-09-27
* MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...Akira Hatanaka2012-09-27
* MIPS DSP: all the remaining instructions which read or write accumulators.Akira Hatanaka2012-09-27
* MIPS DSP: add support for extract-word instructions.Akira Hatanaka2012-09-27
* MIPS DSP: add vector load/store patterns.Akira Hatanaka2012-09-27
* Handled unaligned load/stores properly in Mips16 Akira Hatanaka2012-09-15
* Fix UseInitArray option for MIPS target.Logan Chien2012-09-05
* Fix mips' long branch pass.Akira Hatanaka2012-08-28
* Fix bug 13532.Akira Hatanaka2012-08-28
* Disable Mips' delay slot filler when optimization level is O0.Akira Hatanaka2012-08-24