| Age | Commit message (Expand) | Author |
| 2007-10-15 | Change LowerFP_TO_SINT to create the specific code it needs instead of | Chris Lattner |
| 2007-10-14 | Fix type mismatch error in PPC Altivec (only causes | Dale Johannesen |
| 2007-10-12 | Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC. | Dan Gohman |
| 2007-10-11 | Set ISD::FPOW to Expand. | Dan Gohman |
| 2007-10-10 | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen |
| 2007-10-08 | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in | Dan Gohman |
| 2007-10-06 | Next powerpc long double bits. Comparisons work, | Dale Johannesen |
| 2007-10-05 | First round of ppc long double. call/return and | Dale Johannesen |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
| 2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
| 2007-08-30 | Use i64 on a PPC64 machine | Bill Wendling |
| 2007-08-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
| 2007-07-30 | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng |
| 2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
| 2007-07-11 | Assert when TLS is not implemented. | Lauro Ramos Venancio |
| 2007-07-09 | Change getCopyToParts and getCopyFromParts to always use target-endian | Dan Gohman |
| 2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
| 2007-06-19 | describe an argument, hide it. | Chris Lattner |
| 2007-06-19 | If a function is vararg, never pass inreg arguments in registers. Thanks to | Chris Lattner |
| 2007-06-14 | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman |
| 2007-05-18 | Apply this patch: | Dan Gohman |
| 2007-05-15 | fix some subtle inline asm selection issues | Chris Lattner |
| 2007-04-09 | Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 | Chris Lattner |
| 2007-04-03 | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray |
| 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-30 | implement the new addressing mode description hook. | Chris Lattner |
| 2007-03-27 | "The C standards do say that "char" may either be a "signed char" or "unsigned | Lauro Ramos Venancio |
| 2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |
| 2007-03-13 | Stack and register alignment of call arguments in the ELF ABI | Nicolas Geoffray |
| 2007-03-12 | More flexible TargetLowering LSR hooks for testing whether an immediate is a ... | Evan Cheng |
| 2007-03-06 | Switch PPC return lower to use an autogenerated CC description. | Chris Lattner |
| 2007-03-01 | Implemented the frameaddress intrinsic for PPC. | Nicolas Geoffray |
| 2007-02-27 | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray |
| 2007-02-26 | always lower to RETFLAG, never leave it as just ret. | Chris Lattner |
| 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 |