aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
AgeCommit message (Expand)Author
2007-10-15Change LowerFP_TO_SINT to create the specific code it needs instead of Chris Lattner
2007-10-14Fix type mismatch error in PPC Altivec (only causesDale Johannesen
2007-10-12Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC.Dan Gohman
2007-10-11Set ISD::FPOW to Expand.Dan Gohman
2007-10-10Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen
2007-10-08When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM inDan Gohman
2007-10-06Next powerpc long double bits. Comparisons work,Dale Johannesen
2007-10-05First round of ppc long double. call/return andDale Johannesen
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-08-31Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen
2007-08-30Use i64 on a PPC64 machineBill Wendling
2007-08-25rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner
2007-07-30Vector fneg must be expanded into fsub -0.0, X.Evan Cheng
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-11Assert when TLS is not implemented.Lauro Ramos Venancio
2007-07-09Change getCopyToParts and getCopyFromParts to always use target-endianDan Gohman
2007-06-22Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman
2007-06-19describe an argument, hide it.Chris Lattner
2007-06-19If a function is vararg, never pass inreg arguments in registers. Thanks toChris Lattner
2007-06-14Rename MVT::getVectorBaseType to MVT::getVectorElementType.Dan Gohman
2007-05-18Apply this patch:Dan Gohman
2007-05-15fix some subtle inline asm selection issuesChris Lattner
2007-04-09Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2Chris Lattner
2007-04-03Starting implementation of the ELF32 ABI specification of varargs handling.Nicolas Geoffray
2007-04-03The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray
2007-04-03The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray
2007-03-30implement 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 "unsignedLauro Ramos Venancio
2007-03-25switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner
2007-03-13Stack and register alignment of call arguments in the ELF ABINicolas Geoffray
2007-03-12More flexible TargetLowering LSR hooks for testing whether an immediate is a ...Evan Cheng
2007-03-06Switch PPC return lower to use an autogenerated CC description.Chris Lattner
2007-03-01Implemented the frameaddress intrinsic for PPC.Nicolas Geoffray
2007-02-27Differentiate between the MachO and the ELF ABI the CALL instruction.Nicolas Geoffray
2007-02-26always lower to RETFLAG, never leave it as just ret.Chris Lattner
2007-02-25no really, this is the right patchChris Lattner
2007-02-25always promote float varargs to double.Chris Lattner
2007-02-25implement support for the linux/ppc function call ABI. Patch byChris Lattner
2007-02-22Simplify lowering and selection of exception ops.Jim Laskey
2007-02-21Support to provide exception and selector registers.Jim Laskey
2007-02-17Fix ixaddrs as well, allowing ppc64 to compile to:Chris Lattner
2007-02-17Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:Chris Lattner
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2007-01-28Propagate changes from my local tree. This patch includes:Anton Korobeynikov
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-05setSetCCIsExpensive is gone.Evan Cheng
2006-12-15Provide support for FP_TO_UINT.Jim Laskey
2006-12-11Another step forward in PPC64 JIT support: we now no-longer need stubsChris Lattner
2006-12-11Missing opcode.Jim Laskey