| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | comment fixes | Chris Lattner | 2007-10-19 | 1 | -3/+3 |
| * | More ppcf128 issues (maybe the last)? | Dale Johannesen | 2007-10-19 | 1 | -0/+7 |
| * | Change LowerFP_TO_SINT to create the specific code it needs instead of | Chris Lattner | 2007-10-15 | 1 | -4/+11 |
| * | Fix type mismatch error in PPC Altivec (only causes | Dale Johannesen | 2007-10-14 | 1 | -2/+2 |
| * | Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC. | Dan Gohman | 2007-10-12 | 1 | -1/+4 |
| * | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 1 | -1/+3 |
| * | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -0/+62 |
| * | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in | Dan Gohman | 2007-10-08 | 1 | -0/+14 |
| * | Next powerpc long double bits. Comparisons work, | Dale Johannesen | 2007-10-06 | 1 | -0/+4 |
| * | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 1 | -1/+13 |
| * | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -3/+0 |
| * | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -5/+6 |
| * | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -5/+5 |
| * | Use i64 on a PPC64 machine | Bill Wendling | 2007-08-30 | 1 | -1/+1 |
| * | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner | 2007-08-25 | 1 | -12/+20 |
| * | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng | 2007-07-30 | 1 | -0/+11 |
| * | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -1/+4 |
| * | Assert when TLS is not implemented. | Lauro Ramos Venancio | 2007-07-11 | 1 | -0/+7 |
| * | Change getCopyToParts and getCopyFromParts to always use target-endian | Dan Gohman | 2007-07-09 | 1 | -2/+2 |
| * | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -4/+5 |
| * | describe an argument, hide it. | Chris Lattner | 2007-06-19 | 1 | -1/+3 |
| * | If a function is vararg, never pass inreg arguments in registers. Thanks to | Chris Lattner | 2007-06-19 | 1 | -1/+2 |
| * | Rename MVT::getVectorBaseType to MVT::getVectorElementType. | Dan Gohman | 2007-06-14 | 1 | -2/+2 |
| * | Apply this patch: | Dan Gohman | 2007-05-18 | 1 | -1/+1 |