| Age | Commit message (Expand) | Author |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-09-19 | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng |
| 2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
| 2009-09-15 | several major improvements to the sparc backend: support for weak linkage | Chris Lattner |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-08 | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner |
| 2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
| 2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-19 | Don't override LowerArguments in the SPARC backend. In addition to | Eli Friedman |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
| 2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
| 2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
| 2009-02-13 | Remove non-DebugLoc versions of buildMI from Sparc. | 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-05 | Remove a non-DebugLoc version 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-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
| 2008-12-12 | Don't make use of an illegal type (i64) when | Duncan Sands |
| 2008-12-01 | There are no longer any places that require a | Duncan Sands |
| 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-10 | Use expand for smul_lohi for now | Anton Korobeynikov |
| 2008-10-10 | Add rudimentary support for 'r' register operand | Anton Korobeynikov |
| 2008-10-10 | Cleanup | Anton Korobeynikov |
| 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-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-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-02 | Add a new getMergeValues method that does not need | Duncan Sands |