llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman a332f17c8c Generalize the new code in instcombine's ComputeNumSignBits for handling
and/or to handle more cases (such as this add-sitofp.ll testcase), and
port it to selectiondag's ComputeNumSignBits.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51469 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-23 02:28:01 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Code simplification. 2008-05-20 20:56:33 +00:00
LegalizeDAG.cpp If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is a v1* vector. 2008-05-16 17:19:05 +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 Generalize the new code in instcombine's ComputeNumSignBits for handling 2008-05-23 02:28:01 +00:00
SelectionDAGISel.cpp Use isSingleValueType instead of isFirstClassType to 2008-05-23 00:34:04 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp