The attached patches implement most of the ARM AAPCS-VFP hard float
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 8 Jun 2009 22:53:56 +0000 (22:53 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 8 Jun 2009 22:53:56 +0000 (22:53 +0000)
commit0eebf653a7b2978e7761f8d068b6fbec22aea0f6
treedf0088f83e5e2ae021b18f475d954fd39c6b2cab
parentccbfb8d3d8aaa201e7adebc8a0088cf7b2698d42
The attached patches implement most of the ARM AAPCS-VFP hard float
ABI. The missing piece is support for putting "homogeneous aggregates"
into registers.

Patch by Sandeep Patel!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73095 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOptions.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/TargetMachine.cpp
lib/Target/X86/X86Subtarget.cpp