Age | Commit message (Expand) | Author |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-02-05 | Remove a non-DebugLoc version of getNode. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen |
2009-01-15 | Const-qualify getPreIndexedAddressParts and friends. | Dan Gohman |
2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
2008-10-21 | Disable constant-offset folding for PowerPC, as the PowerPC target | Dan Gohman |
2008-09-24 | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng |
2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
2008-09-17 | Add trampoline support to PPC. GCC simply calls the "__trampoline_setup" | Bill Wendling |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-08-28 | Implement partial-word binary atomics on ppc. | Dale Johannesen |
2008-08-25 | Implement 32 & 64 bit versions of PPC atomic | Dale Johannesen |
2008-08-25 | Remove PPC-specific lowering for atomics; the | Dale Johannesen |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-12 | Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson! | Evan Cheng |
2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-04-30 | Tail call optimization improvements: | Arnold Schwaighofer |
2008-04-26 | A few inline asm cleanups: | Chris Lattner |
2008-04-19 | 64-bit atomic operations. | Evan Cheng |
2008-04-19 | PPC32 atomic operations. | Evan Cheng |
2008-03-19 | Add support for multiple return values for the PPC target by | Dan Gohman |
2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
2008-03-04 | Move PPC lowering functions into PPCTargetLowering | Dale Johannesen |
2008-02-28 | Interface of getByValTypeAlignment differed between | Dale Johannesen |
2008-02-13 | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman |
2008-02-13 | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman |
2008-01-30 | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-08 | implement __builtin_return_addr(0) on ppc. | Chris Lattner |
2007-11-28 | Implement ExpandOperationResult for ppc i64 fp->int, which fixes | Chris Lattner |
2007-10-10 | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen |
2007-08-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
2007-08-02 | More explicit keywords. | Dan Gohman |
2007-07-30 | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng |
2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
2007-04-03 | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray |
2007-03-30 | implement the new addressing mode description hook. | Chris Lattner |
2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |
2007-03-12 | More flexible TargetLowering LSR hooks for testing whether an immediate is a ... | Evan Cheng |
2007-03-01 | Implemented the frameaddress intrinsic for PPC. | Nicolas Geoffray |
2007-02-27 | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray |
2007-02-25 | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner |
2007-01-26 | Fix a spelling error | Nate Begeman |
2006-11-16 | This is a general clean up of the PowerPC ABI. Address several problems and | Jim Laskey |
2006-11-09 | Rename ISD::MemOpAddrMode to ISD::MemIndexedMode | Evan Cheng |
2006-11-08 | Refactor all the addressing mode selection stuff into the isel lowering | Chris Lattner |
2006-11-02 | Implement the getRegForInlineAsmConstraint method for PPC. With recent | Chris Lattner |