llvm with tablegen backend for capstone disassembler
Go to file
David Blaikie f63556d8b4 Modular Codegen: Separate flags for function and debug info support
This allows using and testing these two features separately. (noteably,
debug info is, so far as I know, always a win (basically). But function
modular codegen is currently a loss for highly optimized code - where
most of the linkonce_odr definitions are optimized away, so providing
weak_odr definitions is only overhead)

llvm-svn: 300104
2017-04-12 20:58:33 +00:00
clang Modular Codegen: Separate flags for function and debug info support 2017-04-12 20:58:33 +00:00
clang-tools-extra [clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, NFC 2017-04-12 17:13:08 +00:00
compiler-rt Avoid calling SizeClassMap::MaxCachedHint on hot path, it's not free. 2017-04-12 20:51:42 +00:00
debuginfo-tests Add an end-to-end testcase for address sanitizer. 2017-04-06 23:36:44 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx [libc++] Use more appropriate conditional for ABI macro definition 2017-04-12 19:56:37 +00:00
libcxxabi [CMake][libcxxabi] Use -nodefaultlibs for CMake checks 2017-04-07 20:10:41 +00:00
libunwind Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks" 2017-04-12 02:28:07 +00:00
lld [coff] default to multiple parallel ThinLTO jobs 2017-04-12 18:36:13 +00:00
lldb Add libc++ category to the remaining libc++ data formatters 2017-04-12 12:32:58 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [AMDGPU] Generate range metadata for workitem id 2017-04-12 20:48:56 +00:00
openmp Test cancellation_for_sections.c expectedly fails on GCC 2017-04-04 14:39:52 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Exploit BasicBlock::getModule to shorten code 2017-04-11 04:59:13 +00:00