aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
2010-11-11Adding couple of Block API, a bug fix andFariborz Jahanian
2010-11-10test case for r118726.Devang Patel
2010-11-09Restore patch reversed in r118475. FixesFariborz Jahanian
2010-11-09Reverse patch for // rdar://8632525. It mightFariborz Jahanian
2010-11-08Provide a precise builtin declaration for objc_msgSendFariborz Jahanian
2010-10-22Tidy up MIPS_linkage name. Provide it only if it does not match regular name,...Devang Patel
2010-10-19This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian
2010-10-18patch fixes class names missing from method names in debug information for Fariborz Jahanian
2010-10-16Coding by inspection has its problems.John McCall
2010-10-16objc_exception_rethrow does not take an exception argument.John McCall
2010-10-16Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature forDaniel Dunbar
2010-10-16IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don'tDaniel Dunbar
2010-10-13_Bool is not a keyword in C++. Fixes PR7388 and PR8349.Douglas Gregor
2010-10-11Test for //rdar: //8493239Fariborz Jahanian
2010-10-11IRgen/Obj-C: Fix encoding of "long double".Daniel Dunbar
2010-10-11Merge encode-test-1.m into encode-test.mDaniel Dunbar
2010-10-11FileCheck'ize test.Daniel Dunbar
2010-10-07tests: Tweak test to also match MSVC format.Daniel Dunbar
2010-10-06Re-enable EH cleanups to destroy __block variables, now that we have a moment toJohn McCall
2010-10-04In the fragile ObjC ABI, save the caught exception to the side if there areJohn McCall
2010-10-01Restore test. Is for //rdar://8493239Fariborz Jahanian
2010-10-01Remove test until further notice.Fariborz Jahanian
2010-10-01Fix test.Fariborz Jahanian
2010-10-01Output debug info. for ivars declared in classFariborz Jahanian
2010-09-29Attach aritifical attribute with implicit parameters.Devang Patel
2010-09-22update a bunch of tests that are using the x86 backend instead of grepping IR :(Chris Lattner
2010-09-13Block description for trivial block literals haveFariborz Jahanian
2010-09-11Fixes an obscure bug in importd block variable layoutFariborz Jahanian
2010-09-09Block ivar layout must assume that the 'isa'Fariborz Jahanian
2010-09-07Local static block variable referecned in itsFariborz Jahanian
2010-09-06LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ...Argyrios Kyrtzidis
2010-09-04Casting of a property reference to 'void' did notFariborz Jahanian
2010-09-03tests: Fix a dependency on the temporary value names.Daniel Dunbar
2010-09-02IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategyDaniel Dunbar
2010-09-02stop looking for #uses comments.Chris Lattner
2010-08-25Robustify test.Devang Patel
2010-08-25tests: Disable this test for now, it is overly pessimistic and I am not sure ...Daniel Dunbar
2010-08-23Support for IRGen of synthesize bitfield ivars inFariborz Jahanian
2010-08-12Patch to issue warning when colllection expresion's typeFariborz Jahanian
2010-08-11When re-raising an exception after a cleanup, we need to call _Unwind_Resume_...John McCall
2010-08-11IRGen support for functions returning objc objectFariborz Jahanian
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-06Finishing up block variable layout API by supporting Fariborz Jahanian
2010-08-05Add support for block imported struct variable layout info.Fariborz Jahanian
2010-08-04Block variable layout bitmap API generation.Fariborz Jahanian
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-29Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar
2010-07-29now that we have CGT around, we can start using preferred typesChris Lattner