| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix some subtle inline asm selection issues | Chris Lattner | 2007-05-15 | 1 | -9/+17 |
* | Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 | Chris Lattner | 2007-04-09 | 1 | -0/+3 |
* | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray | 2007-04-03 | 1 | -9/+171 |
* | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray | 2007-04-03 | 1 | -13/+13 |
* | The ELF ABI specifies F1-F8 registers as argument registers for double, not | Nicolas Geoffray | 2007-04-03 | 1 | -3/+3 |
* | implement the new addressing mode description hook. | Chris Lattner | 2007-03-30 | 1 | -1/+34 |
* | "The C standards do say that "char" may either be a "signed char" or "unsigned | Lauro Ramos Venancio | 2007-03-27 | 1 | -1/+1 |
* | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -12/+14 |
* | Stack and register alignment of call arguments in the ELF ABI | Nicolas Geoffray | 2007-03-13 | 1 | -6/+52 |
* | More flexible TargetLowering LSR hooks for testing whether an immediate is a ... | Evan Cheng | 2007-03-12 | 1 | -2/+3 |
* | Switch PPC return lower to use an autogenerated CC description. | Chris Lattner | 2007-03-06 | 1 | -40/+30 |
* | Implemented the frameaddress intrinsic for PPC. | Nicolas Geoffray | 2007-03-01 | 1 | -1/+23 |
* | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray | 2007-02-27 | 1 | -2/+3 |
* | always lower to RETFLAG, never leave it as just ret. | Chris Lattner | 2007-02-26 | 1 | -8/+7 |
* | no really, this is the right patch | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
* | always promote float varargs to double. | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
* | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner | 2007-02-25 | 1 | -52/+97 |
* | Simplify lowering and selection of exception ops. | Jim Laskey | 2007-02-22 | 1 | -34/+15 |
* | Support to provide exception and selector registers. | Jim Laskey | 2007-02-21 | 1 | -0/+28 |
* | Fix ixaddrs as well, allowing ppc64 to compile to: | Chris Lattner | 2007-02-17 | 1 | -17/+22 |
* | Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: | Chris Lattner | 2007-02-17 | 1 | -5/+9 |
* | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman | 2007-01-29 | 1 | -0/+4 |