llvm-6502/lib/CodeGen/SelectionDAG
Cameron Zwarich 5a4b3d8c8f Fix PR9955 by only attaching load memory operands to load instructions and
similarly for stores. Now "make check" passes with the MachineVerifier forced
on with the VerifyCoalescing option!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131705 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-19 23:44:34 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Misc. code cleanups. 2011-05-17 22:20:36 +00:00
FastISel.cpp Make fast-isel work correctly s/uadd.with.overflow intrinsics. 2011-05-16 21:06:17 +00:00
FunctionLoweringInfo.cpp Make codegen able to handle values of empty types. This is one way 2011-05-13 15:18:06 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Revert commit 131534 since it seems to have broken several buildbots. 2011-05-18 14:57:56 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h Revert commit 131534 since it seems to have broken several buildbots. 2011-05-18 14:57:56 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices. Make the vector unrolling code respect that. 2011-05-02 22:25:45 +00:00
SelectionDAGBuilder.cpp Preserve debug info for unused zero extended boolean argument. 2011-05-16 21:24:05 +00:00
SelectionDAGBuilder.h Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
SelectionDAGISel.cpp Fix PR9955 by only attaching load memory operands to load instructions and 2011-05-19 23:44:34 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Update some currently-disabled code, preparing for eventual use. 2011-05-19 18:48:20 +00:00
TargetSelectionDAGInfo.cpp