llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 33b625bee4 Fold adds and subtracts of zero immediately, instead of waiting
for dagcombine to do this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51886 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-02 22:27:05 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Add #includes to make some dependencies explicit. 2008-05-23 20:40:06 +00:00
LegalizeDAG.cpp Add necessary 64-bit support so that gcc frontend compiles (mostly). Current 2008-06-02 22:18:03 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesExpand.cpp
LegalizeTypesFloatToInt.cpp
LegalizeTypesPromote.cpp
LegalizeTypesScalarize.cpp
LegalizeTypesSplit.cpp
Makefile
ScheduleDAG.cpp Use a better idiom to silence compiler warnings. 2008-05-14 21:08:07 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Silence the compiler warning differently. The 2008-05-16 09:19:16 +00:00
SelectionDAG.cpp Fold adds and subtracts of zero immediately, instead of waiting 2008-06-02 22:27:05 +00:00
SelectionDAGISel.cpp Use isSingleValueType instead of isFirstClassType to 2008-05-23 00:34:04 +00:00
SelectionDAGPrinter.cpp Fix an out-of-bounds access in -view-sunit-dags in the case of an 2008-04-21 20:07:30 +00:00
TargetLowering.cpp Xform bitconvert(build_pair(load a, load b)) to a single load if the load locations are at the right offset from each other. 2008-05-12 23:04:07 +00:00