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

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 10:42:53 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL264754: Swift Calling Convention: add swiftself attribute. (authored by mren).

Changed prior to commit:
  http://reviews.llvm.org/D17866?vs=50383&id=51950#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17866

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm-c/Core.h
  llvm/trunk/include/llvm/CodeGen/FastISel.h
  llvm/trunk/include/llvm/IR/Argument.h
  llvm/trunk/include/llvm/IR/Attributes.td
  llvm/trunk/include/llvm/Target/TargetCallingConv.h
  llvm/trunk/include/llvm/Target/TargetCallingConv.td
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/IR/Attributes.cpp
  llvm/trunk/lib/IR/Function.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Target/AArch64/AArch64CallingConvention.td
  llvm/trunk/lib/Target/AArch64/AArch64FastISel.cpp
  llvm/trunk/lib/Target/ARM/ARMCallingConv.td
  llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
  llvm/trunk/lib/Target/X86/X86CallingConv.td
  llvm/trunk/lib/Target/X86/X86FastISel.cpp
  llvm/trunk/test/Bitcode/attributes.ll
  llvm/trunk/test/CodeGen/AArch64/swiftself.ll
  llvm/trunk/test/CodeGen/ARM/swiftself.ll
  llvm/trunk/test/CodeGen/X86/swiftself.ll
  llvm/trunk/test/Verifier/swiftself.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17866.51950.patch
Type: text/x-patch
Size: 24393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160329/e2c2d4eb/attachment-0001.bin>


More information about the llvm-commits mailing list