If dbg.declare from non-entry block is using alloca from entry block then use offset...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.h
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-28 Dan GohmanTrim a #include.
2010-08-26 Devang PatelRevert r112213. It is not needed.
2010-08-26 Devang PatelUpdate DanglingDebugInfo so that it can be used to...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-01 Dan GohmanReapply r106422, splitting the code for materializing...
2010-06-21 Dan GohmanRevert r106422, which is breaking the non-fast-isel...
2010-06-21 Dan GohmanMore changes for non-top-down fast-isel.
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
2010-05-01 Dan GohmanDelete the EdgeMapping variable itself.
2010-04-29 Evan ChengDo not generate duplicate dbg_value instructions for...
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-22 Dan GohmanSink SelectionDAGBuilder's HandlePHINodesInSuccessorBlo...
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-22 Dan GohmanMove PHINodesToUpdate out of SelectionDAGBuilder and...
2010-04-20 Dan GohmanDon't send PHI nodes down to SelectionDAGBuilder of...
2010-04-20 Dan GohmanSink DebugLoc handling out of SelectionDAGISel into...
2010-04-19 Dan GohmanEliminate the CurMBB member from SelectionDAGBuilder...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-14 Dan GohmanFix typos in comments.
2010-04-14 Dan GohmanDelete an obsolete comment.
2010-04-05 Chris Lattnerremove the now-redundant MMI pointer in SelectionDAG.
2010-04-02 Chris Lattnerstop using DebugLoc::getUnknownLoc()
2010-01-28 Bill WendlingAssign the ordering of SDNodes in a much less intrusive...
2010-01-01 Chris Lattnerwhitespace cleanup
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-18 Bill WendlingChanges from review:
2009-11-23 Dan GohmanRename SelectionDAGLowering to SelectionDAGBuilder...