[PATCH] D17866: Swift Calling Convention: add swiftself attribute

Manman Ren via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 17:12:12 PST 2016


manmanren updated this revision to Diff 50382.

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.50382.patch
Type: text/x-patch
Size: 23362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160311/70edadc3/attachment.bin>


More information about the llvm-commits mailing list