llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands 5ac319ac71 Add support for 128 bit multiplicative operations.
Lack of these caused a bootstrap failure with Fortran
on x86-64 with LegalizeTypes turned on.  While there,
be nice to 16 bit machines and support expansion of
i32 too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53408 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-10 15:35:05 +00:00
..
CallingConvLower.cpp Correct the allocation size for CCState's UsedRegs member, which 2008-06-30 20:25:31 +00:00
DAGCombiner.cpp Use reserve. 2008-06-30 21:04:06 +00:00
LegalizeDAG.cpp Add a mysteriously missing libcall, FPTOSINT_F80_I32. 2008-07-10 15:33:02 +00:00
LegalizeFloatTypes.cpp Add a mysteriously missing libcall, FPTOSINT_F80_I32. 2008-07-10 15:33:02 +00:00
LegalizeIntegerTypes.cpp Add support for 128 bit multiplicative operations. 2008-07-10 15:35:05 +00:00
LegalizeTypes.cpp Remove PromoteIntRes_FP_ROUND - not sure what it 2008-07-10 15:29:55 +00:00
LegalizeTypes.h Remove PromoteIntRes_FP_ROUND - not sure what it 2008-07-10 15:29:55 +00:00
LegalizeTypesGeneric.cpp Remove PromoteIntRes_FP_ROUND - not sure what it 2008-07-10 15:29:55 +00:00
LegalizeVectorTypes.cpp Make the LegalizeType method naming scheme more regular. 2008-07-10 15:25:04 +00:00
Makefile
ScheduleDAG.cpp Pool-allocation for MachineInstrs, MachineBasicBlocks, and 2008-07-07 23:14:23 +00:00
ScheduleDAGList.cpp Do not use computationally expensive scheduling heuristics with -fast. 2008-07-01 18:05:03 +00:00
ScheduleDAGRRList.cpp - Use a faster priority comparison function if -fast. 2008-07-02 09:23:51 +00:00
SelectionDAG.cpp Don't barf when dumping a constant that contains 2008-07-10 11:23:14 +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 Add support for 128 bit multiplicative operations. 2008-07-10 15:35:05 +00:00