| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Differential revision: https://reviews.llvm.org/D56946
llvm-svn: 351976
|
|
|
|
| |
llvm-svn: 346101
|
|
|
|
|
|
| |
https://reviews.llvm.org/D27769
llvm-svn: 289712
|
|
|
|
|
|
|
|
|
| |
Our support for C++ EH is sufficiently good that it makes sense to
enable support for it out of the box.
While we are here, update the MSVCCompatibility doc.
llvm-svn: 261195
|
|
|
|
|
|
|
|
| |
- Fix the formatting of the "Exceptions and SEH" section.
- Make the "Complete" text for "Thread-safe initialization of local
statics" green.
llvm-svn: 236706
|
|
|
|
| |
llvm-svn: 236698
|
|
|
|
|
|
|
|
|
| |
The MSVC 2015 ABI utilizes a rather straightforward adaptation of the
algorithm found in the appendix of N2382. While we are here, implement
support for emitting cleanups if an exception is thrown while we are
intitializing a static local variable.
llvm-svn: 236697
|
|
|
|
| |
llvm-svn: 236458
|
|
|
|
| |
llvm-svn: 232086
|
|
|
|
| |
llvm-svn: 231953
|
|
|
|
|
|
|
|
|
|
| |
Rethrowing exceptions in the MS model is very simple: just call
_CxxThrowException with nullptr for both arguments.
N.B. They chose stdcall as the calling convention for x86 but cdecl for
all other platforms.
llvm-svn: 222733
|
|
|
|
|
|
| |
The document should reflect that we now support emission for DWARF.
llvm-svn: 222731
|
|
|
|
| |
llvm-svn: 212237
|
|
|
|
|
|
| |
Make the status text for lambdas green.
llvm-svn: 212229
|
|
|
|
|
|
| |
Also removed a sentance that was no longer relevant.
llvm-svn: 212227
|
|
|
|
| |
llvm-svn: 212219
|
|
|
|
|
|
|
|
| |
It hasn't been updated to reflect the progress we've made. We've fuzz
tested VFTables, VBTables, layout, and RTTI data. We support lambdas
that are compatible with their scheme.
llvm-svn: 212193
|
|
|
|
| |
llvm-svn: 203002
|
|
|
|
| |
llvm-svn: 202732
|
|
This documents some of the status of supported functionality in MSVC
quirks mode. Some of this should be in
http://clang.llvm.org/compatibility.html instead when things have
stabilized.
llvm-svn: 202559
|