summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-301-66/+85
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-301-186/+0
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-301-31/+39
* [mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.Akira Hatanaka2013-03-301-18/+7
* Fix indentation.Akira Hatanaka2013-03-301-26/+26
* [mips] Add mips-specific nodes which will be used to select multiply and divideAkira Hatanaka2013-03-301-0/+6
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-131-835/+58
* [mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka2013-03-121-530/+452
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+4
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-061-1/+32
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-051-40/+49
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-051-14/+60
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-051-5/+12
* [mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka2013-03-051-8/+68
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-041-0/+5
* Mips ISD typoJia Liu2013-03-041-1/+1
* Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.Reed Kotler2013-02-251-0/+61
* Make psuedo FEXT_T8I816_ins into a custom emitter.Reed Kotler2013-02-241-0/+35
* Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler2013-02-241-0/+30
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-231-0/+78
* [mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka2013-02-221-3/+1
* Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refersReed Kotler2013-02-221-7/+7
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-221-0/+77
* Expand the sel pseudo/macro. This generates basic blocks where previouslyReed Kotler2013-02-211-1/+74
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-1/+1
* [mips] Clean up class MipsCCInfo.Akira Hatanaka2013-02-151-36/+48
* [mips] Do not use function CC_MipsN_VarArg unless the function being analyzedAkira Hatanaka2013-02-051-1/+1
* Move MRI liveouts to Mips return instructions.Jakob Stoklund Olesen2013-02-051-15/+10
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-301-0/+32
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+2
* Remove addToNoHelperNeeded function that was left unused after r173649. Fixes...Craig Topper2013-01-281-6/+0
* Make some code a little simpler.Reed Kotler2013-01-281-40/+38
* fix use of std::std. it's ordered set.Reed Kotler2013-01-261-3/+3
* MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi2013-01-241-0/+6
* MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi2013-01-241-2/+2
* MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-241-3/+5
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-241-36/+239
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-221-20/+12
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-041-1/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* set register class properly for mips16 hereReed Kotler2012-12-201-1/+2
* This assert is overly restrictive and does not work for mips16.Reed Kotler2012-12-201-1/+0
* This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler2012-12-151-0/+44
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-3/+3
* [mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka2012-12-131-4/+9
* 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
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-3/+3
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-3/+3
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-101-1/+4
OpenPOWER on IntegriCloud