Address review comments: add 3 ARM calling conventions.
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 16 Jun 2009 18:50:49 +0000 (18:50 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 16 Jun 2009 18:50:49 +0000 (18:50 +0000)
commit385f5a99ecc7fee48a7539bc63d3e1d3b5089c0d
tree65b86d2fd305c5556f20201a37308a259308ea72
parent29327953097693a0376eaca021046d99c01f9f89
Address review comments: add 3 ARM calling conventions.
Dispatch C calling conv. to one of these conventions based on
target triple and subtarget features.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73530 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CallingConv.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/VMCore/AsmWriter.cpp