summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/exceptions.m
AgeCommit message (Expand)Author
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault
2016-09-15Update clang unittests for rL281586.Wei Mi
2015-09-15Rebase tests after LLVM r247707.Nico Weber
2015-06-16Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames
2015-04-22Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer
2015-04-11Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber
2015-04-10Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-12-01Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison
2014-12-01Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison
2014-10-08Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison
2014-10-08Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-04-03In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall
2012-10-02Re-enable this test to reflect re-enabling the new SROA pass.Chandler Carruth
2012-09-26Turn off this test, as the new and old SROA cause it produce different output.Nick Lewycky
2012-09-24Update the Clang tests which run with a full optimization pipeline forChandler Carruth
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-11-15The optimizers figured out how to make this store 6.Nick Lewycky
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2011-02-17update this test now that reassociate isn't stripping nsw's pointlessly.Chris Lattner
2011-02-02Update this test following recent optimizer changes.Dan Gohman
2011-01-28Not really any point to testing control flow in this test withoutJohn McCall
2011-01-28Update exceptions.m for r124462.Eric Christopher
2010-10-04In the fragile ObjC ABI, save the caught exception to the side if there areJohn McCall
2010-08-11Make this test a little less dependent on exact optimizer results.John McCall
2010-08-11Fix a bug in @finally emission in both the fragile and non-fragile EH schemesJohn McCall
2010-08-04Some more correctness fixes and code-size optimizations for fragile-ABIJohn McCall
2010-07-31Fix fragile-ABI ObjC exceptions in the presence of optimization withJohn McCall
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-04-23NeXT/EH: When generating the rethrow code for a finally block, make sure toDaniel Dunbar