[PATCH] D17866: Swift Calling Convention: add swiftself attribute
Manman Ren via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 13:54:49 PST 2016
manmanren created this revision.
manmanren added reviewers: lhames, rengolin, rnk.
manmanren added subscribers: llvm-commits, rjmccall.
Herald added subscribers: joker.eph, MatzeB.
Context can be found here:
RFC: Implementing the Swift calling convention in LLVM and Clang
https://groups.google.com/forum/#!topic/llvm-dev/epDd2w93kZ0
http://reviews.llvm.org/D17866
Files:
docs/LangRef.rst
include/llvm-c/Core.h
include/llvm/CodeGen/FastISel.h
include/llvm/IR/Argument.h
include/llvm/IR/Attributes.td
include/llvm/Target/TargetCallingConv.h
include/llvm/Target/TargetCallingConv.td
include/llvm/Target/TargetLowering.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/IR/Attributes.cpp
lib/IR/Function.cpp
lib/IR/Verifier.cpp
lib/Target/AArch64/AArch64CallingConvention.td
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMFastISel.cpp
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86FastISel.cpp
test/Bitcode/swiftself.ll
test/CodeGen/AArch64/swiftself.ll
test/CodeGen/ARM/swiftself.ll
test/CodeGen/X86/swiftself.ll
test/Verifier/swiftself.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17866.49774.patch
Type: text/x-patch
Size: 22702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160303/0dadf3fe/attachment.bin>
More information about the llvm-commits
mailing list