| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete unused arguments. | Dan Gohman | 2010-04-14 | 1 | -6/+4 |
| * | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 1 | -41/+48 |
| * | Reset the debug location even if the instruction was a terminator. | Dan Gohman | 2010-04-14 | 1 | -5/+3 |
| * | Delete an unused function. | Dan Gohman | 2010-04-14 | 1 | -4/+0 |
| * | Clear the FunctionLoweringInfo object before doing other things that | Dan Gohman | 2010-04-14 | 1 | -4/+4 |
| * | Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and | Dan Gohman | 2010-04-14 | 1 | -5/+0 |
| * | Add a comment. | Dan Gohman | 2010-04-14 | 1 | -0/+2 |
| * | Move the code for initialing the entry block livein set out of | Dan Gohman | 2010-04-14 | 1 | -5/+0 |
| * | Reorgnaize this code to be more tidy and readable. | Dan Gohman | 2010-04-14 | 1 | -10/+5 |
| * | Trim #includes. | Dan Gohman | 2010-04-14 | 1 | -9/+0 |
| * | Move the code for emitting livein copies out of SelectionDAGISel. | Dan Gohman | 2010-04-14 | 1 | -105/+1 |
| * | Sink landing-pad marking code out of | Dan Gohman | 2010-04-14 | 1 | -5/+0 |
| * | minor tidying. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
| * | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -2/+2 |
| * | Three changes: | Chris Lattner | 2010-04-07 | 1 | -8/+10 |
| * | remove some redundant MMI arguments. | Chris Lattner | 2010-04-05 | 1 | -7/+5 |
| * | unthread MMI from FastISel | Chris Lattner | 2010-04-05 | 1 | -3/+1 |
| * | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner | 2010-04-05 | 1 | -3/+0 |
| * | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner | 2010-04-05 | 1 | -2/+1 |
| * | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner | 2010-04-05 | 1 | -3/+2 |
| * | stop using DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -2/+2 |
| * | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 1 | -8/+5 |
| * | use the optimized debug info apis in sdisel. | Chris Lattner | 2010-03-31 | 1 | -19/+16 |
| * | add a statistic for the # times isel has to backtrack. | Chris Lattner | 2010-03-28 | 1 | -1/+3 |
| * | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
| * | comply with the wishes of a fixme. | Chris Lattner | 2010-03-28 | 1 | -3/+0 |
| * | now that (parallel) is gone and a variety of bugs in targets | Chris Lattner | 2010-03-28 | 1 | -8/+4 |
| * | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner | 2010-03-28 | 1 | -0/+29 |
| * | don't add nodes to the now-dead nodes list multiple times, this | Chris Lattner | 2010-03-28 | 1 | -2/+3 |
| * | don't add flag nodes with chain results to the NowDeadNodes | Chris Lattner | 2010-03-28 | 1 | -2/+3 |
| * | improve -debug-only=isel comments for cases when we don't enter a | Chris Lattner | 2010-03-27 | 1 | -4/+8 |
| * | Change tblgen to emit FOOISD opcode names as two | Chris Lattner | 2010-03-25 | 1 | -3/+9 |
| * | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel | 2010-03-15 | 1 | -2/+0 |
| * | fix ShrinkDemandedOps to not leave dead nodes around, | Chris Lattner | 2010-03-14 | 1 | -0/+6 |
| * | rewrite ShrinkDemandedOps to be faster and indent less, | Chris Lattner | 2010-03-14 | 1 | -48/+64 |
| * | make -view-isel-dags print after the 'ShrinkDemandedOps' pass. | Chris Lattner | 2010-03-14 | 1 | -2/+2 |
| * | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner | 2010-03-14 | 1 | -0/+2 |
| * | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner | 2010-03-14 | 1 | -12/+5 |
| * | Attempt to make this debug output meaningful, both in the case of | Dan Gohman | 2010-03-09 | 1 | -3/+6 |
| * | Print the correct index in the "match failed at index" message. | Dan Gohman | 2010-03-09 | 1 | -1/+1 |
| * | Avoid creating bad PHI instructions when BR is being const-folded. | Jakob Stoklund Olesen | 2010-03-05 | 1 | -0/+2 |
| * | Fix PR6497, a bug where we'd fold a load into an addc | Chris Lattner | 2010-03-05 | 1 | -0/+7 |
| * | inline a small function with one call site. | Chris Lattner | 2010-03-05 | 1 | -16/+4 |
| * | add a statistic for # times fastisel fails. | Chris Lattner | 2010-03-04 | 1 | -0/+6 |
| * | change the new isel matcher to emit ComplexPattern matches | Chris Lattner | 2010-03-04 | 1 | -3/+7 |
| * | inline CannotYetSelectIntrinsic into CannotYetSelect and simplify. | Chris Lattner | 2010-03-04 | 1 | -19/+16 |
| * | add some of the more obscure predicate types to the | Chris Lattner | 2010-03-03 | 1 | -56/+99 |
| * | speed up scope node processing: if the first element of a scope | Chris Lattner | 2010-03-03 | 1 | -38/+141 |
| * | introduce a new SwitchTypeMatcher node (which is analogous to | Chris Lattner | 2010-03-03 | 1 | -3/+34 |
| * | Fix some issues in WalkChainUsers dealing with | Chris Lattner | 2010-03-02 | 1 | -11/+25 |