llvm with tablegen backend for capstone disassembler
Go to file
Todd Fiala b17ac35f20 fix darwin_log test errors on macOS < 10.12
The newer event-based tests I added neglected to do the
macOS 10.12 check in the setup.  This caused earlier macOS
test suite runs to attempt to compile code that doesn't exist.

llvm-svn: 279672
2016-08-24 21:40:29 +00:00
clang Disable test under asan: it uses a lot of stack, and asan increases the 2016-08-24 21:30:00 +00:00
clang-tools-extra [clang-tidy misc-move-const-arg] more specific messages + suggest alternative solution 2016-08-24 21:23:24 +00:00
compiler-rt [sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-bit allocator to use a single array for free-d chunks instead of a lock-free linked list of tranfer batches. This change simplifies the code, makes the allocator more 'hardened', and will allow simpler code to release RAM to OS. This may also slowdown malloc stress tests due to lock contension, but I did not observe noticeable slowdown on various real multi-threaded benchmarks. 2016-08-24 21:20:10 +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 amdgcn: Also correct get_local_size type for HSA 2016-08-24 19:11:52 +00:00
libcxx libc++: add an option to build against compiler-rt 2016-08-24 04:22:52 +00:00
libcxxabi Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX 2016-08-16 03:44:55 +00:00
libunwind EHABI: cover switch once more 2016-08-18 23:59:12 +00:00
lld fix typo "varaibles" 2016-08-24 16:36:41 +00:00
lldb fix darwin_log test errors on macOS < 10.12 2016-08-24 21:40:29 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm CodeGen: If Convert blocks that would form a diamond when tail-merged. 2016-08-24 21:34:27 +00:00
openmp cleanup: fixed names of dummy arguments of Fortran interfaces declarations, no functional changes done 2016-08-17 18:18:21 +00:00
parallel-libs [StreamExecutor] Rename Executor to Device 2016-08-24 21:31:53 +00:00
polly Add %loadPolly to test command line. 2016-08-24 19:12:48 +00:00