1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/AsmParser
Oren Ben Simhon 270c1993be [X86] Basic additions to support RegCall Calling Convention.
The Register Calling Convention (RegCall) was introduced by Intel to optimize parameter transfer on function call.
This calling convention ensures that as many values as possible are passed or returned in registers.
This commit presents the basic additions to LLVM CodeGen in order to support RegCall in X86.

Differential Revision: http://reviews.llvm.org/D25022

llvm-svn: 284108
2016-10-13 07:53:43 +00:00
..
CMakeLists.txt
LLLexer.cpp [X86] Basic additions to support RegCall Calling Convention. 2016-10-13 07:53:43 +00:00
LLLexer.h
LLParser.cpp [X86] Basic additions to support RegCall Calling Convention. 2016-10-13 07:53:43 +00:00
LLParser.h IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
LLToken.h [X86] Basic additions to support RegCall Calling Convention. 2016-10-13 07:53:43 +00:00
LLVMBuild.txt
Parser.cpp [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00