| Age | Commit message (Expand) | Author |
| 2007-09-11 | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng |
| 2007-09-04 | Fix for PR1613: added 64-bit rotate left PPC instructions and patterns. | Evan Cheng |
| 2007-08-01 | Some out operands were incorrectly specified as input operands. | Evan Cheng |
| 2007-07-21 | No more noResults. | Evan Cheng |
| 2007-07-20 | Oops. These stores actually produce results. | Evan Cheng |
| 2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
| 2007-05-17 | add support for 128-bit add/sub on ppc64 | Chris Lattner |
| 2007-04-03 | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray |
| 2007-04-03 | The ELF ABI specifies F1-F8 registers as argument registers for double, not | Nicolas Geoffray |
| 2007-03-25 | Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll | Chris Lattner |
| 2007-02-27 | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray |
| 2007-02-25 | one important bugfix: PPC32 didn't have both elf and macho support for | Chris Lattner |
| 2007-02-25 | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner |
| 2006-12-15 | Patterns no longer needed due to fix in the DAG combiner. | Jim Laskey |
| 2006-12-15 | Not all test cases are created equal. This fix is needed. | Jim Laskey |
| 2006-12-15 | Not needed. Misinterpreted error message from other bug (Missing load/store | Jim Laskey |
| 2006-12-15 | Provide 64-bit support for i64 sextload<i8>. | Jim Laskey |
| 2006-12-12 | Reduce number of instructions to load 64-bit constants. | Jim Laskey |
| 2006-12-06 | implement sextinreg i8->i64 and i16->i64 | Chris Lattner |
| 2006-11-16 | This is a general clean up of the PowerPC ABI. Address several problems and | Jim Laskey |
| 2006-11-16 | fix a regression that I introduced. stdu should scale the offset by 4 | Chris Lattner |
| 2006-11-16 | add ppc64 r+i stores with update. | Chris Lattner |
| 2006-11-15 | Stop using isTwoAddress, switching to operand constraints instead. | Chris Lattner |
| 2006-11-15 | fix ldu/stu jit encoding. Swith 64-bit preinc load instrs to use memri | Chris Lattner |
| 2006-11-15 | Fix the PPC regressions last night | Chris Lattner |
| 2006-11-14 | Rework PPC64 calls. Now we have a LR8/CTR8 register which the PPC64 calls | Chris Lattner |
| 2006-11-11 | implement proper PPC64 prolog/epilog codegen. | Chris Lattner |
| 2006-11-11 | Mark operands as symbol lo instead of imm32 so that they print lo(x) around | Chris Lattner |
| 2006-11-10 | implement preinc support for r+i loads on ppc64 | Chris Lattner |
| 2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
| 2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |
| 2006-09-28 | Shift amounts are always 32-bits, even in 64-bit mode. This fixes | Chris Lattner |
| 2006-07-18 | Make the implicit def instructions look like other instrs. | Chris Lattner |
| 2006-07-14 | Add missing PPC64 extload/truncstores | Chris Lattner |
| 2006-06-27 | Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :) | 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-27 | Add 64-bit MTCTR so that indirect calls work. | Chris Lattner |
| 2006-06-27 | Fix an incorrect store pattern. This fixes em3d. | Chris Lattner |
| 2006-06-27 | Implement 64-bit undef, sub, shl/shr, srem/urem | Chris Lattner |
| 2006-06-27 | Add zextload from i32 -> i64, with this, perimeter works. | Chris Lattner |
| 2006-06-26 | Rearrange compares, add ADDI8, add sext from 32-to-64 bit register | Chris Lattner |
| 2006-06-20 | Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file | Chris Lattner |
| 2006-06-20 | add some logical ops | Chris Lattner |
| 2006-06-20 | Add some more immediate patterns. This allows us to compile: | Chris Lattner |
| 2006-06-20 | Instead of li/xoris use li/oris. Note that this doesn't work if bit 15 is | Chris Lattner |
| 2006-06-20 | Add some 64-bit logical ops. | Chris Lattner |
| 2006-06-20 | Add some patterns for globals, so we can now compile this: | Chris Lattner |
| 2006-06-20 | Add some patterns for ppc64 | Chris Lattner |
| 2006-06-16 | Upgrade some load/store instructions to use the proper addressing mode stuff. | Chris Lattner |
| 2006-06-16 | fix some assumptions that pointers can only be 32-bits. With this, we can | Chris Lattner |