]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r256030:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 12 Oct 2013 15:56:13 +0000 (15:56 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 12 Oct 2013 15:56:13 +0000 (15:56 +0000)
commit902d0e60129b769026c9af72fc74dbb7721557d7
tree34438ab2962389e8c42616cb73e92eae4f827b30
parent0b2482d2701e429bce03eefdd1ae2b6967a264d8
MFC r256030:

Pull in r189644 from upstream llvm trunk:

  Add ms_abi and sysv_abi attribute handling.

  Based on a patch by Benno Rice!

This will help to develop EFI support.

Verified by: benno

git-svn-id: svn://svn.freebsd.org/base/stable/9@256382 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
21 files changed:
contrib/llvm/include/llvm/IR/CallingConv.h
contrib/llvm/lib/AsmParser/LLLexer.cpp
contrib/llvm/lib/AsmParser/LLParser.cpp
contrib/llvm/lib/AsmParser/LLToken.h
contrib/llvm/lib/IR/AsmWriter.cpp
contrib/llvm/lib/Target/X86/X86CallingConv.td
contrib/llvm/lib/Target/X86/X86FastISel.cpp
contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
contrib/llvm/lib/Target/X86/X86Subtarget.h
contrib/llvm/tools/clang/include/clang-c/Index.h
contrib/llvm/tools/clang/include/clang/AST/Type.h
contrib/llvm/tools/clang/include/clang/Basic/Attr.td
contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
contrib/llvm/tools/clang/lib/AST/DumpXML.cpp
contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
contrib/llvm/tools/clang/lib/AST/Type.cpp
contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp
contrib/llvm/tools/clang/lib/Basic/Targets.cpp
contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp
contrib/llvm/tools/clang/lib/Sema/SemaType.cpp