summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAge
* [mips] Rename isel nodes.Akira Hatanaka2013-10-15
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-07
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-28
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-27
* Revert r191350.Akira Hatanaka2013-09-25
* [mips] Define getTargetNode as a template function.Akira Hatanaka2013-09-25
* [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching comparisons from normal IR (i.e. not i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-23
* [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-23
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-23
* [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index doubleAkira Hatanaka2013-09-07
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-28
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-20
* [mips] Properly parse registers that appear in inline-asm constraints.Akira Hatanaka2013-08-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* [mips] Improve instruction selection for pattern (store (fp_to_sint $src), $p...Akira Hatanaka2013-05-16
* [mips] Delete unused enum value.Akira Hatanaka2013-05-16
* 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