| Age | Commit message (Expand) | Author |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
| 2010-07-07 | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman |
| 2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
| 2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |
| 2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
| 2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
| 2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
| 2010-04-21 | Add more const qualifiers on TargetMachine and friends. | Dan Gohman |
| 2010-04-20 | Reapply the removal of SelectionDAGISel's BB, with a fix for the case | Dan Gohman |
| 2010-04-19 | Revert 101825, which is causing trouble. | Dan Gohman |
| 2010-04-19 | Eliminate SelectionDAGISel's "current block" member. Just pass it as | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-14 | Delete unneeeded arguments. | Dan Gohman |
| 2010-04-14 | Delete unused arguments. | Dan Gohman |
| 2010-04-14 | Factor out EH landing pad code into a separate function, and constify | Dan Gohman |
| 2010-04-14 | Delete an unused function. | Dan Gohman |
| 2010-04-14 | Trim #includes. | Dan Gohman |
| 2010-04-05 | remove some redundant MMI arguments. | Chris Lattner |
| 2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
| 2010-03-28 | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner |
| 2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
| 2010-03-04 | inline CannotYetSelectIntrinsic into CannotYetSelect and simplify. | Chris Lattner |
| 2010-03-03 | speed up scope node processing: if the first element of a scope | Chris Lattner |
| 2010-03-03 | introduce a new SwitchTypeMatcher node (which is analogous to | Chris Lattner |
| 2010-03-02 | remove 300 lines of code that is now dead in the MSP430 backend | Chris Lattner |
| 2010-03-02 | Fix some issues in WalkChainUsers dealing with | Chris Lattner |
| 2010-03-02 | Fix the xfail I added a couple of patches back. The issue | Chris Lattner |
| 2010-03-02 | factor node morphing out to its own helper method. | Chris Lattner |
| 2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-03-02 | move some code out of DAGISelHeader up to SelectionDAGISel.h where it | Chris Lattner |
| 2010-03-02 | Rewrite chain handling validation and input TokenFactor handling | Chris Lattner |
| 2010-03-01 | Accelerate isel dispatch for tables that start with a top-level | Chris Lattner |
| 2010-03-01 | eliminate the CheckMultiOpcodeMatcher code and have each | Chris Lattner |
| 2010-03-01 | add a new OPC_SwitchOpcode which is semantically equivalent | Chris Lattner |
| 2010-02-28 | hoist the new isel interpreter out of DAGISelHeader.h | Chris Lattner |
| 2010-02-28 | change a few opcodes to use VBRs instead of embedding | Chris Lattner |
| 2010-02-28 | move all the opcodes out of DAGISelHeader.h (which gets | Chris Lattner |
| 2010-02-22 | Fix various doxygen warnings. | Dan Gohman |
| 2010-02-21 | add a hook so that the new isel can run SDNodeXForms. | Chris Lattner |
| 2010-02-17 | make the new isel's interpreter loop call the generated | Chris Lattner |
| 2010-02-16 | generate code for node and pattern predicates. Note that this won't | Chris Lattner |
| 2010-02-15 | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng |
| 2010-01-06 | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2009-12-05 | Remove old DBG_LABEL code. | Dan Gohman |
| 2009-11-23 | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman |