Go to file
Joerg Sonnenberger 096feeb741 Only lower __builtin_setjmp / __builtin_longjmp to
llvm.eh.sjlj.setjmp / llvm.eh.sjlj.longjmp, if the backend is known to
support them outside the Exception Handling context. The default
handling in LLVM codegen doesn't work and will create incorrect code.
The ARM backend on the other hand will assert if the intrinsics are
used.

llvm-svn: 230255
2015-02-23 20:23:47 +00:00
clang Only lower __builtin_setjmp / __builtin_longjmp to 2015-02-23 20:23:47 +00:00
clang-tools-extra Fixed script name in the clang-tidy documentation. 2015-02-23 01:12:41 +00:00
compiler-rt Re-land part of r230171: fix GoTsanRuntimeCheck with ccache. 2015-02-23 19:35:42 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. 2015-02-21 02:30:41 +00:00
libcxxabi Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length on OS X. 2015-02-21 04:30:36 +00:00
lld [ELF][Writer] Use llvm::StringMap instead 2015-02-23 13:50:23 +00:00
lldb Remove EOL whitespace from PlatformLinux 2015-02-23 20:18:37 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm Attempting to fix WinEHCatchDirector destructor related build failures. 2015-02-23 20:19:15 +00:00
openmp Two warning messages fixed. 2015-02-20 18:19:41 +00:00
polly [FIX] 2 broken tests 2015-02-23 16:34:20 +00:00