Go to file
David Majnemer f828a0ccc7 [WinEH] Make FuncletLayout more robust against catchret
Catchret transfers control from a catch funclet to an earlier funclet.
However, it is not completely clear which funclet the catchret target is
part of.  Make this clear by stapling the catchret target's funclet
membership onto the CATCHRET SDAG node.

llvm-svn: 249052
2015-10-01 18:44:59 +00:00
clang Module debugging: Also emit Objective-C interfaces forward declarations 2015-10-01 16:57:02 +00:00
clang-tools-extra [CMake] Don't include the test directories if CLANG_INCLUDE_TESTS is Off 2015-10-01 18:16:56 +00:00
compiler-rt [asan] Tweak gen_dynamic_list.py to work with both Py2 and Py3. 2015-10-01 18:27:28 +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 tanh builtin 2015-09-29 06:39:09 +00:00
libcxx Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances 2015-10-01 08:34:37 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [CMake] Don't include the lld test directory if LLVM_INCLUDE_TESTS is Off 2015-10-01 18:17:47 +00:00
lldb Add a 'type lookup' command. This command is meant to look up type information by name in a language-specific way. 2015-10-01 18:16:18 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [WinEH] Make FuncletLayout more robust against catchret 2015-10-01 18:44:59 +00:00
openmp Fix memory corruption in Windows debug library 2015-09-25 17:23:17 +00:00
polly [FIX] Parallel codegen for invariant loads 2015-10-01 13:40:36 +00:00