Revert "Use a simpler data structure to calculate the least recently used register...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.h
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...