Merging r261039:
[oota-llvm.git] / test / CodeGen / WinEH /
2016-02-17 David MajnemerMerging r260733:
2016-01-10 Joseph Tremoulet[WinEH] Disallow cyclic unwinds
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-02 Joseph Tremoulet[WinEH] Update catchrets with cloned successors
2015-12-23 David Majnemer[WinEH] Don't visit the same catchswitch twice
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-19 Reid Kleckner[WinEH] Disable most forms of demotion
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-09 Andrew Kaylor[WinEH] Re-committing r252249 (Clone funclets with...
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 NAKAMURA TakumiRevert r252249 (and r252255, r252258), "[WinEH] Clone...
2015-11-06 Andrew KaylorTemporarily disable flaky checks in wineh-multi-parent...
2015-11-06 Andrew Kaylor[WinEH] Clone funclets with multiple parents
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Joseph Tremoulet[WinEH] Fix establisher param reg in CLR funclets
2015-10-17 Joseph Tremoulet[WinEH] Fix eh.exceptionpointer intrinsic lowering
2015-10-16 Joseph Tremoulet[WinEH] Fix endpad coloring/numbering
2015-10-13 Joseph Tremoulet[WinEH] Add CoreCLR EH table emission
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Joseph Tremoulet[WinEH] Fix cleanup state numbering
2015-10-07 David Majnemer[WinEH] Remove unreachable blocks before preparation
2015-10-07 Joseph Tremoulet[WinEH] Set NoModuleLevelChanges in clone flags
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 David Majnemer[WinEHPrepare] Turn terminatepad into a cleanuppad...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-16 David Majnemer[WinEHPrepare] Provide a cloning mode which doesn't...
2015-09-16 Reid Kleckner[WinEH] Skip state numbering when no EH pads are present
2015-09-11 Reid Kleckner[IR] Print the label operands of a catchpad like an...
2015-09-10 Joseph Tremoulet[WinEH] Fix single-block cleanup coloring
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
2015-08-28 Joseph Tremoulet[WinEH] Update coloring to handle nested cases cleanly
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-17 David Majnemer[WinEHPrepare] Replace unreasonable funclet terminators...
2015-08-17 Joseph Tremoulet[WinEHPrepare] Fix catchret successor phi demotion
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 Pat GavlinAdd a target environment for CoreCLR.
2015-08-13 Joseph Tremoulet[WinEHPrepare] Update demotion logic
2015-07-13 Reid Kleckner[WinEH] Strip the \01 character from the __CxxFrameHand...
2015-07-10 Reid Kleckner[SEH] Push reloads of the SEH code past phi nodes
2015-07-10 Reid Kleckner[WinEH] Make sure LSDA tables are 4 byte aligned
2015-07-08 Reid Kleckner[SEH] Ensure that empty __except blocks have their...
2015-07-07 Reid Kleckner[WinEH] Add localaddress intrinsic instead of using...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-06 Reid Kleckner[WinEH] Add some test cases I forgot to add to previous...
2015-07-06 Reid Kleckner[WinEH] Insert the EH code load before the block terminator
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-11 Andrew Kaylor[WinEH] Handle nested landing pads that return directly...
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-04-30 Ahmed BougachaFlip r236172 testcase RUN option ordering for BSD sed...
2015-04-29 Reid Kleckner[WinEH] Start EH preparation for 32-bit x86, it uses...
2015-04-28 Andrew Kaylor[WinEH] Split blocks at calls to llvm.eh.begincatch
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-24 Reid Kleckner[WinEH] Split the landingpad BB instead of cloning it
2015-04-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Reid Kleckner[WinEH] Replace more lpad value uses with undef
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
2015-04-23 Andrew Kaylor[WinEH] Don't skip landing pads that end with an unreac...
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-22 Reid Kleckner[WinEH] Demote values and phis live across exception...
2015-04-22 Reid Kleckner[WinEH] Correctly handle inlined __finally blocks with...
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-20 Andrew Kaylor[WinEH] Fix problem with mapping shared empty handler...
2015-04-20 Andrew KaylorFixing line endings
2015-04-17 Andrew Kaylor[WinEH] Fixes for a few cppeh failures.
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Reid KlecknerFix test failure due to racing commits
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Reid Kleckner[WinEH] Handle a landingpad, resume, and cleanup all...
2015-04-16 Reid Kleckner[SEH] Deal with users of the old lpad for SEH catch...
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-15 Reid KlecknerReland "[WinEH] Use the parent function when computing...
2015-04-15 Reid KlecknerRevert "[WinEH] Use the parent function when computing...
2015-04-15 Reid Kleckner[WinEH] Use the parent function when computing frameesc...
2015-04-14 Reid Kleckner[WinEH] Avoid emitting xdata tables twice for cleanups
2015-04-10 Reid Kleckner[WinEH] Recognize SEH finally block inserted by the...
2015-04-10 Reid Kleckner[WinEH] Try to make outlining invokes work a little...
2015-04-08 Andrew Kaylor[WinEH] Minor bug fixes.
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-06 Reid Kleckner[WinEH] Don't sink allocas into child handlers
2015-04-03 David Majnemer[WinEH] Fill out CatchHigh in the TryBlockMap
2015-04-03 David Majnemer[WinEH] Fill out .xdata for catch objects
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-03 Andrew Kaylor[WinEH] Handle nested landing pads in outlined catch...
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-04-01 Andrew KaylorFix WinEHPrepare bug with multiple catch handlers
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
next