aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/DAGISelHeader.h
AgeCommit message (Expand)Author
2009-04-15Generalize one of the SelectionDAG::ReplaceAllUsesWith overloadsDan Gohman
2009-01-28Delete unnecessary elses.Dan Gohman
2008-11-05Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman
2008-11-05The HadDelete field is no longer used.Dan Gohman
2008-11-05Update some comments to reflect the new code.Dan Gohman
2008-11-05Eliminate the ISel priority queue, which used the topological order for aDan Gohman
2008-10-31Totally disable the setSubgraphColor calls temporarily, as they'reDan Gohman
2008-10-28Add some more information to the top-level comment for this file.Dan Gohman
2008-10-28Avoid calls to setSubgraphColor in release mode. They generate lots of error ...Evan Cheng
2008-10-27Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene
2008-09-30Optimize SelectionDAG's AssignTopologicalOrder even further.Dan Gohman
2008-08-28erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif
2008-08-21Simplify SelectRoot's interface, and factor out some common codeDan Gohman
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-07-17Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman
2008-07-17Indentation.Evan Cheng
2008-06-11Sometimes (rarely) nodes held in LegalizeTypesDuncan Sands
2008-05-14Do not generate by TableGen the hard-coded standard, target-independent part ofRoman Levenstein