| Age | Commit message (Expand) | Author |
| 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 | Explicitly add PseudoSourceValue information when lowering | Dan Gohman |
| 2009-01-29 | Make a few things const, fix some comments, and simplify | Dan Gohman |
| 2009-01-29 | Fix two typos that Duncan spotted in a comment. | Dan Gohman |
| 2009-01-29 | In the case of an extractelement on an insertelement value, | Dan Gohman |
| 2009-01-29 | Revert r63273. This was already implemented by Dale. There's no need for my | Bill Wendling |
| 2009-01-29 | - Add DebugLoc to getTargetNode(). | Bill Wendling |
| 2009-01-29 | Make x86's BT instruction matching more thorough, and add some | Dan Gohman |
| 2009-01-29 | Add DebugLoc-sensitive versions of many node creation | Dale Johannesen |
| 2009-01-28 | Add DebugLoc to the getNode() methods. | Bill Wendling |
| 2009-01-28 | Add DebugLoc-aware constructors for SDNode derived | Dale Johannesen |
| 2009-01-28 | Fixed extract element when the result needs to be promoted and the input wide... | Mon P Wang |
| 2009-01-28 | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman |
| 2009-01-28 | Formatting. | Duncan Sands |
| 2009-01-28 | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands |
| 2009-01-28 | Use ValueType::bitsLT to simplify some code. | Dan Gohman |
| 2009-01-28 | Use ZERO_EXTEND instead of ANY_EXTEND when promoting | Dan Gohman |
| 2009-01-27 | Add an assertion to the form of SelectionDAG::getConstant that takes | Dan Gohman |
| 2009-01-27 | Delete redundant return statements. | Dan Gohman |
| 2009-01-26 | Fix PR3393, which amounts to a bug in the expensive | Duncan Sands |
| 2009-01-26 | During bittest switch lowering emit shift in the test block, which should (th... | Anton Korobeynikov |
| 2009-01-26 | Take the next steps in making SDUse more consistent with LLVM Use, and | Dan Gohman |
| 2009-01-25 | Eliminate the loop that searches through each of the operands | Dan Gohman |
| 2009-01-25 | Whitespace tidiments. | Dan Gohman |
| 2009-01-25 | Move the N->use_empty() assert from DeleteNode to | Dan Gohman |
| 2009-01-24 | Fix an indent and a typo. | Nate Begeman |
| 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-22 | Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe... | Evan Cheng |
| 2009-01-22 | fix a typo | Chris Lattner |
| 2009-01-21 | Simplify ReduceLoadWidth's logic: it doesn't need several different | Dan Gohman |
| 2009-01-21 | Cleanup whitespace and comments, and tweak some | Duncan Sands |
| 2009-01-21 | CellSPU: | Scott Michel |
| 2009-01-21 | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta |
| 2009-01-20 | Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was | Bill Wendling |
| 2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
| 2009-01-20 | Shift types need to match. | Bill Wendling |
| 2009-01-20 | Fix a dagcombine to not generate loads of non-round integer types, | Dan Gohman |
| 2009-01-19 | Verify debug info. | Devang Patel |
| 2009-01-19 | Remove SDNode's virtual destructor. This makes it impossible for | Dan Gohman |
| 2009-01-19 | Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when | Dan Gohman |
| 2009-01-18 | Few targets like PIC16 wants libcall generation for illegal type i16. | Sanjiv Gupta |
| 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 | Instead of adding dependence edges between terminator instructions | Dan Gohman |
| 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 |