Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fixes here...
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 3 Aug 2009 08:13:56 +0000 (08:13 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 3 Aug 2009 08:13:56 +0000 (08:13 +0000)
commit4ab15535e7028a48d75c9d08ed57e9b3b05b1f53
tree04cacd4a984c7366e7a609325d82533ab5f92ea9
parent80cb8aa86282281ceef49638f11e07d62b0d2ee3
Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fixes here and there (mostly __m64).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77964 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
include/llvm/Target/TargetCallingConv.td
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86ISelLowering.cpp
utils/TableGen/CallingConvEmitter.cpp