Go to file
Jason Molenda 51a4511b72 Add additional checks to the SavedLocationForRegister method
where it is retrieving the Return Address register contents
on a target where that's a thing.  If we fail to get a valid
RA, we force a switch to the fallback unwind plan.  This patch
adds a sanity check for that fallback unwind plan -- it must
get a valid CFA for this frame in addition to being able to
retrieve the caller's PC -- and it correctly marks the unwind
rules as failing if the fallback unwind plan fails.

<rdar://problem/19010211> 

llvm-svn: 222301
2014-11-19 02:29:52 +00:00
clang clang-format: Add option to disable alignment after opening brackets 2014-11-18 23:55:27 +00:00
clang-tools-extra [clang-tidy] Move the missing namespace comment warnings to the closing brace 2014-11-17 17:32:32 +00:00
compiler-rt Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independent 2014-11-19 01:31:59 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Cleanup quick_exit tests and get them passing in C++03. 2014-11-19 01:45:12 +00:00
libcxxabi Add support for LLVM_USE_SANITIZER=Thread to test suite 2014-11-18 21:28:49 +00:00
lld [mach-o] propagate dylib version numbers 2014-11-19 02:21:53 +00:00
lldb Add additional checks to the SavedLocationForRegister method 2014-11-19 02:29:52 +00:00
llvm llvm-readobj: fix off-by-one error in COFFDumper 2014-11-19 02:07:10 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Enable SCEV based code generation by default 2014-11-16 22:50:23 +00:00