| Age | Commit message (Expand) | Author |
| 2007-02-25 | no really, this is the right patch | Chris Lattner |
| 2007-02-25 | always promote float varargs to double. | Chris Lattner |
| 2007-02-25 | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner |
| 2007-02-22 | Simplify lowering and selection of exception ops. | Jim Laskey |
| 2007-02-21 | Support to provide exception and selector registers. | Jim Laskey |
| 2007-02-17 | Fix ixaddrs as well, allowing ppc64 to compile to: | Chris Lattner |
| 2007-02-17 | Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: | Chris Lattner |
| 2007-01-29 | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman |
| 2007-01-28 | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov |
| 2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey |
| 2007-01-05 | setSetCCIsExpensive is gone. | Evan Cheng |
| 2006-12-15 | Provide support for FP_TO_UINT. | Jim Laskey |
| 2006-12-11 | Another step forward in PPC64 JIT support: we now no-longer need stubs | Chris Lattner |
| 2006-12-11 | Missing opcode. | Jim Laskey |
| 2006-12-10 | Cleaned setjmp/longjmp lowering interfaces. Now we're producing right | Anton Korobeynikov |
| 2006-12-07 | Fix i64 uint_to_fp on ppc64 | Chris Lattner |
| 2006-12-04 | Restoration of the stack pointer after a deallocation of a alloca was not | Jim Laskey |
| 2006-12-01 | 1. In ppc64 mode we need only use one GPR. | Jim Laskey |
| 2006-12-01 | Fix the CodeGen/PowerPC/vec_constants.ll regression. | Chris Lattner |
| 2006-11-29 | Fix bug codegen'ing FP constant vectors with integer splats. Make sure the | Chris Lattner |
| 2006-11-29 | Offset for load of 32-bit arg in 64-bit world was incorrect. | Jim Laskey |
| 2006-11-28 | Remove debug code. | Jim Laskey |
| 2006-11-28 | 32-bit int space was not accounted for properly in lowerCall. | Jim Laskey |
| 2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng |
| 2006-11-18 | on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. | Chris Lattner |
| 2006-11-17 | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner |
| 2006-11-17 | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner |
| 2006-11-17 | start using PPC predicates more consistently. | Chris Lattner |
| 2006-11-16 | This is a general clean up of the PowerPC ABI. Address several problems and | Jim Laskey |
| 2006-11-15 | fix ldu/stu jit encoding. Swith 64-bit preinc load instrs to use memri | Chris Lattner |
| 2006-11-14 | lower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)), 5)' instead of | Chris Lattner |
| 2006-11-14 | minor tweaks, reject vector preinc. | Chris Lattner |
| 2006-11-11 | ppc64 doesn't have lwau, don't attempt to form it. | Chris Lattner |
| 2006-11-10 | implement preinc support for r+i loads on ppc64 | Chris Lattner |
| 2006-11-10 | add an initial cut at preinc loads for ppc32. This is broken for ppc64 | Chris Lattner |
| 2006-11-09 | PPC supports i32 / i64 pre-inc load / store. | Evan Cheng |
| 2006-11-09 | Rename ISD::MemOpAddrMode to ISD::MemIndexedMode | Evan Cheng |
| 2006-11-08 | Refactor all the addressing mode selection stuff into the isel lowering | Chris Lattner |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-11-02 | Implement the getRegForInlineAsmConstraint method for PPC. With recent | Chris Lattner |
| 2006-10-31 | Change the prototype for TargetLowering::isOperandValidForConstraint | Chris Lattner |
| 2006-10-30 | All targets expand BR_JT for now. | Evan Cheng |
| 2006-10-18 | set the ppc64 stack pointer right, dynamic alloca now works for ppc64 | Chris Lattner |
| 2006-10-18 | Expand alloca for 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-10-05 | Make use of getStore(). | Evan Cheng |
| 2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
| 2006-09-20 | Legalize is no longer limited to cleverness with just constant shift amounts. | Chris Lattner |
| 2006-09-19 | Fold the PPCISD shifts when presented with 0 inputs. This occurs for code | Chris Lattner |