aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-301-0/+4
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-1/+0
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-191-0/+5
* [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN andAkira Hatanaka2013-04-131-2/+0
* [mips] Add mips-specific nodes which will be used to select multiply and divideAkira Hatanaka2013-03-301-0/+12
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-131-40/+35
* [mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka2013-03-121-40/+40
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-061-0/+1
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-051-1/+14
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-051-1/+3
* [mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka2013-03-051-1/+11
* Fix PR10475Michael Liao2013-03-011-1/+1
* Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.Reed Kotler2013-02-251-0/+7
* Make psuedo FEXT_T8I816_ins into a custom emitter.Reed Kotler2013-02-241-0/+3
* Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler2013-02-241-0/+3
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-231-0/+3
* Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refersReed Kotler2013-02-221-1/+1
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-221-0/+3
* Expand the sel pseudo/macro. This generates basic blocks where previouslyReed Kotler2013-02-211-0/+3
* [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