Age | Commit message (Expand) | Author |
2011-03-01 | Generalize the register matching code in DAGISel a bit. | Jim Grosbach |
2010-12-24 | Various bits of framework needed for precise machine-level selection | Andrew Trick |
2010-12-24 | whitespace | Andrew Trick |
2010-12-23 | flags -> glue for selectiondag | Chris Lattner |
2010-12-23 | sdisel flag -> glue. | Chris Lattner |
2010-10-25 | Simplify. | Devang Patel |
2010-10-25 | Update SelectBasicBlock signature. This should have been committed with r117310. | Devang Patel |
2010-10-11 | tweak comment. | Chris Lattner |
2010-09-21 | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner |
2010-09-21 | just like they can opt into getting the root of the pattern being | Chris Lattner |
2010-09-05 | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner |
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 |