llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands f00e74f4d6 Turn LegalizeTypes back off again for the moment:
it is breaking Darwin bootstrap due to missing
functionality.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53721 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-17 17:06:03 +00:00
..
CallingConvLower.cpp Trim unnecessary #includes. 2008-07-11 20:38:31 +00:00
DAGCombiner.cpp Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. This 2008-07-16 16:13:58 +00:00
LegalizeDAG.cpp Factorize some code for determining which libcall to use. 2008-07-17 02:36:29 +00:00
LegalizeFloatTypes.cpp Factorize some code for determining which libcall to use. 2008-07-17 02:36:29 +00:00
LegalizeIntegerTypes.cpp Factorize some code for determining which libcall to use. 2008-07-17 02:36:29 +00:00
LegalizeTypes.cpp Ignore TargetConstant with an illegal type. These 2008-07-14 17:15:45 +00:00
LegalizeTypes.h Add support for promoting and expanding AssertZext 2008-07-16 16:03:07 +00:00
LegalizeTypesGeneric.cpp Remove PromoteIntRes_FP_ROUND - not sure what it 2008-07-10 15:29:55 +00:00
LegalizeVectorTypes.cpp Reorder methods alphabetically. No functionality change. 2008-07-16 11:41:33 +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 SelectionDAG::AssignNodeIds is unused. 2008-07-15 18:29:32 +00:00
SelectionDAGISel.cpp Turn LegalizeTypes back off again for the moment: 2008-07-17 17:06:03 +00:00
SelectionDAGPrinter.cpp Improve debug output for MemOperandSDNode. PseudoSourceValue nodes 2008-07-14 17:51:24 +00:00
TargetLowering.cpp Factorize some code for determining which libcall to use. 2008-07-17 02:36:29 +00:00