aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
AgeCommit message (Expand)Author
2011-07-02Remove a grep that is already checked with FileCheck.Chandler Carruth
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-05-01Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-30Revert the previous patch while I figure out how to make llvm-gccRafael Espindola
2011-04-30Enable CFI on OS X.Rafael Espindola
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-04-14Remove -unwind-tables-optional everywhere, sinceDale Johannesen
2008-04-08Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen
2008-04-08Add -disable-required-unwind-tables to testsDale Johannesen
2007-10-11Add an explicit target triple to make this test behave as expected onDan Gohman
2007-09-18Objective-C was generating EH frame info like this:Bill Wendling