summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature forDaniel Dunbar2010-10-161-14/+0
* IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don'tDaniel Dunbar2010-10-161-0/+14
* _Bool is not a keyword in C++. Fixes PR7388 and PR8349.Douglas Gregor2010-10-131-0/+5
* Test for //rdar: //8493239Fariborz Jahanian2010-10-111-1/+2
* IRgen/Obj-C: Fix encoding of "long double".Daniel Dunbar2010-10-111-0/+6
* Merge encode-test-1.m into encode-test.mDaniel Dunbar2010-10-112-36/+29
* FileCheck'ize test.Daniel Dunbar2010-10-111-6/+20
* tests: Tweak test to also match MSVC format.Daniel Dunbar2010-10-071-1/+1
* Re-enable EH cleanups to destroy __block variables, now that we have a moment toJohn McCall2010-10-061-6/+35
* In the fragile ObjC ABI, save the caught exception to the side if there areJohn McCall2010-10-041-0/+56
* Restore test. Is for //rdar://8493239Fariborz Jahanian2010-10-011-0/+34
* Remove test until further notice.Fariborz Jahanian2010-10-011-34/+0
* Fix test.Fariborz Jahanian2010-10-011-1/+1
* Output debug info. for ivars declared in classFariborz Jahanian2010-10-011-0/+34
* Attach aritifical attribute with implicit parameters.Devang Patel2010-09-291-0/+16
* update a bunch of tests that are using the x86 backend instead of grepping IR :(Chris Lattner2010-09-222-4/+4
* Block description for trivial block literals haveFariborz Jahanian2010-09-131-0/+8
* Fixes an obscure bug in importd block variable layoutFariborz Jahanian2010-09-111-0/+20
* Block ivar layout must assume that the 'isa'Fariborz Jahanian2010-09-091-5/+5
* Local static block variable referecned in itsFariborz Jahanian2010-09-071-0/+57
* LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ...Argyrios Kyrtzidis2010-09-061-0/+15
* Casting of a property reference to 'void' did notFariborz Jahanian2010-09-041-0/+18
* tests: Fix a dependency on the temporary value names.Daniel Dunbar2010-09-031-1/+1
* IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategyDaniel Dunbar2010-09-021-0/+43
* stop looking for #uses comments.Chris Lattner2010-09-021-1/+1
* Robustify test.Devang Patel2010-08-251-4/+2
* tests: Disable this test for now, it is overly pessimistic and I am not sure ...Daniel Dunbar2010-08-251-0/+3
* Support for IRGen of synthesize bitfield ivars inFariborz Jahanian2010-08-231-0/+51
* Patch to issue warning when colllection expresion's typeFariborz Jahanian2010-08-121-2/+2
* When re-raising an exception after a cleanup, we need to call _Unwind_Resume_...John McCall2010-08-111-1/+1
* IRGen support for functions returning objc objectFariborz Jahanian2010-08-111-0/+19
* 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
* Finishing up block variable layout API by supporting Fariborz Jahanian2010-08-061-0/+38
* Add support for block imported struct variable layout info.Fariborz Jahanian2010-08-051-0/+20
* Block variable layout bitmap API generation.Fariborz Jahanian2010-08-041-0/+65
* Some more correctness fixes and code-size optimizations for fragile-ABIJohn McCall2010-08-042-30/+34
* Fix fragile-ABI ObjC exceptions in the presence of optimization withJohn McCall2010-07-312-9/+88
* Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar2010-07-292-5/+5
* now that we have CGT around, we can start using preferred typesChris Lattner2010-07-291-1/+1
* Return type of a setter call caused byFariborz Jahanian2010-07-241-0/+47
* Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall2010-07-231-2/+6
* Re-apply fixed version of 108749, correctly conditionalizing the new sections onJim Grosbach2010-07-202-5/+5
* and revert the related tests, tooJim Grosbach2010-07-193-8/+8
* Update tests for r108749Jim Grosbach2010-07-193-8/+8
* IRgen: Add a test case I forgot to commit at some point.Daniel Dunbar2010-07-191-0/+38
* The GNU-runtime ObjC personality function doesn't let us rethrow with URR forJohn McCall2010-07-171-0/+25
* Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall2010-07-132-3/+3
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-4/+25
* IRgen: Assignment to Objective-C properties shouldn't reload the value, forDaniel Dunbar2010-06-291-0/+4
OpenPOWER on IntegriCloud