Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
authorDuncan Sands <baldrick@free.fr>
Fri, 16 Nov 2012 12:36:39 +0000 (12:36 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 16 Nov 2012 12:36:39 +0000 (12:36 +0000)
commitdc7f174b5e049172f085ff5957f58998bdc446a4
tree1e5d42f7a98159ac67d5222a39a0bbc9892ea3aa
parentc5519d3b26463f4d5c38e2b878d320edbab77f57
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168166 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodeGenerator.rst
docs/LangRef.html
include/llvm/CallingConv.h
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86RegisterInfo.cpp
test/CodeGen/X86/hipe-cc.ll [new file with mode: 0644]
test/CodeGen/X86/hipe-cc64.ll [new file with mode: 0644]