Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
[oota-llvm.git] / test / CodeGen / WinEH / cppeh-frame-vars.ll
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-24 Reid Kleckner[WinEH] Split the landingpad BB instead of cloning it
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-19 Reid KlecknerWinEH: Make llvm.eh.actions emission match the EH docs
2015-03-12 Reid KlecknerRemove some CHECK-NOT lines in favor of CHECK-NEXT
2015-03-11 Andrew KaylorExtended support for native Windows C++ EH outlining
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-03 Reid KlecknerWinEH: Remove vestigial EH object
2015-03-03 Andrew KaylorMoving WinEH outlining tests to an architecture neutral...