| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 1 | -1/+26 |
| * | A few inline asm cleanups: | Chris Lattner | 2008-04-26 | 1 | -1/+1 |
| * | 64-bit atomic operations. | Evan Cheng | 2008-04-19 | 1 | -5/+5 |
| * | PPC32 atomic operations. | Evan Cheng | 2008-04-19 | 1 | -1/+21 |
| * | Add support for multiple return values for the PPC target by | Dan Gohman | 2008-03-19 | 1 | -1/+1 |
| * | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -0/+3 |
| * | Move PPC lowering functions into PPCTargetLowering | Dale Johannesen | 2008-03-04 | 1 | -0/+38 |
| * | Interface of getByValTypeAlignment differed between | Dale Johannesen | 2008-02-28 | 1 | -0/+5 |
| * | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
| * | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -3/+3 |
| * | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 1 | -2/+2 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | implement __builtin_return_addr(0) on ppc. | Chris Lattner | 2007-12-08 | 1 | -0/+1 |
| * | Implement ExpandOperationResult for ppc i64 fp->int, which fixes | Chris Lattner | 2007-11-28 | 1 | -0/+2 |
| * | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -1/+22 |
| * | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner | 2007-08-25 | 1 | -2/+7 |
| * | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 |
| * | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng | 2007-07-30 | 1 | -0/+4 |
| * | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -0/+1 |
| * | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray | 2007-04-03 | 1 | -0/+6 |
| * | implement the new addressing mode description hook. | Chris Lattner | 2007-03-30 | 1 | -0/+4 |
| * | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -1/+1 |
| * | More flexible TargetLowering LSR hooks for testing whether an immediate is a ... | Evan Cheng | 2007-03-12 | 1 | -3/+7 |
| * | Implemented the frameaddress intrinsic for PPC. | Nicolas Geoffray | 2007-03-01 | 1 | -0/+2 |
| * | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray | 2007-02-27 | 1 | -1/+1 |
| * | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | Fix a spelling error | Nate Begeman | 2007-01-26 | 1 | -1/+1 |
| * | This is a general clean up of the PowerPC ABI. Address several problems and | Jim Laskey | 2006-11-16 | 1 | -0/+5 |
| * | Rename ISD::MemOpAddrMode to ISD::MemIndexedMode | Evan Cheng | 2006-11-09 | 1 | -1/+1 |
| * | Refactor all the addressing mode selection stuff into the isel lowering | Chris Lattner | 2006-11-08 | 1 | -1/+33 |
| * | Implement the getRegForInlineAsmConstraint method for PPC. With recent | Chris Lattner | 2006-11-02 | 1 | -4/+6 |
| * | Change the prototype for TargetLowering::isOperandValidForConstraint | Chris Lattner | 2006-10-31 | 1 | -1/+2 |
| * | For PR387: | Reid Spencer | 2006-08-28 | 1 | -0/+1 |
| * | Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps | Chris Lattner | 2006-07-10 | 1 | -1/+13 |
| * | Make PPC call lowering more aggressive, making the isel matching code simple | Chris Lattner | 2006-05-17 | 1 | -1/+9 |
| * | Instead of implementing LowerCallTo directly, let the default impl produce an | Chris Lattner | 2006-05-16 | 1 | -8/+0 |
| * | Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument | Chris Lattner | 2006-05-16 | 1 | -4/+0 |
| * | Implement an important entry from README_ALTIVEC: | Chris Lattner | 2006-04-18 | 1 | -1/+8 |
| * | Rename get_VSPLI_elt -> get_VSPLTI_elt | Chris Lattner | 2006-04-12 | 1 | -2/+2 |
| * | Change the interface to the predicate that determines if vsplti* can be used. | Chris Lattner | 2006-04-08 | 1 | -4/+5 |
| * | Match vpku[hw]um(x,x). | Chris Lattner | 2006-04-06 | 1 | -7/+3 |
| * | Add support for matching vmrg(x,x) patterns | Chris Lattner | 2006-04-06 | 1 | -2/+2 |
| * | Pattern match vmrg* instructions, which are now lowered by the CFE into shuff... | Chris Lattner | 2006-04-06 | 1 | -0/+8 |
| * | Support pattern matching vsldoi(x,y) and vsldoi(x,x), which allows the f.e. to | Chris Lattner | 2006-04-06 | 1 | -0/+8 |
| * | Compile the vpkuhum/vpkuwum intrinsics into vpkuhum/vpkuwum instead of into | Chris Lattner | 2006-04-06 | 1 | -0/+8 |
| * | Ask legalize to promote all vector shuffles to be v16i8 instead of having to | Chris Lattner | 2006-04-04 | 1 | -2/+2 |
| * | Inform the dag combiner that the predicate compares only return a low bit. | Chris Lattner | 2006-04-02 | 1 | -0/+5 |
| * | Lower vector compares to VCMP nodes, just like we lower vector comparison | Chris Lattner | 2006-03-31 | 1 | -0/+6 |
| * | Use normal lvx for scalar_to_vector instead of lve*x. They do the exact | Chris Lattner | 2006-03-28 | 1 | -8/+0 |
| * | Codegen vector predicate compares. | Chris Lattner | 2006-03-26 | 1 | -0/+11 |