| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Eliminate SelectionDAGISel's "current block" member. Just pass it as | Dan Gohman | 2010-04-19 | 1 | -4/+4 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -4/+7 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -7/+8 |
* | Delete unneeeded arguments. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Delete unused arguments. | Dan Gohman | 2010-04-14 | 1 | -2/+1 |
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 1 | -0/+1 |
* | Delete an unused function. | Dan Gohman | 2010-04-14 | 1 | -2/+0 |
* | Trim #includes. | Dan Gohman | 2010-04-14 | 1 | -1/+0 |
* | remove some redundant MMI arguments. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
* | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
* | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner | 2010-03-28 | 1 | -0/+2 |
* | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner | 2010-03-14 | 1 | -1/+0 |
* | inline CannotYetSelectIntrinsic into CannotYetSelect and simplify. | Chris Lattner | 2010-03-04 | 1 | -1/+0 |
* | speed up scope node processing: if the first element of a scope | Chris Lattner | 2010-03-03 | 1 | -4/+7 |
* | introduce a new SwitchTypeMatcher node (which is analogous to | Chris Lattner | 2010-03-03 | 1 | -0/+1 |
* | remove 300 lines of code that is now dead in the MSP430 backend | Chris Lattner | 2010-03-02 | 1 | -2/+2 |
* | Fix some issues in WalkChainUsers dealing with | Chris Lattner | 2010-03-02 | 1 | -1/+2 |
* | Fix the xfail I added a couple of patches back. The issue | Chris Lattner | 2010-03-02 | 1 | -0/+6 |
* | factor node morphing out to its own helper method. | Chris Lattner | 2010-03-02 | 1 | -0/+2 |
* | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -5/+13 |
* | move some code out of DAGISelHeader up to SelectionDAGISel.h where it | Chris Lattner | 2010-03-02 | 1 | -0/+49 |
* | Rewrite chain handling validation and input TokenFactor handling | Chris Lattner | 2010-03-02 | 1 | -1/+0 |
* | Accelerate isel dispatch for tables that start with a top-level | Chris Lattner | 2010-03-01 | 1 | -0/+4 |
* | eliminate the CheckMultiOpcodeMatcher code and have each | Chris Lattner | 2010-03-01 | 1 | -1/+0 |
* | add a new OPC_SwitchOpcode which is semantically equivalent | Chris Lattner | 2010-03-01 | 1 | -0/+1 |
* | hoist the new isel interpreter out of DAGISelHeader.h | Chris Lattner | 2010-02-28 | 1 | -0/+12 |
* | change a few opcodes to use VBRs instead of embedding | Chris Lattner | 2010-02-28 | 1 | -4/+3 |
* | move all the opcodes out of DAGISelHeader.h (which gets | Chris Lattner | 2010-02-28 | 1 | -0/+58 |
* | Fix various doxygen warnings. | Dan Gohman | 2010-02-22 | 1 | -2/+2 |
* | add a hook so that the new isel can run SDNodeXForms. | Chris Lattner | 2010-02-21 | 1 | -0/+6 |
* | make the new isel's interpreter loop call the generated | Chris Lattner | 2010-02-17 | 1 | -0/+6 |
* | generate code for node and pattern predicates. Note that this won't | Chris Lattner | 2010-02-16 | 1 | -0/+19 |
* | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng | 2010-02-15 | 1 | -5/+7 |
* | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng | 2010-01-06 | 1 | -0/+1 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -5/+5 |
* | Remove old DBG_LABEL code. | Dan Gohman | 2009-12-05 | 1 | -1/+0 |
* | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman | 2009-11-23 | 1 | -2/+2 |
* | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman | 2009-11-20 | 1 | -1/+2 |
* | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman | 2009-10-29 | 1 | -0/+8 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -1/+1 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -2/+3 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -3/+2 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -2/+3 |
* | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -2/+0 |
* | Convert more abort() calls to llvm_report_error(). | Torok Edwin | 2009-07-08 | 1 | -0/+2 |
* | Factor out cycle-finder code and make it generic. | Anton Korobeynikov | 2009-05-08 | 1 | -4/+2 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -2/+3 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -2/+2 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -2/+2 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -2/+2 |