summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAge
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-30
* [mips] Simplify code.Akira 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] Rename function.Akira Hatanaka2013-04-18
* [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN andAkira Hatanaka2013-04-13
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-11
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-30
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-30
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-30
* [mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.Akira Hatanaka2013-03-30
* Fix indentation.Akira Hatanaka2013-03-30
* [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
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-08
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-06
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-05
* [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
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-04
* Mips ISD typoJia Liu2013-03-04
* 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
* [mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka2013-02-22
* 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
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-20
* [mips] Clean up class MipsCCInfo.Akira Hatanaka2013-02-15
* [mips] Do not use function CC_MipsN_VarArg unless the function being analyzedAkira Hatanaka2013-02-05
* Move MRI liveouts to Mips return instructions.Jakob Stoklund Olesen2013-02-05
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-30
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Remove addToNoHelperNeeded function that was left unused after r173649. Fixes...Craig Topper2013-01-28
* Make some code a little simpler.Reed Kotler2013-01-28
* fix use of std::std. it's ordered set.Reed Kotler2013-01-26
* MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* 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
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* set register class properly for mips16 hereReed Kotler2012-12-20