llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands 28c05ac995 There should be no extending loads or truncating
stores of one-element vectors.  Also, neaten the
handling of INSERT_VECTOR_ELT when the inserted
type is larger than the vector element type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53554 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-14 17:22:31 +00:00
..
CallingConvLower.cpp Trim unnecessary #includes. 2008-07-11 20:38:31 +00:00
DAGCombiner.cpp Use reserve. 2008-06-30 21:04:06 +00:00
LegalizeDAG.cpp Include a frame index in the "fixed stack" pseudo source value 2008-07-11 22:44:52 +00:00
LegalizeFloatTypes.cpp Add a mysteriously missing libcall, FPTOSINT_F80_I32. 2008-07-10 15:33:02 +00:00
LegalizeIntegerTypes.cpp It is pointless to turn a UINT_TO_FP into an 2008-07-11 17:00:14 +00:00
LegalizeTypes.cpp Ignore TargetConstant with an illegal type. These 2008-07-14 17:15:45 +00:00
LegalizeTypes.h Ignore TargetConstant with an illegal type. These 2008-07-14 17:15:45 +00:00
LegalizeTypesGeneric.cpp Remove PromoteIntRes_FP_ROUND - not sure what it 2008-07-10 15:29:55 +00:00
LegalizeVectorTypes.cpp There should be no extending loads or truncating 2008-07-14 17:22:31 +00:00
Makefile
ScheduleDAG.cpp Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. 2008-07-12 01:38:51 +00:00
ScheduleDAGList.cpp Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. 2008-07-12 01:38:51 +00:00
ScheduleDAGRRList.cpp Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. 2008-07-12 01:38:51 +00:00
SelectionDAG.cpp Include a frame index in the "fixed stack" pseudo source value 2008-07-11 22:44:52 +00:00
SelectionDAGISel.cpp Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. 2008-07-12 01:38:51 +00:00
SelectionDAGPrinter.cpp Revert my previous check-in that split up MachineModuleInfo. It turns out to 2008-07-03 22:53:42 +00:00
TargetLowering.cpp It is pointless to turn a UINT_TO_FP into an 2008-07-11 17:00:14 +00:00