| Age | Commit message (Expand) | Author |
| 2009-03-17 | Fix a problem with DAGCombine where we were building an illegal build | Mon P Wang |
| 2009-03-14 | Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4 | Mon P Wang |
| 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-11 | reapply my previous patch (r66358) with a tweak to set the | Chris Lattner |
| 2009-03-10 | Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 ... | Evan Cheng |
| 2009-03-09 | Fix PR3763 by using proper APInt methods instead of uint64_t's. | Chris Lattner |
| 2009-03-08 | implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. | Chris Lattner |
| 2009-03-01 | Fix a problem with DAGCombine on 64b targets where folding | Nate Begeman |
| 2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
| 2009-02-22 | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel |
| 2009-02-20 | Fix a bug that David Greene found in the DAGCombiner's logic | Dan Gohman |
| 2009-02-17 | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel |
| 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-03 | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen |
| 2009-02-01 | Fix PR3453 and probably a bunch of other potential | Duncan Sands |
| 2009-02-01 | Forgot some more DebugLoc propagations. | Bill Wendling |
| 2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |
| 2009-01-31 | Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible. | Bill Wendling |
| 2009-01-30 | More DebugLoc propagation. | Bill Wendling |
| 2009-01-30 | More DebugLoc propagation. | Bill Wendling |
| 2009-01-30 | More DebugLoc propagation in LOAD etc. methods. | Bill Wendling |
| 2009-01-30 | More DebugLoc propagation in floating-point methods. | Bill Wendling |
| 2009-01-30 | Standardize comments about folding xforms. | Bill Wendling |
| 2009-01-30 | Get rid of the non-DebugLoc-ified getNOT() method. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for some FP arithmetic methods. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for some FP arithmetic methods. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for BIT_CONVERT. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for more *_EXTEND methods. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for ANY_EXTEND. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for some of the *_EXTEND functions. | Bill Wendling |
| 2009-01-30 | - Propagate debug loc info for SELECT. | Bill Wendling |
| 2009-01-30 | Propagate debug loc info for Shifts. | Bill Wendling |
| 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 |