llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 6a559cd695 Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl
in order to fold it into a load.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118471 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-09 01:54:35 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl 2010-11-09 01:54:35 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Two sets of changes. Sorry they are intermingled. 2010-11-03 00:45:17 +00:00
ScheduleDAGSDNodes.cpp Two sets of changes. Sorry they are intermingled. 2010-11-03 00:45:17 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp When passing a parameter using the 'byval' mechanism, inline code needs to be used 2010-11-05 15:20:29 +00:00
SelectionDAGBuilder.cpp Inside the calling convention logic LocVT is always a simple 2010-11-03 11:35:31 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp Simplify uses of MVT and EVT. An MVT can be compared directly 2010-11-03 12:17:33 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Fix an inline asm pasto from 117667; was preventing 2010-11-09 01:15:07 +00:00
TargetSelectionDAGInfo.cpp