summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-05-05-Personality.ll
AgeCommit message (Expand)Author
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2014-06-25Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi
2014-06-22Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi
2014-06-20Generate native unwind info on Win64Reid Kleckner
2014-03-31Two updated tests for MinGW 32 and 64 exception handling code generation.Yaron Keren
2011-11-08Convert to the new EH model.Bill Wendling
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-04-29Change DwarfCFIException's member variables to track what it actuallyRafael Espindola
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-03-14don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner