llvm-6502/test/CodeGen/WinEH
Reid Kleckner 85b9ebb7e8 [WinEH] Start EH preparation for 32-bit x86, it uses no arguments
32-bit x86 MSVC-style exceptions are functionaly similar to 64-bit, but
they take no arguments. Instead, they implicitly use the value of EBP
passed in by the caller as a pointer to the parent's frame. In LLVM, we
can represent this as llvm.frameaddress(1), and feed that into all of
our calls to llvm.framerecover.

The next steps are:
- Add an alloca to the fs:00 linked list of handlers
- Add something like llvm.sjlj.lsda or generalize it to store in the
  alloca
- Move state number calculation to WinEHPrepare, arrange for
  FunctionLoweringInfo to call it
- Use the state numbers to insert explicit loads and stores in the IR

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236172 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-29 22:49:54 +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 [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +00:00
cppeh-catch-and-throw.ll Fixing line endings 2015-04-20 20:27:28 +00:00
cppeh-catch-scalar.ll [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +00:00
cppeh-catch-unwind.ll [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +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-demote-liveout.ll [WinEH] Start EH preparation for 32-bit x86, it uses no arguments 2015-04-29 22:49:54 +00:00
cppeh-frame-vars.ll [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +00:00
cppeh-inalloca.ll [WinEH] Start EH preparation for 32-bit x86, it uses no arguments 2015-04-29 22:49:54 +00:00
cppeh-min-unwind.ll [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +00:00
cppeh-mixed-catch-and-cleanup.ll [WinEH] Split blocks at calls to llvm.eh.begincatch 2015-04-28 21:54:14 +00:00
cppeh-multi-catch.ll [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +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 [WinEH] Demote values and phis live across exception handlers up front 2015-04-22 21:05:21 +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 [WinEH] Don't skip landing pads that end with an unreachable instruction. 2015-04-23 00:20:44 +00:00
cppeh-prepared-catch.ll [opaque pointer type] Add textual IR support for explicit type parameter to the invoke instruction 2015-04-24 19:32:54 +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
cppeh-shared-empty-catch.ll [WinEH] Split blocks at calls to llvm.eh.begincatch 2015-04-28 21:54:14 +00:00
cppeh-similar-catch-blocks.ll [opaque pointer type] Add textual IR support for explicit type parameter to the invoke instruction 2015-04-24 19:32:54 +00:00
lit.local.cfg
seh-catch-all.ll [WinEH] Split blocks at calls to llvm.eh.begincatch 2015-04-28 21:54:14 +00:00
seh-inlined-finally.ll Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" 2015-04-23 23:22:33 +00:00
seh-outlined-finally.ll Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" 2015-04-23 23:22:33 +00:00
seh-prepared-basic.ll Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" 2015-04-23 23:22:33 +00:00
seh-resume-phi.ll [SEH] Implement GetExceptionCode in __except blocks 2015-04-24 20:25:05 +00:00
seh-simple.ll [WinEH] Start EH preparation for 32-bit x86, it uses no arguments 2015-04-29 22:49:54 +00:00