Go to file
Evgeniy Stepanov 73583d5f2d [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Avoid crashing when printing diagnostics for vtable-related CFI
errors. In diagnostic mode, the frontend does an additional check of
the vtable pointer against the set of all known vtable addresses and
lets the runtime handler know if it is safe to inspect the vtable.

http://reviews.llvm.org/D16824

llvm-svn: 259717
2016-02-03 22:19:04 +00:00
clang [cfi] Safe handling of unaddressable vtable pointers (clang). 2016-02-03 22:18:55 +00:00
clang-tools-extra [clang-tidy] Fix a crash issue on misc-virtual-near-miss check. 2016-02-03 17:21:44 +00:00
compiler-rt [cfi] Safe handling of unaddressable vtable pointers (compiler-rt). 2016-02-03 22:19:04 +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 Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx re.results.form: Format out-of-range subexpression references as null 2016-02-03 19:30:20 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Fix addend computation for IRELATIVE relocations. 2016-02-03 21:02:48 +00:00
lldb Pass socket scheme as part of debug server listen URL. 2016-02-03 22:02:43 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Replace static const int with enum to fix obnoxious linker errors about a missing definition 2016-02-03 21:45:39 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly test: make test case more robust against removal of unrelated instructions 2016-02-03 21:10:11 +00:00