llvm with tablegen backend for capstone disassembler
Go to file
Jason Molenda b4892cd266 Add a new SBThread::SafeToCallFunctions API; this calls over to
the SystemRuntime to check if a thread will have any problems 
performing an inferior function call so the driver can skip
making that function call on that thread.  Often the function
call can be executed on another thread instead.
<rdar://problem/16777874> 

llvm-svn: 208732
2014-05-13 22:02:48 +00:00
clang Make this test target independent. 2014-05-13 20:16:43 +00:00
clang-tools-extra Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. 2014-05-10 16:32:07 +00:00
compiler-rt [libsanitizer] Fix the return type of internal_fork 2014-05-13 17:31:09 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
libcxxabi PR19091: Track whether we're demangling a function template specialization to 2014-05-12 18:44:13 +00:00
lld [ELF] Emit DT_TEXTREL dynamic table flag. 2014-05-13 07:37:09 +00:00
lldb Add a new SBThread::SafeToCallFunctions API; this calls over to 2014-05-13 22:02:48 +00:00
llvm Add missing line breaks to debug output in CodeGenPrepare 2014-05-13 21:54:22 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly fix clang format 2014-05-12 20:24:26 +00:00