aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
AgeCommit message (Expand)Author
2012-11-07[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka
2012-10-30[mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka
2012-10-30Add definition of function MipsTargetLowering::passArgOnStack which emits nodesAkira Hatanaka
2012-10-27[mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka
2012-10-27Add method MipsTargetLowering::writeVarArgRegs which copies argument registersAkira Hatanaka
2012-10-27Add method MipsTargetLowering::passByValArg.Akira Hatanaka
2012-10-27Add method MipsTargetLowering::copyByValRegs.Akira Hatanaka
2012-10-26Add class MipsCC which provides methods used to analyze formal and callAkira Hatanaka
2012-10-19[mips] Add code to do tail call optimization.Akira Hatanaka
2012-10-19Add node and enum for mips tail call.Akira Hatanaka
2012-10-10Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka
2012-09-27MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...Akira Hatanaka
2012-09-27MIPS DSP: add support for extract-word instructions.Akira Hatanaka
2012-09-21Add MIPS DSP register classes. Set actions of DSP vector operations and overrideAkira Hatanaka
2012-09-21SelectionDAG node enums for MIPS DSP nodes.Akira Hatanaka
2012-07-31Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka
2012-07-11Implement MipsTargetLowering::LowerSELECT_CC to custom lower SELECT_CC.Akira Hatanaka
2012-07-11Lower RETURNADDR node in Mips backend.Akira Hatanaka
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-06-13Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka
2012-06-02Define functions MipsTargetLowering::LowerLOAD and LowerSTORE whichAkira Hatanaka
2012-06-02Define Mips specific unaligned load/store nodes.Akira Hatanaka
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-05-09Expand 64-bit shifts if target ABI is O32.Akira Hatanaka
2012-05-07Add support for the 'I' inline asm constraint. Also add testsEric Christopher
2012-04-11Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-09Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...Akira Hatanaka
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28remove blanks, and some code formatJia Liu
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2011-12-09Rename WrapperPIC. It is now used for both pic and static.Akira Hatanaka
2011-12-08Implement 64-bit support for thread local storage handling.Akira Hatanaka
2011-11-07Make the type of shift amount i32 in order to reduce the number of shiftAkira Hatanaka
2011-10-28Add variable IsO32 to MipsTargetLowering.Akira Hatanaka
2011-10-11Modify lowering of GlobalAddress so that correct code is emitted when target isAkira Hatanaka
2011-09-26Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka
2011-09-06Add codegen support for vector select (in the IR this means a selectDuncan Sands
2011-08-17Move pattern matching for EXT and INS to post-legalization DAGCombine per Bru...Akira Hatanaka
2011-08-17Add support for ext and ins.Akira Hatanaka
2011-08-12Define unaligned load and store. Akira Hatanaka
2011-07-27Code generation for 'fence' instruction.Eli Friedman
2011-07-19Lower memory barriers to sync instructions.Akira Hatanaka
2011-06-29Remove getRegClassForInlineAsmConstraint for Mips.Eric Christopher
2011-06-21Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka
2011-06-09Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher
2011-06-08Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka
2011-06-02Custom-lower FRAMEADDR. Patch by Sasa Stankovic.Akira Hatanaka