llvm-6502/lib/AsmParser
Charles Davis ac226bbf45 Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Summary:
This patch adds explicit calling convention types for the Win64 and
System V/x86-64 ABIs. This allows code to override the default, and use
the Win64 convention on a target that wants to use SysV (and
vice-versa). This is needed to implement the `ms_abi` and `sysv_abi` GNU
attributes.

Reviewers:

CC:

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186144 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-12 06:02:35 +00:00
..
CMakeLists.txt
LLLexer.cpp Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. 2013-07-12 06:02:35 +00:00
LLLexer.h Initial submission for the attribute group feature. 2013-02-06 06:52:58 +00:00
LLParser.cpp Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. 2013-07-12 06:02:35 +00:00
LLParser.h Added support for the Builtin attribute. 2013-06-27 00:25:01 +00:00
LLToken.h Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. 2013-07-12 06:02:35 +00:00
LLVMBuild.txt
Makefile
Parser.cpp keep only the StringRef version of getFileOrSTDIN. 2013-06-25 05:28:34 +00:00