llvm with tablegen backend for capstone disassembler
Go to file
David Majnemer 4eecd30d19 [WinCOFF] Add support for the .safeseh directive
.safeseh adds an entry to the .sxdata section to register all the
appropriate functions which may handle an exception.  This entry is not
a relocation to the symbol but instead the symbol table index of the
function.

llvm-svn: 238641
2015-05-30 04:56:02 +00:00
clang Fix 80-column violations. 2015-05-29 23:09:49 +00:00
clang-tools-extra [clang-tidy] Fix for llvm.org/PR23355 2015-05-29 09:49:59 +00:00
compiler-rt [sanitizer] Add -lrt to dyndd link line. 2015-05-29 22:57:15 +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 a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Add TODO note about switching to __decltype 2015-05-29 23:21:03 +00:00
libcxxabi libcxx: Switch to use __gnu_unwind_frame() for libunwind. 2015-05-29 15:34:24 +00:00
libunwind libunwind: Fix unw_step() for ARM EHABI. 2015-05-29 15:33:38 +00:00
lld COFF: Move machine type auto-detection to SymbolTable. 2015-05-29 21:47:36 +00:00
lldb Fix inferior's i/o connections to its console window on Windows 7. 2015-05-29 23:01:25 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [WinCOFF] Add support for the .safeseh directive 2015-05-30 04:56:02 +00:00
openmp Allow CMAKE_OSX_ARCHITECTURES to build fat library. 2015-05-29 16:13:56 +00:00
polly Exploit non-negative numerators 2015-05-29 17:08:19 +00:00