llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng c0f64ffab9 Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
of opcode and number of operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31947 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-27 23:37:22 +00:00
..
DAGCombiner.cpp For better or worse, load from i1 is assumed to be zero extended. Do not 2006-11-27 04:40:53 +00:00
LegalizeDAG.cpp If a brcond condition is promoted, make sure to zero extend it, even if not 2006-11-27 04:39:56 +00:00
Makefile
ScheduleDAG.cpp Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead 2006-11-27 23:37:22 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSimple.cpp
SelectionDAG.cpp Fix an incorrectly inverted condition. 2006-11-16 00:08:20 +00:00
SelectionDAGISel.cpp Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead 2006-11-27 23:37:22 +00:00
SelectionDAGPrinter.cpp Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. 2006-11-17 13:07:55 +00:00
TargetLowering.cpp Fix the dag combiner bug corresponding to PR1014. 2006-11-27 21:50:02 +00:00