| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the real calling convention for ppc32 Altivec: | Dale Johannesen | 2008-03-14 | 1 | -21/+118 |
| * | Do not promote float params to double in varargs | Dale Johannesen | 2008-03-12 | 1 | -6/+0 |
| * | One more bit of Altivec parameter passing. | Dale Johannesen | 2008-03-12 | 1 | -3/+5 |
| * | Implement Altivec passing to varargs functions on ppc. | Dale Johannesen | 2008-03-12 | 1 | -7/+72 |
| * | Generalize ExpandIntToFP to handle the case where the operand is legal | Dan Gohman | 2008-03-11 | 1 | -0/+4 |
| * | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -1/+0 |
| * | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -1/+7 |
| * | Add description of individual bits in CR. This fix PR1765. | Nicolas Geoffray | 2008-03-10 | 1 | -2/+2 |
| * | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen | 2008-03-10 | 1 | -7/+13 |
| * | Darwin PPC64 indirect call target goes in X12, not R12. This fixes these | Chris Lattner | 2008-03-09 | 1 | -2/+3 |
| * | More ppc32 byval handling (bug fixes). Things | Dale Johannesen | 2008-03-08 | 1 | -3/+23 |
| * | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 |
| * | Add support for calls with i128 return values on ppc64. | Dan Gohman | 2008-03-08 | 1 | -3/+13 |
| * | PPC64 passes arguments of integral type in i64 registers, not i32. Reflect this | Bill Wendling | 2008-03-07 | 1 | -26/+43 |
| * | Add support for lowering 128-bit shifts on ppc64. | Dan Gohman | 2008-03-07 | 1 | -44/+60 |
| * | Next bits of PPC byval handling. Basically functional | Dale Johannesen | 2008-03-07 | 1 | -7/+73 |
| * | Next bit of PPC ByVal handling; call-site code seems | Dale Johannesen | 2008-03-05 | 1 | -3/+11 |
| * | Move PPC lowering functions into PPCTargetLowering | Dale Johannesen | 2008-03-04 | 1 | -28/+82 |
| * | Interface of getByValTypeAlignment differed between | Dale Johannesen | 2008-02-28 | 1 | -0/+11 |
| * | Don't hard-code the mask size to be 32, which is incorrect on ppc64 | Dan Gohman | 2008-02-27 | 1 | -3/+5 |
| * | Convert the last remaining users of the non-APInt form of | Dan Gohman | 2008-02-27 | 1 | -11/+19 |
| * | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 1 | -1/+2 |
| * | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -3/+0 |
| * | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
| * | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 1 | -12/+5 |
| * | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -5/+4 |
| * | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 1 | -1/+1 |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -21/+27 |
| * | Unbreak ppc debug support. | Evan Cheng | 2008-02-02 | 1 | -0/+3 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -27/+21 |
| * | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 1 | -3/+3 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -21/+27 |
| * | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 1 | -2/+2 |
| * | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -3/+3 |
| * | The last pieces needed for loading arbitrary | Duncan Sands | 2008-01-23 | 1 | -2/+2 |
| * | Implement flt_rounds for PowerPC. | Dale Johannesen | 2008-01-18 | 1 | -0/+64 |
| * | get symbolic information for ppc ldbl nodes. | Chris Lattner | 2008-01-18 | 1 | -0/+5 |
| * | Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to: | Chris Lattner | 2008-01-18 | 1 | -0/+1 |
| * | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -4/+3 |
| * | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner | 2008-01-17 | 1 | -3/+4 |
| * | Output sinl for a long double FSIN node, not sin. | Duncan Sands | 2008-01-10 | 1 | -1/+3 |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -18/+18 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Fix unintented change from last commit | Nicolas Geoffray | 2007-12-21 | 1 | -3/+3 |
| * | Enable EH for linux/ppc32 targets | Nicolas Geoffray | 2007-12-21 | 1 | -11/+9 |
| * | implement __builtin_return_addr(0) on ppc. | Chris Lattner | 2007-12-08 | 1 | -4/+32 |
| * | Implement ExpandOperationResult for ppc i64 fp->int, which fixes | Chris Lattner | 2007-11-28 | 1 | -0/+9 |
| * | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -2/+7 |
| * | Disable a couple more things for ppcf128. | Dale Johannesen | 2007-10-23 | 1 | -2/+4 |
| * | Use ptr type in the immediate field of a BxA instruction so we don't end up s... | Evan Cheng | 2007-10-22 | 1 | -1/+2 |