| Age | Commit message (Expand) | Author |
| 2009-03-03 | Use early exit to reduce indentation. No functional change. | Bob Wilson |
| 2009-03-02 | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson |
| 2009-03-01 | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson |
| 2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
| 2009-02-25 | Remove all "cached" data from BuildVectorSDNode, preferring to retrieve | Scott Michel |
| 2009-02-22 | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel |
| 2009-02-17 | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel |
| 2009-02-13 | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen |
| 2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
| 2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
| 2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
| 2009-02-06 | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen |
| 2009-02-06 | Remove more non-DebugLoc versions of getNode. | Dale Johannesen |
| 2009-02-06 | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen |
| 2009-02-06 | Get rid of one more non-DebugLoc getNode and | Dale Johannesen |
| 2009-02-05 | Remove a non-DebugLoc version of getNode. | Dale Johannesen |
| 2009-02-05 | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen |
| 2009-02-04 | Remove some more non-DebugLoc versions of construction | Dale Johannesen |
| 2009-02-04 | Remove a few non-DebugLoc versions of node creation | Dale Johannesen |
| 2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
| 2009-01-16 | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng |
| 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 | There are no longer any places that require a | Duncan Sands |
| 2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
| 2008-11-24 | If the type legalizer actually legalized anything | Duncan Sands |
| 2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |
| 2008-11-07 | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen |
| 2008-10-30 | Shift amounts should have type getShiftAmountTy | Duncan Sands |
| 2008-10-28 | Fix darwin ppc llvm-gcc build breakage: intercept | Duncan Sands |
| 2008-10-21 | Disable constant-offset folding for PowerPC, as the PowerPC target | Dan Gohman |
| 2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
| 2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
| 2008-09-26 | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman |
| 2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
| 2008-09-24 | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng |
| 2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
| 2008-09-22 | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen |
| 2008-09-17 | Add trampoline support to PPC. GCC simply calls the "__trampoline_setup" | Bill Wendling |
| 2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
| 2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
| 2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
| 2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-09-11 | Succumb utterly to compatibility and implement | Dale Johannesen |
| 2008-09-04 | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen |
| 2008-09-02 | Fix some bugs in the code sequences for atomics. | Dale Johannesen |
| 2008-08-31 | fix a bunch of 80-col violations | Gabor Greif |