llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands 452911c468 Forgot to update the chain result when softening
loads.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53287 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-09 11:15:31 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp
LegalizeDAG.cpp Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode's. This improves compile time slightly at -O0 -g. 2008-07-08 20:06:39 +00:00
LegalizeFloatTypes.cpp Forgot to update the chain result when softening 2008-07-09 11:15:31 +00:00
LegalizeIntegerTypes.cpp Remove custom expansion from LegalizeTypes when doing 2008-07-08 20:03:24 +00:00
LegalizeTypes.cpp Add explicit keywords. 2008-07-07 18:00:37 +00:00
LegalizeTypes.h LegalizeTypes soft float support for FP_TO_SINT and 2008-07-09 11:13:46 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp Remove custom expansion from LegalizeTypes when doing 2008-07-08 20:03:24 +00:00
Makefile
ScheduleDAG.cpp Pool-allocation for MachineInstrs, MachineBasicBlocks, and 2008-07-07 23:14:23 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp - Use a faster priority comparison function if -fast. 2008-07-02 09:23:51 +00:00
SelectionDAG.cpp Missed alignment argument on stores lowered from memcpy. 2008-07-09 06:38:06 +00:00
SelectionDAGISel.cpp Pool-allocation for SDNodes. The pool is allocated once for each function, 2008-07-07 23:02:41 +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