llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 694481ee01 Eliminate SelectNodeTo() and getTargetNode() variants which take more than
3 SDOperand operands. They are replaced by versions which take an array
of SDOperand and the number of operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29905 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-27 08:08:54 +00:00
..
DAGCombiner.cpp
LegalizeDAG.cpp Fix PR861 2006-08-21 20:24:53 +00:00
Makefile
ScheduleDAG.cpp switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
ScheduleDAGList.cpp switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
ScheduleDAGRRList.cpp switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Eliminate SelectNodeTo() and getTargetNode() variants which take more than 2006-08-27 08:08:54 +00:00
SelectionDAGCSEMap.cpp Start using SDVTList more consistently 2006-08-15 19:11:05 +00:00
SelectionDAGISel.cpp minor changes. 2006-08-16 22:57:46 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp