llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands c07e6e53f7 LegalizeTypes support for promotion of bswap.
In LegalizeDAG the value is zero-extended to
the new type before byte swapping.  It doesn't
matter how the extension is done since the new
bits are shifted off anyway after the swap, so
extend by any old rubbish bits.  This results
in the final assembler for the testcase being
one line shorter.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53604 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-15 10:18:22 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp
LegalizeDAG.cpp Fixed potential bug if the source and target of a bit convert have different alignment 2008-07-15 05:28:34 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp LegalizeTypes support for promotion of bswap. 2008-07-15 10:18:22 +00:00
LegalizeTypes.cpp Ignore TargetConstant with an illegal type. These 2008-07-14 17:15:45 +00:00
LegalizeTypes.h LegalizeTypes support for promotion of bswap. 2008-07-15 10:18:22 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp I don't think BUILD_PAIR can have a vector result. 2008-07-14 17:34:19 +00:00
Makefile
ScheduleDAG.cpp Reapply 53476 and 53480, with a fix so that it properly updates 2008-07-14 18:19:29 +00:00
ScheduleDAGList.cpp Reapply 53476 and 53480, with a fix so that it properly updates 2008-07-14 18:19:29 +00:00
ScheduleDAGRRList.cpp Reapply 53476 and 53480, with a fix so that it properly updates 2008-07-14 18:19:29 +00:00
SelectionDAG.cpp
SelectionDAGISel.cpp Reapply 53476 and 53480, with a fix so that it properly updates 2008-07-14 18:19:29 +00:00
SelectionDAGPrinter.cpp Improve debug output for MemOperandSDNode. PseudoSourceValue nodes 2008-07-14 17:51:24 +00:00
TargetLowering.cpp