llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands b988baccc2 Generalize the handling of call and return arguments,
in preparation for apint support.  These changes are
intended to have no functional effect.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46967 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-11 20:58:28 +00:00
..
CallingConvLower.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
DAGCombiner.cpp Add a isBigEndian method to complement isLittleEndian. 2008-02-11 10:37:04 +00:00
LegalizeDAG.cpp From Chris' review: use cast instead of dyn_cast with an assert. 2008-02-11 18:58:42 +00:00
LegalizeTypes.cpp I don't see how NodeUpdated can be called with a 2008-02-04 09:29:17 +00:00
LegalizeTypes.h Add truncate and AssertZext result expansion. 2008-02-10 10:08:52 +00:00
LegalizeTypesExpand.cpp Add a isBigEndian method to complement isLittleEndian. 2008-02-11 10:37:04 +00:00
LegalizeTypesPromote.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
LegalizeTypesScalarize.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LegalizeTypesSplit.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp From Chris' review: use isa instead of explicitly using classof. 2008-02-11 19:00:34 +00:00
ScheduleDAGList.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
ScheduleDAGRRList.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
SelectionDAG.cpp Added "Profile" method to APFloat for use with FoldingSet. 2008-02-11 17:24:50 +00:00
SelectionDAGISel.cpp Generalize the handling of call and return arguments, 2008-02-11 20:58:28 +00:00
SelectionDAGPrinter.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
TargetLowering.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00