Age | Commit message (Expand) | Author |
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 |
2009-11-20 | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman |
2009-10-29 | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman |
2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar |
2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
2009-05-08 | Factor out cycle-finder code and make it generic. | Anton Korobeynikov |
2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
2009-04-29 | Second attempt: | Bill Wendling |
2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
2009-02-11 | When scheduling a block in parts, keep track of the overall | Dan Gohman |
2009-02-06 | Rename SelectionDAGISel::Schedule to | Dan Gohman |
2009-01-15 | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman |
2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
2009-01-13 | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel |
2008-11-27 | On x86 favors folding short immediate into some arithmetic operations (e.g. a... | Evan Cheng |
2008-11-12 | Move the code that inserts X87 FP_REG_KILL instructions from a | Dan Gohman |
2008-10-14 | FastISel support for exception-handling constructs. | Dan Gohman |
2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
2008-09-23 | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman |