llvm-6502/lib/CodeGen/SelectionDAG
Dale Johannesen 3c8b59c546 Add MVT::is128BitVector and is64BitVector. Shrink
unaligned load/store code using them.  Per review
of unaligned load/store vector patch.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47782 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-01 03:40:57 +00:00
..
CallingConvLower.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
DAGCombiner.cpp Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. 2008-02-27 00:25:32 +00:00
LegalizeDAG.cpp Add MVT::is128BitVector and is64BitVector. Shrink 2008-03-01 03:40:57 +00:00
LegalizeTypes.cpp LegalizeTypes support for EXTRACT_VECTOR_ELT. The 2008-02-27 13:34:40 +00:00
LegalizeTypes.h LegalizeTypes support for EXTRACT_VECTOR_ELT. The 2008-02-27 13:34:40 +00:00
LegalizeTypesExpand.cpp LegalizeTypes support for EXTRACT_VECTOR_ELT. The 2008-02-27 13:34:40 +00:00
LegalizeTypesPromote.cpp LegalizeTypes support for EXTRACT_VECTOR_ELT. The 2008-02-27 13:34:40 +00:00
LegalizeTypesScalarize.cpp LegalizeTypes support for EXTRACT_VECTOR_ELT. The 2008-02-27 13:34:40 +00:00
LegalizeTypesSplit.cpp Add a FIXME about the VECTOR_SHUFFLE evil hack. 2008-02-27 17:39:13 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp Keep track how many commutes are performed by the scheduler. 2008-02-28 07:40:24 +00:00
ScheduleDAGList.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
ScheduleDAGRRList.cpp Refactor / clean up code; remove td list scheduler special tie breaker (no real benefit). 2008-03-01 00:39:47 +00:00
SelectionDAG.cpp More APInt-ification. 2008-02-29 01:47:35 +00:00
SelectionDAGISel.cpp Use the new APInt-enabled form of getConstant instead of converting 2008-02-29 01:41:59 +00:00
SelectionDAGPrinter.cpp Final de-tabification. 2008-02-27 06:33:05 +00:00
TargetLowering.cpp Interface of getByValTypeAlignment differed between 2008-02-28 22:31:51 +00:00