Prevent insertion of "vzeroupper" before call that preserves YMM registers, since...
[oota-llvm.git] / test / CodeGen / Mips /
2013-02-08 Reed KotlerAdd the 16 bit version of addiu. To the assembler,...
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-02-07 Reed KotlerMake sure we call externals from libraries properly...
2013-02-07 Reed KotlerEnable jumps when in -static mode.
2013-02-05 Akira Hatanaka[mips] Do not use function CC_MipsN_VarArg unless the...
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-02-02 Reed KotlerStart static relocation implementation for mips16.
2013-01-30 Akira Hatanaka[mips] Test case for r173862.
2013-01-25 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on some of...
2013-01-24 Reed KotlerThe next phase of Mips16 hard float implementation.
2013-01-22 Akira Hatanaka[mips] Implement MipsRegisterInfo::getRegPressureLimit.
2013-01-04 Akira Hatanaka[mips] MipsTargetLowering::getSetCCResultType should...
2012-12-21 Reed KotlerAdd test case for r170674
2012-12-20 Reed Kotlerfix most of remaining issues with large frames.
2012-12-20 Akira Hatanaka[mips] Use "or $r0, $r1, $zero" instead of "addu $r0...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-15 Reed KotlerThis code implements most of mips16 hardfloat as it...
2012-12-13 Akira Hatanaka[mips] Do not copy GOT address to register $gp if the...
2012-12-12 Evan ChengFix a logic bug in inline expansion of memcpy / memset...
2012-11-21 Akira Hatanaka[mips] Generate big GOT code.
2012-11-17 Akira HatanakaInitial implementation of MipsTargetLowering::isLegalAd...
2012-11-16 Akira Hatanaka[mips] Fix delay slot filler so that instructions with...
2012-11-07 Akira Hatanaka[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
2012-11-03 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on floating...
2012-11-03 Akira Hatanaka[mips] Set flag isAsCheapAsAMove flag on instruction...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Akira Hatanaka[mips] Fix bug in test case. Disable machine LICM to...
2012-11-02 Akira Hatanaka[mips] Use register number instead of name to print...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-10-31 Akira Hatanaka[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu...
2012-10-31 Akira HatanakaTest case for r167039. Check that tail-call optimizatio...
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-30 Akira Hatanaka[mips] Allow tail-call optimization for vararg function...
2012-10-30 Reed KotlerChange mips16 delay slot jumps to non delay slot forms...
2012-10-29 Reed KotlerImplement patterns for extloadi8 and extloadi16
2012-10-29 Reed KotlerExpand all atomic ops for mips16.
2012-10-28 Reed KotlerImplement brind operator for mips16.
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-27 Reed KotlerImplement MipsHi for mips16
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira Hatanaka[mips] Make sure FuncArg doesn't advance when OrigArgIn...
2012-10-26 Reed Kotlerimplement mips16 tls global addr
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-26 Reed Kotlerfix test setgek.ll so that it will not give false ...
2012-10-25 Reed Kotlerimplement mips16 patterns for select nodes
2012-10-24 Akira Hatanaka[mips] Make sure sret argument is returned in register V0.
2012-10-23 Reed Kotlerimplement setXX patterns
2012-10-19 Akira Hatanaka[mips] Use 64-bit registers to return an sret pointer...
2012-10-19 Akira Hatanaka[mips] Add code to do tail call optimization.
2012-10-17 Reed KotlerAdd conditional branch instructions and their patterns.
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-10-10 Akira HatanakaImplement MipsTargetLowering::CanLowerReturn.
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-10-01 Reed Kotlerchecking test case for r164811. was an omission to...
2012-09-28 Akira HatanakaMIPS DSP: add operands to make sure instruction strings...
2012-09-28 Akira HatanakaMIPS DSP: other miscellaneous instructions.
2012-09-28 Akira HatanakaMIPS DSP: ADDUH.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: ABSQ_S.PH instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: SHLL.QB instruction sub-class.
2012-09-27 Akira HatanakaTest case for r164755 and 164756.
2012-09-27 Akira HatanakaMIPS DSP: ADDU.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: all the remaining instructions which read...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-27 Akira HatanakaMIPS DSP: add vector load/store patterns.
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-05 Logan ChienFix UseInitArray option for MIPS target.
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-28 Akira HatanakaFix bug 13532.
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-16 Akira HatanakaTest case for r162008.
2012-08-09 Jakob Stoklund OlesenDon't modify MO while use_iterator is still pointing...
2012-08-08 Bob WilsonAdd test triples to fix win32 failures. Revert workaro...
2012-08-03 Akira Hatanaka1. Redo mips16 instructions to avoid multiple opcodes...
2012-08-02 Akira HatanakaSet transient stack alignment in constructor of MipsFra...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaLet PEI::calculateFrameObjectOffsets compute the final...
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-31 Akira HatanakaWhen store nodes or memcpy nodes are created to copy...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-07-26 Akira HatanakaFix call setup for PIC.
2012-07-25 Akira HatanakaEliminate the stack slot used to save the global base...
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-21 Akira HatanakaFix Mips long branch pass.
2012-07-18 Jack CarterMips specific inline asm operand modifier 'M':
2012-07-16 Akira HatanakaFix function select_cc_f32 in test/CodeGen/Mips/selectc...
2012-07-11 Akira HatanakaTest case for r160036.
2012-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Jack Carter Mips specific inline asm operand modifier 'L'.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
2012-07-05 Akira Hatanakatest case for r159770.
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Jack Carterdeleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
next