llvm-6502/lib/CodeGen/SelectionDAG
2008-03-18 22:29:51 +00:00
..
CallingConvLower.cpp Increase ISD::ParamFlags to 64 bits. Increase the ByValSize 2008-03-10 02:17:22 +00:00
DAGCombiner.cpp Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll. 2008-03-18 22:29:51 +00:00
LegalizeDAG.cpp Make conversions of i8/i16 to ppcf128 work. 2008-03-18 17:28:38 +00:00
LegalizeTypes.cpp Initial soft-float support for LegalizeTypes. I rewrote 2008-03-12 21:27:04 +00:00
LegalizeTypes.h Initial soft-float support for LegalizeTypes. I rewrote 2008-03-12 21:27:04 +00:00
LegalizeTypesExpand.cpp More APInt-ification. 2008-03-13 22:13:53 +00:00
LegalizeTypesFloatToInt.cpp Initial soft-float support for LegalizeTypes. I rewrote 2008-03-12 21:27:04 +00:00
LegalizeTypesPromote.cpp Initial soft-float support for LegalizeTypes. I rewrote 2008-03-12 21:27:04 +00:00
LegalizeTypesScalarize.cpp Fix typo. 2008-03-12 20:35:19 +00:00
LegalizeTypesSplit.cpp Simplify using getIntPtrConstant. 2008-03-14 05:23:57 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs pass. Add a new TII, subreg_to_reg, which is like insert_subreg except that it takes an immediate implicit value to insert into rather than a register. 2008-03-16 03:12:01 +00:00
ScheduleDAGList.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
ScheduleDAGRRList.cpp When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting. 2008-03-11 07:19:34 +00:00
SelectionDAG.cpp More APInt-ification. 2008-03-13 22:13:53 +00:00
SelectionDAGISel.cpp Do not generate special entries in the dwarf eh 2008-03-14 21:36:24 +00:00
SelectionDAGPrinter.cpp Final de-tabification. 2008-02-27 06:33:05 +00:00
TargetLowering.cpp More APInt-ification. 2008-03-13 22:13:53 +00:00