summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/exceptions.m
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...Hans Wennborg2019-04-161-1/+1
* Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...David L. Jones2019-04-041-1/+1
* SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...Hans Wennborg2019-04-021-1/+1
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-2/+2
* Update clang unittests for rL281586.Wei Mi2016-09-151-1/+1
* Rebase tests after LLVM r247707.Nico Weber2015-09-151-1/+1
* Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames2015-06-161-11/+11
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+3
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-3/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+3
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-3/+0
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-0/+3
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-3/+0
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-0/+3
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall2013-04-031-2/+2
* Re-enable this test to reflect re-enabling the new SROA pass.Chandler Carruth2012-10-021-4/+0
* Turn off this test, as the new and old SROA cause it produce different output.Nick Lewycky2012-09-261-0/+4
* Update the Clang tests which run with a full optimization pipeline forChandler Carruth2012-09-241-2/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* The optimizers figured out how to make this store 6.Nick Lewycky2011-11-151-5/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-1/+1
* update this test now that reassociate isn't stripping nsw's pointlessly.Chris Lattner2011-02-171-2/+2
* Update this test following recent optimizer changes.Dan Gohman2011-02-021-2/+2
* Not really any point to testing control flow in this test withoutJohn McCall2011-01-281-8/+1
* Update exceptions.m for r124462.Eric Christopher2011-01-281-4/+7
* In the fragile ObjC ABI, save the caught exception to the side if there areJohn McCall2010-10-041-0/+56
* Make this test a little less dependent on exact optimizer results.John McCall2010-08-111-6/+6
* Fix a bug in @finally emission in both the fragile and non-fragile EH schemesJohn McCall2010-08-111-0/+51
* Some more correctness fixes and code-size optimizations for fragile-ABIJohn McCall2010-08-041-20/+19
* Fix fragile-ABI ObjC exceptions in the presence of optimization withJohn McCall2010-07-311-0/+46
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-4/+25
* NeXT/EH: When generating the rethrow code for a finally block, make sure toDaniel Dunbar2010-04-231-0/+18