Age | Commit message (Expand) | Author |
2013-03-26 | PowerPC: Mark patterns as isCodeGenOnly. | Ulrich Weigand |
2013-03-26 | PowerPC: Simplify FADD in round-to-zero mode. | Ulrich Weigand |
2013-03-26 | PowerPC: Use CCBITRC operand for ISEL patterns. | Ulrich Weigand |
2013-03-21 | Implement builtin_{setjmp/longjmp} on PPC | Hal Finkel |
2012-11-13 | Fix wrong PowerPC instruction encodings due to | Ulrich Weigand |
2012-11-13 | Fix instruction encoding for "bd(n)z" on PowerPC, | Ulrich Weigand |
2012-11-13 | Fix instruction encoding for "isel" on PowerPC, | Ulrich Weigand |
2012-06-08 | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel |
2012-03-31 | Fix dynamic linking on PPC64. | Hal Finkel |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2010-11-15 | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner |
2010-11-15 | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner |
2010-04-05 | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen |
2008-08-22 | Implement __sync_synchronize on ppc32. Patch by Gary Benson. | Dale Johannesen |
2008-08-11 | Implement ISD::TRAP support on PPC | Nate Begeman |
2008-01-07 | no need to explicitly clear these fields. | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-10-10 | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen |
2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
2007-02-25 | Add XLForm_1_ext template, patch by Nicolas Geoffray. | Chris Lattner |
2006-12-06 | fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. | Chris Lattner |
2006-12-06 | fix the jit encoding of sradi, simplify the MDForm1 description. | Chris Lattner |
2006-11-18 | Rewrite the branch selector to be correct in the face of large functions. | Chris Lattner |
2006-11-17 | add encoding for BCC, after finally wrestling strange ppc/tblgen endianness | Chris Lattner |
2006-11-15 | Stop using isTwoAddress, switching to operand constraints instead. | Chris Lattner |
2006-11-10 | implement preinc support for r+i loads on ppc64 | Chris Lattner |
2006-11-10 | dform 8/9 are identical to dform 1 | Chris Lattner |
2006-11-07 | fix encoding of BLR | Chris Lattner |
2006-11-04 | encode BLR predicate info for the JIT | Chris Lattner |
2006-07-13 | Another fix in the rotate encodings, needed when the first two operands are not | Chris Lattner |
2006-07-12 | Fix encoding of rotates, such as rldicl | Chris Lattner |
2006-06-27 | Add a pattern for i64 sra. Print 8-byte units with a space between the .quad | Chris Lattner |
2006-06-20 | Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file | Chris Lattner |
2006-06-20 | remove unused flag | Chris Lattner |
2006-06-06 | Add PowerPC intrinsics to support dcbz[l] | Chris Lattner |
2006-04-05 | Add all of the data stream intrinsics and instructions. woo | Chris Lattner |
2006-04-05 | Add m[tf]vscr instructions. | Chris Lattner |
2006-03-27 | Fix the JIT encoding of VSEL | Chris Lattner |
2006-03-27 | Fix the JIT encoding of VSPLTI* | Chris Lattner |
2006-03-26 | Add all of the altivec comparison instructions. Add patterns for the | Chris Lattner |
2006-03-26 | implement the vsldoi intrinsic. | Chris Lattner |
2006-03-22 | Fix the JIT encoding of the VAForm_1 instructions, including vmaddfp | Chris Lattner |
2006-03-13 | Mark instructions that are cracked by the PPC970 decoder as such. | Chris Lattner |
2006-03-12 | Several big changes: | Chris Lattner |
2006-01-27 | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner |
2005-12-20 | Pattern-match return. Includes gross hack! | Nate Begeman |
2005-12-14 | Add support for fmul node of type v4f32. | Nate Begeman |
2005-12-09 | Add support patterns to many load and store instructions which will | Nate Begeman |
2005-12-04 | Define BR in the .td file now that Evan made tblgen smarter. | Chris Lattner |
2005-11-29 | Represent the encoding of the SPR instructions as they actually are, so | Nate Begeman |