llvm-6502/test/CodeGen/WinEH
Reid Kleckner 9dea1d0d01 [SEH] Reimplement x64 SEH using WinEHPrepare
This now emits simple, unoptimized xdata tables for __C_specific_handler
based on the handlers listed in @llvm.eh.actions calls produced by
WinEHPrepare.

This adds support for running __finally blocks when exceptions are
thrown, and removes the old landingpad fan-in codepath.

I ran some manual execution tests on small basic test cases with and
without optimization, as well as on Chrome base_unittests, which uses a
small amount of SEH.  I'm sure there are bugs, and we may need to
revert.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235154 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-17 01:01:27 +00:00
..
cppeh-alloca-sink.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-catch-all.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-catch-scalar.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-catch-unwind.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-cleanup-invoke.ll [WinEH] Try to make outlining invokes work a little better 2015-04-10 16:26:42 +00:00
cppeh-frame-vars.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-inalloca.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-min-unwind.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-multi-catch.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-nested-1.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-nested-2.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-nested-3.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-nonalloca-frame-values.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-prepared-catch-all.ll [WinEH] Fix xdata generation when no catch object is present 2015-04-07 19:46:38 +00:00
cppeh-prepared-catch-reordered.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-prepared-catch.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
cppeh-prepared-cleanups.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
lit.local.cfg
seh-catch-all.ll [SEH] Reimplement x64 SEH using WinEHPrepare 2015-04-17 01:01:27 +00:00
seh-inlined-finally.ll [SEH] Reimplement x64 SEH using WinEHPrepare 2015-04-17 01:01:27 +00:00
seh-outlined-finally.ll [SEH] Reimplement x64 SEH using WinEHPrepare 2015-04-17 01:01:27 +00:00
seh-prepared-basic.ll [SEH] Reimplement x64 SEH using WinEHPrepare 2015-04-17 01:01:27 +00:00
seh-simple.ll [SEH] Reimplement x64 SEH using WinEHPrepare 2015-04-17 01:01:27 +00:00