aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [mips] Clean up class MipsCCInfo.Akira Hatanaka2013-02-151-22/+26
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-301-0/+3
* Make some code a little simpler.Reed Kotler2013-01-281-0/+2
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-241-0/+7
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-221-1/+2
* This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler2012-12-151-0/+2
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-121-1/+2
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-121-1/+1
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-101-1/+1
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-171-0/+2
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-071-0/+1
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-10-301-2/+3
* Add definition of function MipsTargetLowering::passArgOnStack which emits nodesAkira Hatanaka2012-10-301-0/+4
* [mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka2012-10-271-1/+2
* Add method MipsTargetLowering::writeVarArgRegs which copies argument registersAkira Hatanaka2012-10-271-0/+6
* Add method MipsTargetLowering::passByValArg.Akira Hatanaka2012-10-271-0/+8
* Add method MipsTargetLowering::copyByValRegs.Akira Hatanaka2012-10-271-0/+10
* Add class MipsCC which provides methods used to analyze formal and callAkira Hatanaka2012-10-261-0/+64
* [mips] Add code to do tail call optimization.Akira Hatanaka2012-10-191-0/+5
* Add node and enum for mips tail call.Akira Hatanaka2012-10-191-0/+3
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-101-0/+6
* MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...Akira Hatanaka2012-09-271-0/+2
* MIPS DSP: add support for extract-word instructions.Akira Hatanaka2012-09-271-0/+2
* Add MIPS DSP register classes. Set actions of DSP vector operations and overrideAkira Hatanaka2012-09-211-0/+10
* SelectionDAG node enums for MIPS DSP nodes.Akira Hatanaka2012-09-211-0/+41
* Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka2012-07-311-1/+0
* Implement MipsTargetLowering::LowerSELECT_CC to custom lower SELECT_CC.Akira Hatanaka2012-07-111-0/+1
* Lower RETURNADDR node in Mips backend.Akira Hatanaka2012-07-111-0/+1
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-1/+2
* Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka2012-06-131-0/+5
* Define functions MipsTargetLowering::LowerLOAD and LowerSTORE whichAkira Hatanaka2012-06-021-0/+2
* Define Mips specific unaligned load/store nodes.Akira Hatanaka2012-06-021-1/+11
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-7/+1
* Expand 64-bit shifts if target ABI is O32.Akira Hatanaka2012-05-091-0/+2
* Add support for the 'I' inline asm constraint. Also add testsEric Christopher2012-05-071-0/+9
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-111-0/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-2/+2
* Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...Akira Hatanaka2012-03-091-0/+1
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-1/+1
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-1/+1
* remove blanks, and some code formatJia Liu2012-02-281-1/+1
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-1/+1
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+2
* Rename WrapperPIC. It is now used for both pic and static.Akira Hatanaka2011-12-091-1/+1
* Implement 64-bit support for thread local storage handling.Akira Hatanaka2011-12-081-7/+0
* Make the type of shift amount i32 in order to reduce the number of shiftAkira Hatanaka2011-11-071-0/+2
* Add variable IsO32 to MipsTargetLowering.Akira Hatanaka2011-10-281-1/+1
* Modify lowering of GlobalAddress so that correct code is emitted when target isAkira Hatanaka2011-10-111-1/+1
* Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka2011-09-261-1/+2
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-1/+1