llvm-6502/test
Keno Fischer 890c16626f [CodeGen] Force emission of personality directive if explicitly specified
Summary:
Before this change, personality directives were not emitted
if there was no invoke left in the function (of course until
recently this also meant that we couldn't know what
the personality actually was). This patch forces personality directives
to still be emitted, unless it is known to be a noop in the absence of
invokes, or the user explicitly specified `nounwind` (and not
`uwtable`) on the function.

Reviewers: majnemer, rnk

Subscribers: rnk, llvm-commits

Differential Revision: http://reviews.llvm.org/D10884

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242185 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-14 19:22:51 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen [CodeGen] Force emission of personality directive if explicitly specified 2015-07-14 19:22:51 +00:00
DebugInfo
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC AArch64: add rev64 alias for 64-bit rev instruction. 2015-07-14 17:07:29 +00:00
Object llvm-ar: Don't try to extract from thin archives. 2015-07-14 16:55:13 +00:00
Other
SymbolRewriter
TableGen
tools
Transforms [SROA] Don't de-atomic volatile loads and stores 2015-07-14 06:19:58 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh