1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Dan Gohman 689d8cac04 Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.
Change several cases in SimplifyDemandedMask that don't ever do any
simplifying to reuse the logic in ComputeMaskedBits instead of
duplicating it.

llvm-svn: 47648
2008-02-27 00:25:32 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. 2008-02-27 00:25:32 +00:00
LegalizeDAG.cpp
LegalizeTypes.cpp Fix a nasty bug in LegalizeTypes (spotted in 2008-02-26 11:21:42 +00:00
LegalizeTypes.h Fix a nasty bug in LegalizeTypes (spotted in 2008-02-26 11:21:42 +00:00
LegalizeTypesExpand.cpp Fix a nasty bug in LegalizeTypes (spotted in 2008-02-26 11:21:42 +00:00
LegalizeTypesPromote.cpp Fix a nasty bug in LegalizeTypes (spotted in 2008-02-26 11:21:42 +00:00
LegalizeTypesScalarize.cpp Fix a nasty bug in LegalizeTypes (spotted in 2008-02-26 11:21:42 +00:00
LegalizeTypesSplit.cpp Fix a nasty bug in LegalizeTypes (spotted in 2008-02-26 11:21:42 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Rename PrintableName to Name. 2008-02-26 21:47:57 +00:00
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp Rename PrintableName to Name. 2008-02-26 21:47:57 +00:00
TargetLowering.cpp Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. 2008-02-27 00:25:32 +00:00