llvm-6502/lib/CodeGen/SelectionDAG
Dale Johannesen 9a645cd9d4 Emit correct code when making a ConstantPool entry for a vector
constant whose component type is not a legal type for the target.
(If the target ConstantPool cannot handle this type either, it has
an opportunity to merge elements.  In practice any target with
8-bit bytes must support i8 *as data*).  7320806 (partial).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86751 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-10 23:16:41 +00:00
..
CallingConvLower.cpp Add code to check at SelectionDAGISel::LowerArguments time to see if return values can be lowered to registers. Coming soon, code to perform sret-demotion if return values cannot be lowered to registers 2009-11-07 02:11:54 +00:00
CMakeLists.txt
DAGCombiner.cpp Remove an unneeded #include. 2009-11-09 22:28:30 +00:00
FastISel.cpp Implement support to debug inlined functions. 2009-11-10 23:06:00 +00:00
InstrEmitter.cpp Don't mark registers dead here when processing nodes with MVT::Flag 2009-10-30 23:57:47 +00:00
InstrEmitter.h
LegalizeDAG.cpp Emit correct code when making a ConstantPool entry for a vector 2009-11-10 23:16:41 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. 2009-10-25 06:33:48 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
ScheduleDAGList.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
ScheduleDAGRRList.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h Initial target-independent CodeGen support for BlockAddresses. 2009-10-30 01:27:03 +00:00
SelectionDAG.cpp Fix memoizing of CvtRndSatSDNode 2009-11-07 04:46:25 +00:00
SelectionDAGBuild.cpp Implement support to debug inlined functions. 2009-11-10 23:06:00 +00:00
SelectionDAGBuild.h Fix PR5421 by APInt'izing switch lowering. 2009-11-07 07:50:34 +00:00
SelectionDAGISel.cpp Implement support to debug inlined functions. 2009-11-10 23:06:00 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Add 8 bit libcalls and make use of them for msp430 2009-11-07 17:14:39 +00:00