Age | Commit message (Expand) | Author |
2013-04-19 | Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm | Eli Bendersky |
2013-02-28 | A small refactoring + adding comments. | Eli Bendersky |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2013-01-05 | Funnel the actual TargetTransformInfo pass from the SelectionDAGISel | Chandler Carruth |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-04-20 | Make ISelPosition a local variable. | Jakob Stoklund Olesen |
2012-04-20 | Register DAGUpdateListeners with SelectionDAG. | Jakob Stoklund Olesen |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-08 | Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can... | Owen Anderson |
2011-10-24 | Remove the SystemZ backend. | Dan Gohman |
2011-04-22 | Recommit the fix for rdar://9289512 with a couple tweaks to | Chris Lattner |
2011-04-21 | Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", | Daniel Dunbar |
2011-04-17 | Fix rdar://9289512 - not folding load into compare at -O0 | Chris Lattner |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
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 |