Age | Commit message (Expand) | Author |
2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
2010-04-30 | Remove this debug output. The MachineFunction will be printed once all of | Dan Gohman |
2010-04-29 | Re-enable 102565 with fixes. | Evan Cheng |
2010-04-29 | Temporarily disable my changes to unbreak the build. | Evan Cheng |
2010-04-29 | Avoid emitting a dbg_value machineinstr that's not going to be inserted into ... | Evan Cheng |
2010-04-29 | Check Reg against zero. | Evan Cheng |
2010-04-28 | Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc... | Evan Cheng |
2010-04-23 | Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel | Dan Gohman |
2010-04-22 | Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down | Dan Gohman |
2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
2010-04-22 | Move PHINodesToUpdate out of SelectionDAGBuilder and into | Dan Gohman |
2010-04-21 | Add more const qualifiers on TargetMachine and friends. | Dan Gohman |
2010-04-20 | Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel | Dan Gohman |
2010-04-20 | Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since | Dan Gohman |
2010-04-20 | Remove this debug output; it isn't that useful, and it's incomplete | Dan Gohman |
2010-04-20 | Sink DebugLoc handling out of SelectionDAGISel into FastISel and | Dan Gohman |
2010-04-20 | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | 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-19 | Eliminate the CurMBB member from SelectionDAGBuilder. For places that | Dan Gohman |
2010-04-19 | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman |
2010-04-19 | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
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 |