aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
AgeCommit message (Expand)Author
2010-09-30When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen
2010-08-31Offset is not always unsigned number.Devang Patel
2010-08-28Trim a #include.Dan Gohman
2010-08-26Revert r112213. It is not needed.Devang Patel
2010-08-26Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.Devang Patel
2010-08-25Fix comment.Devang Patel
2010-08-25Remove dead argument.Devang Patel
2010-07-16The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen
2010-07-15Revert. This isn't the correct way to go.Bill Wendling
2010-07-15Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling
2010-07-01Reapply r106422, splitting the code for materializing a value out ofDan Gohman
2010-06-21Revert r106422, which is breaking the non-fast-isel path.Dan Gohman
2010-06-21More changes for non-top-down fast-isel.Dan Gohman
2010-06-01Keep track of incoming debug value of unused argument.Devang Patel
2010-05-01Don't pass SDValues by non-const reference unless they may beDan Gohman
2010-05-01Delete the EdgeMapping variable itself.Dan Gohman
2010-04-29Do not generate duplicate dbg_value instructions for function arguments.Evan Cheng
2010-04-28Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng
2010-04-22Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks downDan Gohman
2010-04-22Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman
2010-04-22Move PHINodesToUpdate out of SelectionDAGBuilder and intoDan Gohman
2010-04-20Don't send PHI nodes down to SelectionDAGBuilder of FastISel, sinceDan Gohman
2010-04-20Sink DebugLoc handling out of SelectionDAGISel into FastISel andDan Gohman
2010-04-19Eliminate the CurMBB member from SelectionDAGBuilder. For places thatDan Gohman
2010-04-19Code that needs a TargetMachine should have access to one directly, ratherDan Gohman
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-14Fix typos in comments.Dan Gohman
2010-04-14Delete an obsolete comment.Dan Gohman
2010-04-05remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner
2010-04-02stop using DebugLoc::getUnknownLoc()Chris Lattner
2010-01-28Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling
2010-01-01whitespace cleanupChris Lattner
2009-12-24move an optimization for memcmp out of simplifylibcalls and into Chris Lattner
2009-12-22Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling
2009-12-18Changes from review:Bill Wendling
2009-11-23Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman