aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-46/+46
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* [mips] Rename option to make it compatible with gcc.Akira Hatanaka2013-05-211-1/+1
* [mips] Trap on integer division by zero.Akira Hatanaka2013-05-201-0/+31
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-2/+3
* [mips] Improve instruction selection for pattern (store (fp_to_sint $src), $p...Akira Hatanaka2013-05-161-1/+29
* [mips] Factor out unaligned store lowering code.Akira Hatanaka2013-05-161-10/+14
* [mips] Delete unused enum value.Akira Hatanaka2013-05-161-1/+0
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-101-4/+36
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-301-2/+2
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-301-1/+3
* [mips] Simplify code.Akira Hatanaka2013-04-301-4/+1
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-10/+0
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-191-0/+3
* [mips] Rename function.Akira Hatanaka2013-04-181-2/+2
* [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN andAkira Hatanaka2013-04-131-170/+0
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-111-10/+10
* [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