| Commit message (Expand) | Author | Age | Files | Lines |
* | [Power9] Added support for the modsw, moduw, modsd, modud hardware instructions. | Tony Jiang | 2017-06-12 | 2 | -0/+24 |
* | [PPC] Change the register constraint of the first source operand of instructi... | Guozhi Wei | 2017-05-11 | 1 | -0/+4 |
* | [PowerPC][Altivec] Add mfvrd and mffprd extended mnemonic | Nemanja Ivanovic | 2017-03-15 | 1 | -2/+2 |
* | Add some Book-E instructions to the asm parser and printer. | Justin Hibbits | 2017-01-29 | 1 | -0/+9 |
* | [PowerPC] Implement missing ISA 2.06 instructions. | Tony Jiang | 2017-01-05 | 1 | -0/+18 |
* | [PPC] add absolute difference altivec instructions and matching intrinsics | Nemanja Ivanovic | 2016-10-31 | 1 | -0/+9 |
* | [PowerPC] Add asm parser/disassembler support for hrfid,nap,slbmfev | Hal Finkel | 2016-09-02 | 1 | -0/+9 |
* | [PowerPC] Add support for the extended dcbf form and mnemonics | Hal Finkel | 2016-09-02 | 1 | -0/+6 |
* | This reverts commit r265505. | Kit Barton | 2016-04-28 | 1 | -44/+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/+44 |
* | [Power9] Implement copy-paste, msgsync, slb, and stop instructions | Chuang-Yu Cheng | 2016-04-06 | 1 | -0/+21 |
* | [PPC] basic support for Power 9 direct move instructions | Ehsan Amiri | 2016-03-31 | 1 | -0/+9 |
* | [PowerPC] Basic support for P9 atomic loads and stores | Nemanja Ivanovic | 2016-03-31 | 2 | -0/+19 |
* | [Power9] Implement new altivec instructions: bcd* series | Chuang-Yu Cheng | 2016-03-28 | 1 | -0/+39 |
* | [Power9] Implement new vsx instructions: insert, extract, test data class, mi... | Chuang-Yu Cheng | 2016-03-28 | 1 | -0/+93 |
* | [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic | Chuang-Yu Cheng | 2016-03-28 | 1 | -0/+66 |
* | [Power9] Implement new altivec instructions: permute, count zero, extend sign... | Chuang-Yu Cheng | 2016-03-26 | 1 | -0/+85 |
* | [Power9] Implement new vsx instructions: load, store instructions for vector ... | Kit Barton | 2016-03-08 | 1 | -0/+75 |
* | [Power9] Implement new vector compare, extract, insert instructions | Kit Barton | 2016-03-01 | 1 | -0/+80 |
* | Power9] Implement new vsx instructions: compare and conversion | Kit Barton | 2016-02-26 | 1 | -0/+86 |
* | [PowerPC] Replace cntlz[.] with cntlzw[.] | Hal Finkel | 2015-10-28 | 2 | -4/+4 |
* | Scalar to vector conversions using direct moves | Nemanja Ivanovic | 2015-08-13 | 1 | -0/+12 |
* | [PPC] Disassemble little endian ppc instructions in the right byte order | Benjamin Kramer | 2015-07-15 | 1 | -0/+664 |
* | [PPC] Implement vmrgew and vmrgow instructions | Kit Barton | 2015-06-25 | 1 | -0/+6 |
* | LLVM support for vector quad bit permute and gather instructions through buil... | Nemanja Ivanovic | 2015-06-11 | 1 | -0/+6 |
* | Add support for VSX FMA single-precision instructions to the PPC back end | Nemanja Ivanovic | 2015-05-29 | 1 | -0/+24 |
* | This patch adds support for the vector quadword add/sub instructions introduced | Kit Barton | 2015-05-25 | 1 | -0/+24 |
* | [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. | Bill Schmidt | 2015-05-22 | 1 | -0/+9 |
* | Add support for VSX scalar single-precision arithmetic in the PPC target | Nemanja Ivanovic | 2015-05-21 | 1 | -0/+21 |
* | [PPC64] Add vector pack/unpack support from ISA 2.07 | Bill Schmidt | 2015-05-16 | 1 | -0/+19 |
* | Add VSX Scalar loads and stores to the PPC back end | Nemanja Ivanovic | 2015-05-07 | 1 | -0/+15 |
* | [PowerPC] Use sync inst alias when printing | Hal Finkel | 2015-04-23 | 1 | -2/+2 |
* | [PowerPC] Add asm/disasm support for dcbt with hint | Hal Finkel | 2015-04-23 | 2 | -0/+26 |
* | [PowerPC] Enable printing instructions using aliases | Hal Finkel | 2015-04-23 | 8 | -493/+475 |
* | Add direct moves to/from VSR and exploit them for FP/INT conversions | Nemanja Ivanovic | 2015-04-11 | 1 | -0/+14 |
* | Add LLVM support for remaining integer divide and permute instructions from I... | Nemanja Ivanovic | 2015-04-09 | 1 | -0/+27 |
* | Add support for part-word atomics for PPC | Nemanja Ivanovic | 2015-03-10 | 1 | -2/+20 |
* | Add LLVM support for PPC cryptography builtins | Nemanja Ivanovic | 2015-03-04 | 1 | -0/+36 |
* | Add the following 64-bit vector integer arithmetic instructions added in POWER8: | Kit Barton | 2015-03-03 | 1 | -0/+60 |
* | [PowerPC] Add support for the QPX vector instruction set | Hal Finkel | 2015-02-25 | 1 | -0/+383 |
* | This patch adds the VSX logical instructions introduced in the Power ISA 2.07... | Kit Barton | 2015-02-18 | 1 | -0/+9 |
* | This change implements the following three logical vector operations: | Kit Barton | 2015-02-09 | 1 | -0/+9 |
* | [PowerPC] Implement the vclz instructions for PWR8 | Bill Schmidt | 2015-02-05 | 1 | -0/+12 |
* | [PowerPC] Implement the vpopcnt instructions for POWER8 | Bill Schmidt | 2015-02-03 | 1 | -0/+12 |
* | [PowerPC] Add assembler support for mcrfs and friends | Hal Finkel | 2015-01-15 | 1 | -0/+18 |
* | [PowerPC] Add support for the CMPB instruction | Hal Finkel | 2015-01-03 | 1 | -0/+3 |
* | [PowerPC] Add asm support for cache-inhibited ld/st instructions | Hal Finkel | 2014-11-30 | 1 | -0/+17 |
* | [PowerPC] Add the 'attn' instruction | Hal Finkel | 2014-11-25 | 1 | -0/+4 |
* | [PowerPC] Add support for dcbtst and icbt (prefetch) | Hal Finkel | 2014-08-23 | 1 | -0/+3 |