llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman a80efceb93 Fix what surely must be a copy+pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67881 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-27 23:55:04 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Pull transform from target-dependent code into target-independent code. 2009-03-26 06:14:09 +00:00
FastISel.cpp
LegalizeDAG.cpp For inline asm output operand that matches an input. Encode the input operand index in the high bits. 2009-03-20 18:03:34 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Fixed the comment. No functionality change. 2009-03-20 09:38:50 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Minor compile-time optimization; don't bother checking 2009-03-24 00:50:07 +00:00
ScheduleDAGSDNodes.cpp Don't set SUnit::hasPhysRegDefs to true unless the defs are 2009-03-23 17:39:36 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGSDNodesEmit.cpp For inline asm output operand that matches an input. Encode the input operand index in the high bits. 2009-03-20 18:03:34 +00:00
SelectionDAG.cpp Now that errs() is properly non-buffered, there's no need to 2009-03-23 15:57:19 +00:00
SelectionDAGBuild.cpp Revert 67132. This is breaking some objective-c apps. 2009-03-25 20:20:11 +00:00
SelectionDAGBuild.h Initialize LiveOutInfo's APInt members to zero, as APInt's 2009-03-27 23:51:02 +00:00
SelectionDAGISel.cpp Fix what surely must be a copy+pasto. 2009-03-27 23:55:04 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp