| Commit message (Expand) | Author | Age | Files | Lines |
* | [PowerPC] Implementing overflow version for XO-Form instructions | Stefan Pintile | 2019-11-11 | 1 | -42/+126 |
* | [Power9] Add missing Power9 instructions. | Tony Jiang | 2017-09-19 | 1 | -0/+32 |
* | [Power9] Add missing instructions: extswsli, popcntb | Stefan Pintilie | 2017-09-13 | 1 | -1/+10 |
* | [Power9] Added support for the modsw, moduw, modsd, modud hardware instructions. | Tony Jiang | 2017-06-12 | 1 | -0/+13 |
* | [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics | Hal Finkel | 2016-09-03 | 1 | -0/+41 |
* | This reverts commit r265505. | Kit Barton | 2016-04-28 | 1 | -58/+0 |
* | [PowerPC] Basic support for P9 byte comparison and count trailing zero insns | Nemanja Ivanovic | 2016-04-13 | 1 | -0/+18 |
* | [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu... | Chuang-Yu Cheng | 2016-04-06 | 1 | -0/+58 |
* | [Power9] Implement copy-paste, msgsync, slb, and stop instructions | Chuang-Yu Cheng | 2016-04-06 | 1 | -0/+31 |
* | [PowerPC] Basic support for P9 atomic loads and stores | Nemanja Ivanovic | 2016-03-31 | 1 | -0/+6 |
* | [PowerPC] Replace cntlz[.] with cntlzw[.] | Hal Finkel | 2015-10-28 | 1 | -10/+12 |
* | [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. | Bill Schmidt | 2015-05-22 | 1 | -0/+12 |
* | [PowerPC] Enable printing instructions using aliases | Hal Finkel | 2015-04-23 | 1 | -34/+34 |
* | Add LLVM support for remaining integer divide and permute instructions from I... | Nemanja Ivanovic | 2015-04-09 | 1 | -9/+27 |
* | [PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instruc... | Hal Finkel | 2015-03-28 | 1 | -0/+27 |
* | [PowerPC] Support the (old) cntlz instruction alias | Hal Finkel | 2015-02-10 | 1 | -0/+6 |
* | [PowerPC] Add support for the CMPB instruction | Hal Finkel | 2015-01-03 | 1 | -1/+3 |
* | Support move to/from segment register. | Joerg Sonnenberger | 2014-07-29 | 1 | -0/+14 |
* | [PowerPC] Generate little-endian object files | Ulrich Weigand | 2014-03-24 | 1 | -499/+717 |
* | [PowerPC] Support basic compare mnemonics | Ulrich Weigand | 2013-07-08 | 1 | -1/+19 |
* | [PowerPC] Add all trap mnemonics | Ulrich Weigand | 2013-07-04 | 1 | -1/+10 |
* | [PowerPC] Support lmw/stmw in the asm parser | Ulrich Weigand | 2013-07-03 | 1 | -1/+6 |
* | [PowerPC] Use mtocrf when available | Ulrich Weigand | 2013-07-03 | 1 | -4/+4 |
* | [PowerPC] Support mtspr/mfspr in the asm parser | Ulrich Weigand | 2013-07-03 | 1 | -2/+4 |
* | [PowerPC] Support all condition register logical instructions | Ulrich Weigand | 2013-07-01 | 1 | -6/+12 |
* | [PowerPC] Add rldcr/rldic instructions | Ulrich Weigand | 2013-06-25 | 1 | -4/+8 |
* | [PowerPC] Support generic conditional branches in asm parser | Ulrich Weigand | 2013-06-24 | 1 | -9/+29 |
* | [PowerPC] Support absolute branches | Ulrich Weigand | 2013-06-24 | 1 | -2/+6 |
* | [PowerPC] Support extended sc mnemonic | Ulrich Weigand | 2013-06-10 | 1 | -0/+2 |
* | Implement the PowerPC system call (sc) instruction. | Bill Schmidt | 2013-05-14 | 1 | -1/+2 |
* | [PowerPC] Add assembler parser | Ulrich Weigand | 2013-05-03 | 1 | -0/+480 |