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