Go to file
Yaron Keren 2873810c6f Rename RunCallBacksToRun to llvm::sys::RunSignalHandlers
And expose it in Signals.h, allowing clients to call it directly,
possibly LLVMErrorHandler which currently calls RunInterruptHandlers
but not RunSignalHandlers, thus for example not printing the stack
backtrace on Unixish OSes. On Windows it does happen because
RunInterruptHandlers ends up calling the callbacks as well via 
Cleanup(). This difference in behaviour and code structures in
*/Signals.inc should be patched in the future.

llvm-svn: 242936
2015-07-22 21:11:17 +00:00
clang Fix -Wextra-semi warnings. 2015-07-22 20:46:26 +00:00
clang-tools-extra misc-unused-parameters: Fix handling of parameters in template functions. 2015-07-22 17:30:35 +00:00
compiler-rt [asan] Test clang's SEH implementation as well as MSVC's 2015-07-22 20:54:24 +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 R600: Implement accurate double precision sqrt v2 2015-07-10 13:37:08 +00:00
libcxx Remove more commented out code. That is what version control is for. 2015-07-22 04:37:12 +00:00
libcxxabi Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
libunwind libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
lld [ELF] Protect write access to the ELFLinkingContext::_cidentSections by a mutex 2015-07-22 10:32:19 +00:00
lldb Xtimeout TestProcessAttach for Linux. 2015-07-22 20:52:17 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm Rename RunCallBacksToRun to llvm::sys::RunSignalHandlers 2015-07-22 21:11:17 +00:00
openmp Fix OMPT support for task frames, parallel regions, and parallel regions + loops 2015-07-21 18:03:30 +00:00
polly [PM/AA] Update to reflect the new LLVM API which no longer requires an 2015-07-22 12:15:33 +00:00