llvm-6502/test/CodeGen/WinEH
Reid Kleckner 39789f81ab [SEH] Implement GetExceptionCode in __except blocks
This introduces an intrinsic called llvm.eh.exceptioncode. It is lowered
by copying the EAX value live into whatever basic block it is called
from. Obviously, this only works if you insert it late during codegen,
because otherwise mid-level passes might reschedule it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235768 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-24 20:25:05 +00:00
..
cppeh-alloca-sink.ll
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
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
cppeh-demote-liveout.ll
cppeh-frame-vars.ll [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +00:00
cppeh-inalloca.ll
cppeh-min-unwind.ll [WinEH] Split the landingpad BB instead of cloning it 2015-04-24 16:22:19 +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
cppeh-nested-2.ll
cppeh-nested-3.ll
cppeh-nonalloca-frame-values.ll
cppeh-prepared-catch-all.ll
cppeh-prepared-catch-reordered.ll
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
cppeh-shared-empty-catch.ll
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 Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" 2015-04-23 23:22:33 +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 Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" 2015-04-23 23:22:33 +00:00