summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/gnu-exceptions.m
Commit message (Expand)AuthorAgeFilesLines
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-1/+1
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-2/+3
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-1/+3
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-4/+1
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-2/+3
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-3/+2
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-1/+4
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-1/+1
* Enable the new (more C++-like, less broken) EH model when targeting the GNUstepDavid Chisnall2013-01-111-0/+3
* Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note thatDavid Chisnall2012-11-071-1/+1
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-3/+3
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-1/+1
* Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall2010-07-231-2/+6
* The GNU-runtime ObjC personality function doesn't let us rethrow with URR forJohn McCall2010-07-171-0/+25