| Commit message (Expand) | Author | Age | Files | Lines |
* | Make helper functions static or move them into anonymous namespaces. NFC. | Benjamin Kramer | 2020-01-14 | 1 | -3/+3 |
* | [MIPS GlobalISel] Select bitreverse. Recommit | Petar Avramovic | 2019-12-30 | 1 | -0/+4 |
* | Revert "[MIPS GlobalISel] Select bitreverse" | Dmitri Gribenko | 2019-12-30 | 1 | -4/+0 |
* | [MIPS GlobalISel] Select bitreverse | Petar Avramovic | 2019-12-30 | 1 | -0/+4 |
* | [MIPS GlobalISel] Select bswap | Petar Avramovic | 2019-12-30 | 1 | -0/+13 |
* | [IR] Split out target specific intrinsic enums into separate headers | Reid Kleckner | 2019-12-11 | 1 | -0/+1 |
* | [globalisel] Rename G_GEP to G_PTR_ADD | Daniel Sanders | 2019-11-05 | 1 | -1/+1 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin fsqrt | Petar Avramovic | 2019-10-25 | 1 | -4/+16 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin fabs | Petar Avramovic | 2019-10-24 | 1 | -2/+6 |
* | [MIPS GlobalISel] MSA vector generic and builtin fadd, fsub, fmul, fdiv | Petar Avramovic | 2019-10-24 | 1 | -1/+22 |
* | [MIPS GlobalISel] MSA vector generic and builtin sdiv, srem, udiv, urem | Petar Avramovic | 2019-10-24 | 1 | -2/+28 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin mul | Petar Avramovic | 2019-10-23 | 1 | -5/+6 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin sub | Petar Avramovic | 2019-10-23 | 1 | -2/+15 |
* | [MIPS GlobalISel] Select MSA vector generic and builtin add | Petar Avramovic | 2019-10-22 | 1 | -1/+59 |
* | [MIPS GlobalISel] Add MSA registers to fprb. Select vector load, store | Petar Avramovic | 2019-10-15 | 1 | -5/+44 |
* | [MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopy | Petar Avramovic | 2019-09-23 | 1 | -0/+15 |
* | [MIPS GlobalISel] Select indirect branch | Petar Avramovic | 2019-09-12 | 1 | -0/+3 |
* | [MIPS GlobalISel] Lower G_DYN_STACKALLOC | Petar Avramovic | 2019-09-12 | 1 | -0/+3 |
* | [MIPS GlobalISel] Select G_IMPLICIT_DEF | Petar Avramovic | 2019-09-12 | 1 | -0/+3 |
* | [MIPS GlobalISel] Select llvm.trap intrinsic | Petar Avramovic | 2019-09-05 | 1 | -1/+14 |
* | [MIPS GlobalISel] Lower uitofp | Petar Avramovic | 2019-08-30 | 1 | -1/+48 |
* | [MIPS GlobalISel] Lower fptoui | Petar Avramovic | 2019-08-30 | 1 | -0/+1 |
* | [MIPS GlobalISel] ClampScalar G_SHL, G_ASHR and G_LSHR | Petar Avramovic | 2019-08-27 | 1 | -1/+2 |
* | [MIPS GlobalISel] NarrowScalar G_ZEXTLOAD and G_SEXTLOAD | Petar Avramovic | 2019-08-21 | 1 | -3/+3 |
* | [MIPS GlobalISel] NarrowScalar G_ZEXT and G_SEXT | Petar Avramovic | 2019-08-21 | 1 | -0/+4 |
* | [MIPS GlobalISel] Consider type1 when legalizing shifts after r351882 | Petar Avramovic | 2019-08-21 | 1 | -2/+2 |
* | [MIPS GlobalISel] NarrowScalar G_TRUNC | Petar Avramovic | 2019-08-21 | 1 | -0/+4 |
* | [globalisel] Add G_SEXT_INREG | Daniel Sanders | 2019-08-09 | 1 | -0/+2 |
* | [MIPS GlobalISel] Select jump_table and brjt | Petar Avramovic | 2019-08-08 | 1 | -1/+4 |
* | [MIPS GlobalISel] Select inttoptr and ptrtoint | Petar Avramovic | 2019-07-26 | 1 | -1/+4 |
* | [GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an... | Amara Emerson | 2019-07-19 | 1 | -0/+17 |
* | [MIPS GlobalISel] ClampScalar and select pointer G_ICMP | Petar Avramovic | 2019-07-17 | 1 | -1/+2 |
* | [MIPS GlobalISel] Register bank select for G_PHI. Select i64 phi | Petar Avramovic | 2019-07-09 | 1 | -1/+1 |
* | [MIPS GlobalISel] Regbanks for G_SELECT. Select i64, f32 and f64 select | Petar Avramovic | 2019-07-09 | 1 | -1/+1 |
* | [MIPS GlobalISel] Register bank select for G_LOAD. Select i64 load | Petar Avramovic | 2019-07-08 | 1 | -0/+3 |
* | [MIPS GlobalISel] Register bank select for G_STORE. Select i64 store | Petar Avramovic | 2019-07-08 | 1 | -0/+4 |
* | [MIPS GlobalISel] Select integer to floating point conversions | Petar Avramovic | 2019-06-20 | 1 | -0/+10 |
* | [MIPS GlobalISel] Select floating point to integer conversions | Petar Avramovic | 2019-06-20 | 1 | -0/+10 |
* | [MIPS GlobalISel] Select sqrt | Petar Avramovic | 2019-06-06 | 1 | -1/+1 |
* | [MIPS GlobalISel] Select fabs | Petar Avramovic | 2019-06-06 | 1 | -1/+1 |
* | [MIPS GlobalISel] Select fpext and fptrunc | Petar Avramovic | 2019-06-06 | 1 | -0/+6 |
* | [MIPS GlobalISel] Select floor and ceil | Petar Avramovic | 2019-06-06 | 1 | -0/+3 |
* | [MIPS GlobalISel] Select fcmp | Petar Avramovic | 2019-06-05 | 1 | -0/+4 |
* | [MIPS GlobalISel] Select floating point arithmetic operations | Petar Avramovic | 2019-04-03 | 1 | -3/+7 |
* | [MIPS GlobalISel] Select float constants | Petar Avramovic | 2019-03-28 | 1 | -0/+3 |
* | [MIPS GlobalISel] NarrowScalar G_UMULH | Petar Avramovic | 2019-03-11 | 1 | -1/+2 |
* | [MIPS GlobalISel] NarrowScalar G_MUL | Petar Avramovic | 2019-03-11 | 1 | -5/+1 |
* | [MIPS GlobalISel] Select G_UMULH | Petar Avramovic | 2019-03-01 | 1 | -1/+4 |
* | [MIPS GlobalISel] Select G_UADDO | Petar Avramovic | 2019-02-26 | 1 | -1/+1 |
* | GlobalISel: Add alignment to LegalityQuery MMOs | Matt Arsenault | 2019-02-14 | 1 | -6/+6 |