llvm-6502/lib/CodeGen/SelectionDAG
Mon P Wang 364d73ddab Fixed generating incorrect aligned stores that I backout of r53031
that fixed problems in EmitStackConvert where the source and target type
have different alignment by creating a stack slot with the max
alignment of source and target type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53150 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 20:40:31 +00:00
..
CallingConvLower.cpp Correct the allocation size for CCState's UsedRegs member, which 2008-06-30 20:25:31 +00:00
DAGCombiner.cpp Use reserve. 2008-06-30 21:04:06 +00:00
LegalizeDAG.cpp Fixed generating incorrect aligned stores that I backout of r53031 2008-07-05 20:40:31 +00:00
LegalizeFloatTypes.cpp Rather than having a different custom legalization 2008-07-04 11:47:58 +00:00
LegalizeIntegerTypes.cpp Rather than having a different custom legalization 2008-07-04 11:47:58 +00:00
LegalizeTypes.cpp Let AnalyzeNewNode take care of calling ExpungeNode. 2008-07-02 09:56:41 +00:00
LegalizeTypes.h Let AnalyzeNewNode take care of calling ExpungeNode. 2008-07-02 09:56:41 +00:00
LegalizeTypesGeneric.cpp Support for expanding the result of EXTRACT_ELEMENT. 2008-06-23 15:08:15 +00:00
LegalizeVectorTypes.cpp Rather than having a different custom legalization 2008-07-04 11:47:58 +00:00
Makefile
ScheduleDAG.cpp Replace a few uses of SelectionDAG::getTargetNode with 2008-07-02 23:23:19 +00:00
ScheduleDAGList.cpp Do not use computationally expensive scheduling heuristics with -fast. 2008-07-01 18:05:03 +00:00
ScheduleDAGRRList.cpp - Use a faster priority comparison function if -fast. 2008-07-02 09:23:51 +00:00
SelectionDAG.cpp Fixed generating incorrect aligned stores that I backout of r53031 2008-07-05 20:40:31 +00:00
SelectionDAGISel.cpp Rather than having a different custom legalization 2008-07-04 11:47:58 +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 Add support for expanding PPC 128 bit floats. 2008-06-25 20:24:48 +00:00