aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-1/+1
* Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng2011-01-061-3/+5
* When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen2010-09-301-0/+4
* Offset is not always unsigned number.Devang Patel2010-08-311-1/+1
* Trim a #include.Dan Gohman2010-08-281-3/+0
* Revert r112213. It is not needed.Devang Patel2010-08-261-4/+4
* Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.Devang Patel2010-08-261-4/+4
* Fix comment.Devang Patel2010-08-251-4/+3
* Remove dead argument.Devang Patel2010-08-251-2/+1
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-161-0/+22
* Revert. This isn't the correct way to go.Bill Wendling2010-07-151-1/+1
* Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling2010-07-151-1/+1
* Reapply r106422, splitting the code for materializing a value out ofDan Gohman2010-07-011-0/+2
* Revert r106422, which is breaking the non-fast-isel path.Dan Gohman2010-06-211-2/+0
* More changes for non-top-down fast-isel.Dan Gohman2010-06-211-0/+2
* Keep track of incoming debug value of unused argument.Devang Patel2010-06-011-0/+10
* Don't pass SDValues by non-const reference unless they may beDan Gohman2010-05-011-1/+1
* Delete the EdgeMapping variable itself.Dan Gohman2010-05-011-4/+0
* Do not generate duplicate dbg_value instructions for function arguments.Evan Cheng2010-04-291-1/+1
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-281-0/+10
* Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks downDan Gohman2010-04-221-2/+2
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-221-0/+2
* Move PHINodesToUpdate out of SelectionDAGBuilder and intoDan Gohman2010-04-221-4/+0
* Don't send PHI nodes down to SelectionDAGBuilder of FastISel, sinceDan Gohman2010-04-201-1/+1
* Sink DebugLoc handling out of SelectionDAGISel into FastISel andDan Gohman2010-04-201-1/+0
* Eliminate the CurMBB member from SelectionDAGBuilder. For places thatDan Gohman2010-04-191-14/+18
* Code that needs a TargetMachine should have access to one directly, ratherDan Gohman2010-04-191-3/+4
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-2/+2
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-102/+104
* Fix typos in comments.Dan Gohman2010-04-141-1/+1
* Delete an obsolete comment.Dan Gohman2010-04-141-1/+0
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-051-1/+0
* stop using DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-4/+2
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-281-0/+5
* whitespace cleanupChris Lattner2010-01-011-6/+6
* move an optimization for memcmp out of simplifylibcalls and into Chris Lattner2009-12-241-0/+4
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-0/+2
* Changes from review:Bill Wendling2009-12-181-1/+5
* Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman2009-11-231-0/+487