summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/messages.m
Commit message (Expand)AuthorAgeFilesLines
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-2/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-3/+3
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-4/+4
* Fixed type error in last commit (forgot that now that selectors are notDavid Chisnall2011-03-231-8/+8
* objc IRGen for Next runtime message API.Fariborz Jahanian2011-03-011-2/+2
* Zero-initialize the struct-return slot of an Objective-C messageJohn McCall2011-02-261-6/+27
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Tests use the new clang.Fariborz Jahanian2009-12-141-3/+3
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-3/+3
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-6/+6
* Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian2009-09-101-1/+1
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Fixed a test case which I am to blame for making itFariborz Jahanian2009-06-011-4/+4
* Test for David Chisnall's -fobjc-sender-dependent-dispatch patch.Fariborz Jahanian2009-05-231-1/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add some Objective-C code generation tests.Daniel Dunbar2008-09-041-0/+21