summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAge
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-30
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-19
* [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN andAkira Hatanaka2013-04-13
* [mips] Add mips-specific nodes which will be used to select multiply and divideAkira Hatanaka2013-03-30
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-13
* [mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka2013-03-12
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-06
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-05
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-05
* [mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka2013-03-05
* Fix PR10475Michael Liao2013-03-01
* Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.Reed Kotler2013-02-25
* Make psuedo FEXT_T8I816_ins into a custom emitter.Reed Kotler2013-02-24
* Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler2013-02-24
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-23
* Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refersReed Kotler2013-02-22
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-22
* Expand the sel pseudo/macro. This generates basic blocks where previouslyReed Kotler2013-02-21
* [mips] Clean up class MipsCCInfo.Akira Hatanaka2013-02-15
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-30
* Make some code a little simpler.Reed Kotler2013-01-28
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-24
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-22
* This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler2012-12-15
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-17
* [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