llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 35b31bea0d Remove the implicit conversion from SDOperandPtr to SDOperand*; this
may fix a build error on Visual Studio.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49876 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-17 23:02:12 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Ongoing work on improving the instruction selection infrastructure: 2008-04-16 16:15:27 +00:00
LegalizeDAG.cpp Correct the SrcValue information in the Expand code for va_copy. 2008-04-17 02:09:26 +00:00
LegalizeTypes.cpp Ongoing work on improving the instruction selection infrastructure: 2008-04-16 16:15:27 +00:00
LegalizeTypes.h Ongoing work on improving the instruction selection infrastructure: 2008-04-16 16:15:27 +00:00
LegalizeTypesExpand.cpp
LegalizeTypesFloatToInt.cpp
LegalizeTypesPromote.cpp
LegalizeTypesScalarize.cpp
LegalizeTypesSplit.cpp
Makefile
ScheduleDAG.cpp Ongoing work on improving the instruction selection infrastructure: 2008-04-16 16:15:27 +00:00
ScheduleDAGList.cpp Treat EntryToken nodes as "passive" so that they aren't added to the 2008-04-15 01:22:18 +00:00
ScheduleDAGRRList.cpp Fix the new scheduler assertion checks to work when 2008-04-15 22:40:14 +00:00
SelectionDAG.cpp Remove the implicit conversion from SDOperandPtr to SDOperand*; this 2008-04-17 23:02:12 +00:00
SelectionDAGISel.cpp Change Divided flag to Split, as suggested by Evan 2008-04-15 08:08:50 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp