| Age | Commit message (Expand) | Author |
| 2009-02-13 | Remove non-DebugLoc versions of BuildMI from Alpha and Cell. | 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 versions of getNode. | 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-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 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-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |
| 2008-11-11 | fix another libgcc blocker | Andrew Lenharth |
| 2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | 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-10-09 | get CodeGen/Alpha/mul128.ll to work. | Chris Lattner |
| 2008-10-07 | Note that ADDC and company don't actually expand yet (missing in legalize | Andrew Lenharth |
| 2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
| 2008-09-22 | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen |
| 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-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-09-04 | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen |
| 2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
| 2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
| 2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
| 2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
| 2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
| 2008-06-21 | Use MachineBasicBlock::transferSuccessors. | Dan Gohman |
| 2008-06-08 | Remove comparison methods for MVT. The main cause | Duncan Sands |
| 2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
| 2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
| 2008-03-10 | Default ISD::PREFETCH to expand. | Evan Cheng |
| 2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
| 2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |
| 2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
| 2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
| 2008-02-14 | Change how FP immediates are handled. | Nate Begeman |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
| 2008-01-31 | Create a new class, MemOperand, for describing memory references | Dan Gohman |
| 2008-01-17 | This commit changes: | Chris Lattner |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |