summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAge
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-08
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-06
* Modify the mapping from landing pad to call sites to accept more than one callBill Wendling2011-10-05
* Create a mapping between the landing pad basic block and the call site index ...Bill Wendling2011-10-04
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-24
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Do not lose branch weights when lowering SwitchInst.Jakub Staszak2011-07-29
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer2011-07-08
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-16
* Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...Devang Patel2011-05-23
* Remove unused STL header includes.Jay Foad2011-04-23
* Turn SelectionDAGBuilder::GetRegistersForValue into a local function.Benjamin Kramer2011-03-26
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-21
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-31
* Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng2011-01-06
* When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen2010-09-30
* Offset is not always unsigned number.Devang Patel2010-08-31
* Trim a #include.Dan Gohman2010-08-28
* Revert r112213. It is not needed.Devang Patel2010-08-26
* Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.Devang Patel2010-08-26
* Fix comment.Devang Patel2010-08-25
* Remove dead argument.Devang Patel2010-08-25
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-16
* Revert. This isn't the correct way to go.Bill Wendling2010-07-15
* Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling2010-07-15
* Reapply r106422, splitting the code for materializing a value out ofDan Gohman2010-07-01
* 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