| Commit message (Expand) | Author | Age | Files | Lines |
* | GlobalISel: Correct result type for G_FCMP in lowerFPTOUI | Matt Arsenault | 2020-01-06 | 2 | -36/+81 |
* | [MIPS GlobalISel] Select bitreverse. Recommit | Petar Avramovic | 2019-12-30 | 2 | -0/+399 |
* | Revert "[MIPS GlobalISel] Select bitreverse" | Dmitri Gribenko | 2019-12-30 | 2 | -399/+0 |
* | [MIPS GlobalISel] Select bitreverse | Petar Avramovic | 2019-12-30 | 2 | -0/+399 |
* | [MIPS GlobalISel] Select bswap | Petar Avramovic | 2019-12-30 | 4 | -0/+227 |
* | [GlobalISel]: Allow targets to override how to widen constants during legaliz... | Aditya Nandakumar | 2019-12-03 | 5 | -11/+10 |
* | [MIPS GlobalISel] Select andi, ori and xori | Petar Avramovic | 2019-11-15 | 23 | -517/+579 |
* | [MIPS GlobalISel] Select addiu | Petar Avramovic | 2019-11-15 | 3 | -4/+110 |
* | [globalisel] Rename G_GEP to G_PTR_ADD | Daniel Sanders | 2019-11-05 | 17 | -55/+55 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin fsqrt | Petar Avramovic | 2019-10-25 | 6 | -0/+303 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin fabs | Petar Avramovic | 2019-10-24 | 6 | -0/+302 |
* | [MIPS GlobalISel] MSA vector generic and builtin fadd, fsub, fmul, fdiv | Petar Avramovic | 2019-10-24 | 6 | -0/+1291 |
* | [MIPS GlobalISel] MSA vector generic and builtin sdiv, srem, udiv, urem | Petar Avramovic | 2019-10-24 | 6 | -0/+2532 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin mul | Petar Avramovic | 2019-10-23 | 6 | -0/+651 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin sub | Petar Avramovic | 2019-10-23 | 6 | -0/+823 |
* | [MIParser] Set RegClassOrRegBank during instruction parsing | Petar Avramovic | 2019-10-22 | 2 | -32/+20 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin add | Petar Avramovic | 2019-10-22 | 6 | -0/+831 |
* | [MIPS GlobalISel] Add MSA registers to fprb. Select vector load, store | Petar Avramovic | 2019-10-15 | 4 | -0/+530 |
* | [update_mir_test_checks] Handle MI flags properly | Roman Tereshin | 2019-10-14 | 1 | -2/+2 |
* | Add an operand to memory intrinsics to denote the "tail" marker. | Amara Emerson | 2019-09-28 | 2 | -3/+3 |
* | [MIPS GlobalISel] Lower aggregate structure return arguments | Petar Avramovic | 2019-09-26 | 2 | -0/+246 |
* | [MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopy | Petar Avramovic | 2019-09-23 | 5 | -0/+508 |
* | [MIPS GlobalISel] Select indirect branch | Petar Avramovic | 2019-09-12 | 4 | -0/+196 |
* | [MIPS GlobalISel] Lower G_DYN_STACKALLOC | Petar Avramovic | 2019-09-12 | 2 | -0/+151 |
* | [MIPS GlobalISel] Select G_IMPLICIT_DEF | Petar Avramovic | 2019-09-12 | 4 | -0/+412 |
* | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 100 | -467/+467 |
* | [MIPS GlobalISel] Select G_FENCE | Petar Avramovic | 2019-09-05 | 4 | -0/+103 |
* | [MIPS GlobalISel] Select llvm.trap intrinsic | Petar Avramovic | 2019-09-05 | 2 | -0/+36 |
* | [MIPS GlobalISel] Lower SRet pointer arguments | Petar Avramovic | 2019-09-05 | 2 | -0/+77 |
* | [MIPS GlobalISel] Lower uitofp | Petar Avramovic | 2019-08-30 | 2 | -0/+445 |
* | [MIPS GlobalISel] Lower fptoui | Petar Avramovic | 2019-08-30 | 2 | -0/+490 |
* | GlobalISel/TableGen: Handle setcc patterns | Matt Arsenault | 2019-08-29 | 4 | -18/+6 |
* | [MIPS GlobalISel] ClampScalar G_SHL, G_ASHR and G_LSHR | Petar Avramovic | 2019-08-27 | 2 | -0/+395 |
* | GlobalISel: Don't create G_UADDE with constant false carry in | Matt Arsenault | 2019-08-22 | 2 | -58/+44 |
* | [MIPS GlobalISel] NarrowScalar G_ZEXTLOAD and G_SEXTLOAD | Petar Avramovic | 2019-08-21 | 4 | -0/+200 |
* | [MIPS GlobalISel] NarrowScalar G_ZEXT and G_SEXT | Petar Avramovic | 2019-08-21 | 3 | -0/+152 |
* | [MIPS GlobalISel] Consider type1 when legalizing shifts after r351882 | Petar Avramovic | 2019-08-21 | 1 | -6/+31 |
* | [MIPS GlobalISel] NarrowScalar G_TRUNC | Petar Avramovic | 2019-08-21 | 2 | -0/+43 |
* | [globalisel] Add G_SEXT_INREG | Daniel Sanders | 2019-08-09 | 8 | -37/+37 |
* | [MIPS GlobalISel] Select jump_table and brjt | Petar Avramovic | 2019-08-08 | 4 | -0/+1011 |
* | [MIPS GlobalISel] Fold load/store + G_GEP + G_CONSTANT | Petar Avramovic | 2019-08-01 | 7 | -41/+334 |
* | [MIPS GlobalISel] Fix check for void return during lowerCall | Petar Avramovic | 2019-07-26 | 1 | -0/+24 |
* | [MIPS GlobalISel] Select inttoptr and ptrtoint | Petar Avramovic | 2019-07-26 | 4 | -0/+173 |
* | [GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an... | Amara Emerson | 2019-07-19 | 1 | -12/+2 |
* | [MIPS GlobalISel] ClampScalar and select pointer G_ICMP | Petar Avramovic | 2019-07-17 | 4 | -554/+716 |
* | [MIPS GlobalISel] Skip copies in addUseDef and addDefUses | Petar Avramovic | 2019-07-11 | 1 | -0/+82 |
* | [MIPS GlobalISel] RegBankSelect for chains of ambiguous instructions | Petar Avramovic | 2019-07-11 | 12 | -12/+4450 |
* | [MIPS GlobalISel] Select float and double phi | Petar Avramovic | 2019-07-10 | 2 | -23/+411 |
* | [MIPS GlobalISel] Select float and double load and store | Petar Avramovic | 2019-07-10 | 4 | -0/+232 |
* | [MIPS GlobalISel] Register bank select for G_PHI. Select i64 phi | Petar Avramovic | 2019-07-09 | 3 | -23/+501 |