llvm-project/llvm/lib/CodeGen/SelectionDAG
Duncan Sands b29f93613d Some LegalizeTypes code factorization and minor
enhancements.

llvm-svn: 48215
2008-03-11 06:41:14 +00:00
..
CallingConvLower.cpp Increase ISD::ParamFlags to 64 bits. Increase the ByValSize 2008-03-10 02:17:22 +00:00
DAGCombiner.cpp Somewhat better solution. 2008-03-10 19:58:22 +00:00
LegalizeDAG.cpp Generalize ExpandIntToFP to handle the case where the operand is legal 2008-03-11 01:59:03 +00:00
LegalizeTypes.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypes.h Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypesExpand.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypesPromote.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypesScalarize.cpp LegalizeTypes support for EXTRACT_VECTOR_ELT. The 2008-02-27 13:34:40 +00:00
LegalizeTypesSplit.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp variadic instructions don't have operand info for variadic arguments. 2008-03-11 03:14:42 +00:00
ScheduleDAGList.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
ScheduleDAGRRList.cpp Rename isOperand() to isOperandOf() (and other similar methods). It always confuses me. 2008-03-04 00:41:45 +00:00
SelectionDAG.cpp compile: double test() {} 2008-03-11 06:21:08 +00:00
SelectionDAGISel.cpp Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's 2008-03-10 15:42:14 +00:00
SelectionDAGPrinter.cpp Final de-tabification. 2008-02-27 06:33:05 +00:00
TargetLowering.cpp Implement more support for fp-to-i128 and i128-to-fp conversions. 2008-03-10 23:03:31 +00:00