[PATCH] D67855: [X86] Add new calling convention that guarantees tail call optimization

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 22:22:01 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL373976: [X86] Add new calling convention that guarantees tail call optimization (authored by rnk, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67855?vs=221788&id=223763#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67855/new/

https://reviews.llvm.org/D67855

Files:
  llvm/trunk/docs/BitCodeFormat.rst
  llvm/trunk/docs/CodeGenerator.rst
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/IR/CallingConv.h
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/CodeGen/Analysis.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/Target/X86/X86CallingConv.td
  llvm/trunk/lib/Target/X86/X86FastISel.cpp
  llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86Subtarget.h
  llvm/trunk/test/CodeGen/X86/musttail-tailcc.ll
  llvm/trunk/test/CodeGen/X86/tailcall-tailcc.ll
  llvm/trunk/test/CodeGen/X86/tailcc-calleesave.ll
  llvm/trunk/test/CodeGen/X86/tailcc-disable-tail-calls.ll
  llvm/trunk/test/CodeGen/X86/tailcc-fastcc.ll
  llvm/trunk/test/CodeGen/X86/tailcc-fastisel.ll
  llvm/trunk/test/CodeGen/X86/tailcc-largecode.ll
  llvm/trunk/test/CodeGen/X86/tailcc-stackalign.ll
  llvm/trunk/test/CodeGen/X86/tailcc-structret.ll
  llvm/trunk/test/CodeGen/X86/tailccbyval.ll
  llvm/trunk/test/CodeGen/X86/tailccbyval64.ll
  llvm/trunk/test/CodeGen/X86/tailccfp.ll
  llvm/trunk/test/CodeGen/X86/tailccfp2.ll
  llvm/trunk/test/CodeGen/X86/tailccpic1.ll
  llvm/trunk/test/CodeGen/X86/tailccpic2.ll
  llvm/trunk/test/CodeGen/X86/tailccstack64.ll
  llvm/trunk/utils/vim/syntax/llvm.vim

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67855.223763.patch
Type: text/x-patch
Size: 40221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191008/ca5d9689/attachment.bin>


More information about the llvm-commits mailing list