Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / WinEH /
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...
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-20 Andrew KaylorFixing a bug with WinEH PHI handling
2015-03-19 Reid KlecknerWinEH: Make llvm.eh.actions emission match the EH docs
2015-03-18 Reid KlecknerUse WinEHPrepare to outline SEH finally blocks
2015-03-12 Andrew KaylorAdding WinEHPrepare tests (currently XFAILs)
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...