llvm-6502/lib/CodeGen/SelectionDAG
2007-09-25 01:54:36 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Fix a bogus splat xform: 2007-09-18 21:54:37 +00:00
LegalizeDAG.cpp Use the correct result value type instead of using getValueType(0) 2007-09-24 15:54:53 +00:00
Makefile
ScheduleDAG.cpp Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered. 2007-09-25 01:54:36 +00:00
ScheduleDAGList.cpp Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered. 2007-09-25 01:54:36 +00:00
ScheduleDAGRRList.cpp Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered. 2007-09-25 01:54:36 +00:00
ScheduleDAGSimple.cpp Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered. 2007-09-25 01:54:36 +00:00
SelectionDAG.cpp Change APFloat::convertFromInteger to take the incoming 2007-09-21 22:09:37 +00:00
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered. 2007-09-25 01:54:36 +00:00
TargetLowering.cpp initialize SetCCResultContents, fixing PR1693 2007-09-21 17:06:39 +00:00