aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
...
* [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no...Daniel Sanders2013-10-111-0/+160
* [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-111-0/+40
* [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-111-0/+44
* [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ...Daniel Sanders2013-10-111-0/+112
* [mips] Do not generate INS/EXT nodes if target does not have support forAkira Hatanaka2013-10-091-3/+6
* Add fabsf to the list of inlined functions; otherwiseReed Kotler2013-10-081-0/+12
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-082-0/+8
* [mips] Test case for r192124.Akira Hatanaka2013-10-071-0/+33
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-071-0/+1
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-041-0/+10
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-041-2/+6
* [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders2013-10-011-0/+128
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-301-6/+2
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-284-9/+57
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-271-28/+60
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-271-9/+33
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-271-0/+42
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-271-0/+34
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-272-0/+221
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-271-0/+136
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-12/+64
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-2756-58/+63
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-272-0/+32
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-271-0/+137
* Fix a bad typo in the inline assembly code for mips16 pic fp stubsReed Kotler2013-09-252-12/+33
* [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ...Daniel Sanders2013-09-241-0/+132
* [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ...Daniel Sanders2013-09-241-0/+262
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-241-8/+51
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-242-12/+336
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-241-2/+2
* [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E...Daniel Sanders2013-09-241-0/+110
* [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no...Daniel Sanders2013-09-241-0/+30
* [mips][msa] Added support for matching andi, ori, nori, and xori from normal ...Daniel Sanders2013-09-241-0/+240
* [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i...Daniel Sanders2013-09-243-4/+1096
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-244-7/+413
* [mips][msa] Added support for matching comparisons from normal IR (i.e. not i...Daniel Sanders2013-09-242-0/+1159
* [mips][msa] Added support for matching slli, srai, and srli from normal IR (i...Daniel Sanders2013-09-241-0/+168
* Make nomips16 mask not repeat if it ends with a '.'.Reed Kotler2013-09-231-0/+19
* [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. ...Daniel Sanders2013-09-231-0/+113
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-231-0/+226
* [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-231-0/+60
* [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-231-0/+68
* [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. ...Daniel Sanders2013-09-232-0/+390
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-232-0/+177
* Set .reorder for the stub so that gas takes care of delay slot processing.Reed Kotler2013-09-211-0/+20
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-181-10/+12
* Expand the mask capability for deciding which functions are mips16 and mips32Reed Kotler2013-09-151-0/+73
* [mips][msa] Added test cases that were supposed to be part of r190507, r19050...Daniel Sanders2013-09-113-0/+734
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-112-0/+323
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-112-0/+224