Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
[oota-llvm.git] / include / llvm / CodeGen / DAGISelHeader.h
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-04-15 Dan GohmanGeneralize one of the SelectionDAG::ReplaceAllUsesWith...
2009-01-28 Dan GohmanDelete unnecessary elses.
2008-11-05 Dan GohmanMake ISel ignore dead nodes. The DAGCombiner normally...
2008-11-05 Dan GohmanThe HadDelete field is no longer used.
2008-11-05 Dan GohmanUpdate some comments to reflect the new code.
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-31 Dan GohmanTotally disable the setSubgraphColor calls temporarily...
2008-10-28 Dan GohmanAdd some more information to the top-level comment...
2008-10-28 Evan ChengAvoid calls to setSubgraphColor in release mode. They...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Evan ChengIndentation.
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-05-14 Roman LevensteinDo not generate by TableGen the hard-coded standard...