Replace r102368 with code that's less fragile. This creates DBG_VALUE instructions...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.h
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...