summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAge
...
* Revert r106422, which is breaking the non-fast-isel path.Dan Gohman2010-06-21
* More changes for non-top-down fast-isel.Dan Gohman2010-06-21
* Keep track of incoming debug value of unused argument.Devang Patel2010-06-01
* Don't pass SDValues by non-const reference unless they may beDan Gohman2010-05-01
* Delete the EdgeMapping variable itself.Dan Gohman2010-05-01
* Do not generate duplicate dbg_value instructions for function arguments.Evan Cheng2010-04-29
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-28
* Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks downDan Gohman2010-04-22
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-22
* Move PHINodesToUpdate out of SelectionDAGBuilder and intoDan Gohman2010-04-22
* Don't send PHI nodes down to SelectionDAGBuilder of FastISel, sinceDan Gohman2010-04-20
* Sink DebugLoc handling out of SelectionDAGISel into FastISel andDan Gohman2010-04-20
* Eliminate the CurMBB member from SelectionDAGBuilder. For places thatDan Gohman2010-04-19
* Code that needs a TargetMachine should have access to one directly, ratherDan Gohman2010-04-19
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Fix typos in comments.Dan Gohman2010-04-14
* Delete an obsolete comment.Dan Gohman2010-04-14
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-05
* stop using DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-28
* whitespace cleanupChris Lattner2010-01-01
* move an optimization for memcmp out of simplifylibcalls and into Chris Lattner2009-12-24
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-22
* Changes from review:Bill Wendling2009-12-18
* Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman2009-11-23