| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PowerPC] Support "eieio" instruction | Ulrich Weigand | 2013-07-01 | 1 | -0/+6 |
| * | [PowerPC] Add variants of "sync" instruction | Ulrich Weigand | 2013-07-01 | 1 | -1/+4 |
| * | [PowerPC] Support generic conditional branches in asm parser | Ulrich Weigand | 2013-06-24 | 1 | -0/+14 |
| * | Implement the PowerPC system call (sc) instruction. | Bill Schmidt | 2013-05-14 | 1 | -0/+13 |
| * | [PowerPC] Add some Book II instructions to AsmParser | Ulrich Weigand | 2013-05-03 | 1 | -0/+6 |
| * | PowerPC: Fix encoding of rldimi and rldcl instructions | Ulrich Weigand | 2013-04-26 | 1 | -0/+19 |
| * | Add a comment about the PPC Interpretation64Bit bit | Hal Finkel | 2013-04-12 | 1 | -0/+5 |
| * | Add PPC instruction record forms and associated query functions | Hal Finkel | 2013-04-12 | 1 | -1/+14 |
| * | Generate PPC early conditional returns | Hal Finkel | 2013-04-08 | 1 | -3/+3 |
| * | PowerPC: Mark patterns as isCodeGenOnly. | Ulrich Weigand | 2013-03-26 | 1 | -0/+1 |
| * | PowerPC: Simplify FADD in round-to-zero mode. | Ulrich Weigand | 2013-03-26 | 1 | -2/+1 |
| * | PowerPC: Use CCBITRC operand for ISEL patterns. | Ulrich Weigand | 2013-03-26 | 1 | -4/+2 |
| * | Implement builtin_{setjmp/longjmp} on PPC | Hal Finkel | 2013-03-21 | 1 | -0/+12 |
| * | Fix wrong PowerPC instruction encodings due to | Ulrich Weigand | 2012-11-13 | 1 | -4/+4 |
| * | Fix instruction encoding for "bd(n)z" on PowerPC, | Ulrich Weigand | 2012-11-13 | 1 | -6/+7 |
| * | Fix instruction encoding for "isel" on PowerPC, | Ulrich Weigand | 2012-11-13 | 1 | -0/+20 |
| * | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel | 2012-06-08 | 1 | -0/+6 |
| * | Fix dynamic linking on PPC64. | Hal Finkel | 2012-03-31 | 1 | -0/+59 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -2/+2 |
| * | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner | 2010-11-15 | 1 | -2/+15 |
| * | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner | 2010-11-15 | 1 | -4/+18 |
| * | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen | 2010-04-05 | 1 | -3/+8 |
| * | Implement __sync_synchronize on ppc32. Patch by Gary Benson. | Dale Johannesen | 2008-08-22 | 1 | -0/+11 |
| * | Implement ISD::TRAP support on PPC | Nate Begeman | 2008-08-11 | 1 | -0/+11 |
| * | no need to explicitly clear these fields. | Chris Lattner | 2008-01-07 | 1 | -1/+0 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -0/+49 |
| * | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -130/+135 |
| * | Add XLForm_1_ext template, patch by Nicolas Geoffray. | Chris Lattner | 2007-02-25 | 1 | -14/+24 |
| * | fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
| * | fix the jit encoding of sradi, simplify the MDForm1 description. | Chris Lattner | 2006-12-06 | 1 | -5/+5 |
| * | Rewrite the branch selector to be correct in the face of large functions. | Chris Lattner | 2006-11-18 | 1 | -16/+2 |
| * | add encoding for BCC, after finally wrestling strange ppc/tblgen endianness | Chris Lattner | 2006-11-17 | 1 | -0/+18 |
| * | Stop using isTwoAddress, switching to operand constraints instead. | Chris Lattner | 2006-11-15 | 1 | -5/+0 |
| * | implement preinc support for r+i loads on ppc64 | Chris Lattner | 2006-11-10 | 1 | -4/+0 |
| * | dform 8/9 are identical to dform 1 | Chris Lattner | 2006-11-10 | 1 | -9/+0 |
| * | fix encoding of BLR | Chris Lattner | 2006-11-07 | 1 | -2/+2 |
| * | encode BLR predicate info for the JIT | Chris Lattner | 2006-11-04 | 1 | -0/+13 |
| * | Another fix in the rotate encodings, needed when the first two operands are not | Chris Lattner | 2006-07-13 | 1 | -1/+1 |
| * | Fix encoding of rotates, such as rldicl | Chris Lattner | 2006-07-12 | 1 | -3/+3 |
| * | Add a pattern for i64 sra. Print 8-byte units with a space between the .quad | Chris Lattner | 2006-06-27 | 1 | -1/+2 |
| * | Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file | Chris Lattner | 2006-06-20 | 1 | -1/+0 |
| * | remove unused flag | Chris Lattner | 2006-06-20 | 1 | -1/+0 |
| * | Add PowerPC intrinsics to support dcbz[l] | Chris Lattner | 2006-06-06 | 1 | -0/+17 |
| * | Add all of the data stream intrinsics and instructions. woo | Chris Lattner | 2006-04-05 | 1 | -0/+22 |
| * | Add m[tf]vscr instructions. | Chris Lattner | 2006-04-05 | 1 | -0/+27 |
| * | Fix the JIT encoding of VSEL | Chris Lattner | 2006-03-27 | 1 | -0/+20 |
| * | Fix the JIT encoding of VSPLTI* | Chris Lattner | 2006-03-27 | 1 | -0/+15 |
| * | Add all of the altivec comparison instructions. Add patterns for the | Chris Lattner | 2006-03-26 | 1 | -2/+3 |
| * | implement the vsldoi intrinsic. | Chris Lattner | 2006-03-26 | 1 | -0/+18 |