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