| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen | 2009-02-05 | 1 | -20/+22 |
* | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -6/+9 |
* | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -65/+80 |
* | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen | 2009-02-04 | 1 | -51/+54 |
* | Remove some more non-DebugLoc versions of construction | Dale Johannesen | 2009-02-04 | 1 | -14/+16 |
* | Remove a few non-DebugLoc versions of node creation | Dale Johannesen | 2009-02-04 | 1 | -5/+6 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -1/+2 |
* | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng | 2009-01-16 | 1 | -4/+1 |
* | Const-qualify getPreIndexedAddressParts and friends. | Dan Gohman | 2009-01-15 | 1 | -5/+6 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 |
* | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -5/+5 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -69/+65 |
* | If the type legalizer actually legalized anything | Duncan Sands | 2008-11-24 | 1 | -2/+2 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -1/+1 |
* | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen | 2008-11-07 | 1 | -0/+14 |
* | Shift amounts should have type getShiftAmountTy | Duncan Sands | 2008-10-30 | 1 | -9/+9 |
* | Fix darwin ppc llvm-gcc build breakage: intercept | Duncan Sands | 2008-10-28 | 1 | -5/+7 |
* | Disable constant-offset folding for PowerPC, as the PowerPC target | Dan Gohman | 2008-10-21 | 1 | -0/+6 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -2/+2 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -7/+5 |
* | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 1 | -1/+1 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -1/+1 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -2/+5 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -1/+0 |
* | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -10/+0 |
* | Add trampoline support to PPC. GCC simply calls the "__trampoline_setup" | Bill Wendling | 2008-09-17 | 1 | -7/+49 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -8/+7 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -7/+8 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -33/+30 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -41/+43 |
* | Succumb utterly to compatibility and implement | Dale Johannesen | 2008-09-11 | 1 | -4/+4 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+15 |
* | Fix some bugs in the code sequences for atomics. | Dale Johannesen | 2008-09-02 | 1 | -10/+10 |
* | fix a bunch of 80-col violations | Gabor Greif | 2008-08-31 | 1 | -3/+6 |
* | Expand for ROTR with MVT::i64. | Bill Wendling | 2008-08-31 | 1 | -0/+1 |
* | Add ppc partial-word ATOMIC_CMP_SWAP. | Dale Johannesen | 2008-08-30 | 1 | -4/+143 |
* | Add partial word version of ATOMIC_SWAP. | Dale Johannesen | 2008-08-29 | 1 | -50/+29 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -72/+72 |
* | In lowering SELECT_CC, removed cases where we can't flip the true and false w... | Mon P Wang | 2008-08-28 | 1 | -8/+0 |
* | Implement partial-word binary atomics on ppc. | Dale Johannesen | 2008-08-28 | 1 | -0/+150 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
* | Implement 32 & 64 bit versions of PPC atomic | Dale Johannesen | 2008-08-25 | 1 | -47/+78 |
* | Remove PPC-specific lowering for atomics; the | Dale Johannesen | 2008-08-25 | 1 | -63/+0 |
* | It's important for the cmp-and-swap to balance | Dale Johannesen | 2008-08-25 | 1 | -13/+31 |
* | Implement __sync_synchronize on ppc32. Patch by Gary Benson. | Dale Johannesen | 2008-08-22 | 1 | -3/+0 |
* | Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap | Dale Johannesen | 2008-08-22 | 1 | -5/+5 |
* | Implement ISD::TRAP support on PPC | Nate Begeman | 2008-08-11 | 1 | -1/+4 |
* | Add a flag to disable jump table generation (all | Dale Johannesen | 2008-07-31 | 1 | -1/+1 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -373/+373 |
* | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman | 2008-07-27 | 1 | -6/+6 |