| Age | Commit message (Expand) | Author |
| 2009-01-30 | Propagate debug loc info for XOR and MatchRotate. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for OR. Also clean up some comments. | Bill Wendling |
| 2009-01-30 | Perform obvious constant arithmetic folding. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for AND. Also clean up some comments. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info in SimplifyBinOpWithSameOpcodeHands. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info in SimplifyNodeWithTwoResults. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for MULHS. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for SREM and UREM. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for UDIV. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for SDIV. | Bill Wendling |
| 2009-01-30 | Forgot to propagate debug loc info here. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for MUL. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info in SUB. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info in ADDC and ADDE. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info in DAG combine's "ADD". | Bill Wendling |
| 2009-01-30 | - Propagate debug loc info in combineSelectAndUse(). | Bill Wendling |
| 2009-01-30 | Propagate debug location info for the token factor. | Bill Wendling |
| 2009-01-30 | Add DebugLoc propagation to some of the methods in DAG combiner. | Bill Wendling |
| 2009-01-29 | Make x86's BT instruction matching more thorough, and add some | Dan Gohman |
| 2009-01-28 | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman |
| 2009-01-27 | Add an assertion to the form of SelectionDAG::getConstant that takes | Dan Gohman |
| 2009-01-26 | Take the next steps in making SDUse more consistent with LLVM Use, and | Dan Gohman |
| 2009-01-23 | Fold x-0 to x in unsafe-fp-math mode. This comes up in the | Dan Gohman |
| 2009-01-22 | Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1" | Bob Wilson |
| 2009-01-22 | Don't create ISD::FNEG nodes after legalize if they aren't legal. | Dan Gohman |
| 2009-01-22 | Add SelectionDAG::getNOT method to construct bitwise NOT operations, | Bob Wilson |
| 2009-01-21 | Simplify ReduceLoadWidth's logic: it doesn't need several different | Dan Gohman |
| 2009-01-20 | Fix a dagcombine to not generate loads of non-round integer types, | Dan Gohman |
| 2009-01-19 | Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when | Dan Gohman |
| 2009-01-18 | Simplify extract element based on comments from Duncan Sands. | Mon P Wang |
| 2009-01-17 | Simplify extract element of a scalar to vector. | Mon P Wang |
| 2009-01-16 | Use the getNode() accessor instead of accessing the Node | Dan Gohman |
| 2009-01-16 | new nodes should be added to the worklist, not old nodes. | Chris Lattner |
| 2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
| 2009-01-03 | Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250. | Dan Gohman |
| 2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
| 2008-12-23 | Change comments so everybody can understand them, hopefully. | Dale Johannesen |
| 2008-12-23 | Add another permutation where we should get rid of a-a. | Dale Johannesen |
| 2008-12-23 | One more permutation of subtracting off a base value. | Dale Johannesen |
| 2008-12-16 | A new dag combine; several permutations of this | Dale Johannesen |
| 2008-12-12 | Redo the arithmetic with overflow architecture. I was changing the semantics of | Bill Wendling |
| 2008-12-11 | Clarify FIXME. | Bill Wendling |
| 2008-12-11 | Make fix for r60829 less conservative to allow the proper optimization for | Mon P Wang |
| 2008-12-10 | If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on | Bill Wendling |
| 2008-12-10 | Fixed a bug when trying to optimize a extract vector element of a | Mon P Wang |
| 2008-12-02 | One more transformation. | Dale Johannesen |
| 2008-12-02 | Add a few more transformations. | Dale Johannesen |
| 2008-11-27 | Add a missing case in visitADD. | Dale Johannesen |
| 2008-11-24 | If the type legalizer actually legalized anything | Duncan Sands |
| 2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |