Age | Commit message (Expand) | Author |
2010-04-16 | Avoid creating virtual registers for unused values. | Dan Gohman |
2010-04-16 | Fix a comment. | Dan Gohman |
2010-04-16 | Refine further the scope where the global DebugLoc value is active. | Dan Gohman |
2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
2010-04-15 | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | 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 | Reset the debug location even if the instruction was a terminator. | Dan Gohman |
2010-04-14 | Delete an unused function. | Dan Gohman |
2010-04-14 | Clear the FunctionLoweringInfo object before doing other things that | Dan Gohman |
2010-04-14 | Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and | Dan Gohman |
2010-04-14 | Add a comment. | Dan Gohman |
2010-04-14 | Move the code for initialing the entry block livein set out of | Dan Gohman |
2010-04-14 | Reorgnaize this code to be more tidy and readable. | Dan Gohman |
2010-04-14 | Trim #includes. | Dan Gohman |
2010-04-14 | Move the code for emitting livein copies out of SelectionDAGISel. | Dan Gohman |
2010-04-14 | Sink landing-pad marking code out of | Dan Gohman |
2010-04-07 | minor tidying. | Chris Lattner |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-07 | Three changes: | Chris Lattner |
2010-04-05 | remove some redundant MMI arguments. | Chris Lattner |
2010-04-05 | unthread MMI from FastISel | Chris Lattner |
2010-04-05 | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner |
2010-04-05 | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner |
2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
2010-04-02 | stop using DebugLoc::getUnknownLoc() | Chris Lattner |
2010-04-02 | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner |
2010-03-31 | use the optimized debug info apis in sdisel. | Chris Lattner |
2010-03-28 | add a statistic for the # times isel has to backtrack. | Chris Lattner |
2010-03-28 | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner |
2010-03-28 | comply with the wishes of a fixme. | Chris Lattner |
2010-03-28 | now that (parallel) is gone and a variety of bugs in targets | Chris Lattner |
2010-03-28 | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner |
2010-03-28 | don't add nodes to the now-dead nodes list multiple times, this | Chris Lattner |
2010-03-28 | don't add flag nodes with chain results to the NowDeadNodes | Chris Lattner |
2010-03-27 | improve -debug-only=isel comments for cases when we don't enter a | Chris Lattner |
2010-03-25 | Change tblgen to emit FOOISD opcode names as two | Chris Lattner |
2010-03-15 | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel |
2010-03-14 | fix ShrinkDemandedOps to not leave dead nodes around, | Chris Lattner |
2010-03-14 | rewrite ShrinkDemandedOps to be faster and indent less, | Chris Lattner |
2010-03-14 | make -view-isel-dags print after the 'ShrinkDemandedOps' pass. | Chris Lattner |
2010-03-14 | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner |
2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
2010-03-09 | Attempt to make this debug output meaningful, both in the case of | Dan Gohman |
2010-03-09 | Print the correct index in the "match failed at index" message. | Dan Gohman |
2010-03-05 | Avoid creating bad PHI instructions when BR is being const-folded. | Jakob Stoklund Olesen |
2010-03-05 | Fix PR6497, a bug where we'd fold a load into an addc | Chris Lattner |
2010-03-05 | inline a small function with one call site. | Chris Lattner |
2010-03-04 | add a statistic for # times fastisel fails. | Chris Lattner |