[PATCH] D43841: Add an option to disable tail-call optimization for escaping blocks

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 17:55:49 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL326530: Add an option to disable tail-call optimization for escaping blocks. (authored by ahatanak, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D43841?vs=136584&id=136658#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43841

Files:
  cfe/trunk/include/clang/AST/Decl.h
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/include/clang/Frontend/CodeGenOptions.def
  cfe/trunk/lib/CodeGen/CGCall.cpp
  cfe/trunk/lib/Driver/ToolChains/Clang.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/lib/Sema/SemaExprObjC.cpp
  cfe/trunk/lib/Sema/SemaPseudoObject.cpp
  cfe/trunk/test/CodeGenObjC/disable-tail-call-escaping-block.m
  cfe/trunk/test/Driver/fno-escaping-block-tail-calls.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43841.136658.patch
Type: text/x-patch
Size: 11062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180302/1ce05162/attachment.bin>


More information about the llvm-commits mailing list