| Age | Commit message (Expand) | Author |
| 2009-03-20 | Fix a few more indentation problems and an 80-column violation. | Bob Wilson |
| 2009-03-20 | No functional changes. Fix indentation and whitespace only. | Bob Wilson |
| 2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
| 2009-03-12 | Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" | Chris Lattner |
| 2009-03-09 | ARM isLegalAddressImmediate should check if type is a simple type now that op... | Evan Cheng |
| 2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
| 2009-02-13 | Remove refs to non-DebugLoc versions of BuildMI from ARM. | 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-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-03 | Add some DL propagation to places that didn't | Dale Johannesen |
| 2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
| 2009-01-25 | silence a warning when assertions are disabled. | Chris Lattner |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-15 | Const-qualify getPreIndexedAddressParts and friends. | Dan Gohman |
| 2008-12-05 | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng |
| 2008-12-04 | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling |
| 2008-12-04 | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng |
| 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-04 | Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls. | Evan Cheng |
| 2008-11-04 | Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le... | Evan Cheng |
| 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 | 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-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-08 | Delete an unused variable. | 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-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-25 | Teach ARM isLegalAddressingMode to handle unknown type without crashing. This... | Evan Cheng |
| 2008-07-11 | add support for returning i128, PR2532. | Chris Lattner |
| 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-02 | Add a new getMergeValues method that does not need | Duncan Sands |
| 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-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
| 2008-04-28 | Fix the SVOffset values for loads and stores produced by | Dan Gohman |
| 2008-04-14 | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman |
| 2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
| 2008-04-01 | Unbreak ARM / Thumb soft FP support. | Evan Cheng |