Go to file
Nirav Dave 2aab7f4358 Add support for no-jump-tables
Add function soft attribute to the generation of Jump Tables in CodeGen
as initial step towards clang support of gcc's no-jump-table support

Reviewers: hans, echristo

Subscribers: llvm-commits

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

llvm-svn: 264756
2016-03-29 17:46:23 +00:00
clang [Sema] Handle UTF-8 invalid format string specifiers 2016-03-29 17:35:02 +00:00
clang-tools-extra [clang-tidy] Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references. 2016-03-29 02:42:38 +00:00
compiler-rt [Darwin] [Builtins] Cleaning up OS X exclude lists. NFC. 2016-03-29 17:34:13 +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 math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Implement is_always_lock_free 2016-03-25 15:48:21 +00:00
libcxxabi [libcxxabi] Disable cxa_thread_atexit_test if unavailable 2016-03-17 10:00:24 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld [ELF][MIPS] Remove redundant comments from the test. NFC. 2016-03-29 14:26:24 +00:00
lldb Don't try to call getTypeSize() on a class if it isn't complete as clang will assert and kill the process. 2016-03-29 17:36:38 +00:00
llgo [llgo] Increment "Debug Info Version" 2016-03-23 23:09:00 +00:00
llvm Add support for no-jump-tables 2016-03-29 17:46:23 +00:00
openmp [STATS] Missing check for MIC in config-ix.cmake 2016-03-28 18:53:10 +00:00
polly Revert "[ScopInfo] Fix domains after loops." 2016-03-29 07:50:52 +00:00