Go to file
Saleem Abdulrasool 7206a52522 MC: rename EmitWin64EH routines
Rename the routines to reflect the reality that they are more related to call
frame information than to Win64 EH. Although EH is implemented in an intertwined
manner by augmenting with an exception handler and an associated parameter, the
majority of these routines emit information required to unwind the frames. This
also helps identify that these routines are generic for most windows platforms
(they apply equally to nearly all architectures except x86) although the
encoding of the information is architecture dependent.

Unwinding data is emitted via EmitWinCFI* and exception handling information via
EmitWinEH*.

llvm-svn: 211994
2014-06-29 01:52:01 +00:00
clang test: add a test for windows itanium exceptions 2014-06-28 23:34:15 +00:00
clang-tools-extra Make clang-tidy-diff.py py3-compatible. 2014-06-27 01:10:18 +00:00
compiler-rt tsan: fix and re-enable a test 2014-06-27 22:27:02 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number instead 2014-06-26 15:26:38 +00:00
libcxx Patch from Albert J. Wong to make type_traits take advantage of gcc intrinsics in 4.7 and later. No functionality change when using clang. 2014-06-26 01:07:56 +00:00
libcxxabi Silence the implicit signed/unsigned conversion warning. 2014-06-27 17:17:44 +00:00
lld [mach-o] fix struct initialization to work with Windows compiler 2014-06-27 19:08:56 +00:00
lldb Don't truncate the target triple when initializing clang. 2014-06-27 23:19:42 +00:00
llvm MC: rename EmitWin64EH routines 2014-06-29 01:52:01 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [C++11] Use more range based fors 2014-06-28 08:59:45 +00:00