Go to file
Reid Kleckner 9b5eaf0d5a Emit the Itanium LSDA for unknown EH personalities on Win64
This fixes lots of generic CodeGen tests that use __gcc_personality_v0.
This suggests that using ExceptionHandling::MSVC was a mistake, and we
should instead classify each function by personality function. This
would, for example, allow us to LTO a binary containing uses of SEH and
Itanium EH.

llvm-svn: 226019
2015-01-14 18:50:10 +00:00
clang Revert "More robust deployment target parsing on darwin" 2015-01-14 18:22:29 +00:00
clang-tools-extra docs/conf.py: bump version to 3.7 2015-01-14 18:32:20 +00:00
compiler-rt builtins: avoid duplicating unwind declarations 2015-01-14 15:55:17 +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 Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Fix a lit configuration diagnostic. NFC 2015-01-14 14:48:27 +00:00
libcxxabi Update PACKAGE_VERSION to 3.7.0svn 2015-01-14 18:30:55 +00:00
lld [cleanup] Re-sort #include lines using llvm/utils/sort_includes.py 2015-01-14 11:26:52 +00:00
lldb Implement demangling on Windows. 2015-01-14 18:34:43 +00:00
llgo irgen: expose DisableUnusedImportCheck flag 2015-01-14 05:18:16 +00:00
llvm Emit the Itanium LSDA for unknown EH personalities on Win64 2015-01-14 18:50:10 +00:00
openmp fixed the missed bracket introduced by checkin rev 225792 2015-01-13 15:16:49 +00:00
polly Use types of matching size when generating multi-dimensional address expressions 2015-01-13 19:37:59 +00:00