| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for | Daniel Dunbar | 2010-10-16 | 1 | -14/+0 |
* | IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't | Daniel Dunbar | 2010-10-16 | 1 | -0/+14 |
* | _Bool is not a keyword in C++. Fixes PR7388 and PR8349. | Douglas Gregor | 2010-10-13 | 1 | -0/+5 |
* | Test for //rdar: //8493239 | Fariborz Jahanian | 2010-10-11 | 1 | -1/+2 |
* | IRgen/Obj-C: Fix encoding of "long double". | Daniel Dunbar | 2010-10-11 | 1 | -0/+6 |
* | Merge encode-test-1.m into encode-test.m | Daniel Dunbar | 2010-10-11 | 2 | -36/+29 |
* | FileCheck'ize test. | Daniel Dunbar | 2010-10-11 | 1 | -6/+20 |
* | tests: Tweak test to also match MSVC format. | Daniel Dunbar | 2010-10-07 | 1 | -1/+1 |
* | Re-enable EH cleanups to destroy __block variables, now that we have a moment to | John McCall | 2010-10-06 | 1 | -6/+35 |
* | In the fragile ObjC ABI, save the caught exception to the side if there are | John McCall | 2010-10-04 | 1 | -0/+56 |
* | Restore test. Is for //rdar://8493239 | Fariborz Jahanian | 2010-10-01 | 1 | -0/+34 |
* | Remove test until further notice. | Fariborz Jahanian | 2010-10-01 | 1 | -34/+0 |
* | Fix test. | Fariborz Jahanian | 2010-10-01 | 1 | -1/+1 |
* | Output debug info. for ivars declared in class | Fariborz Jahanian | 2010-10-01 | 1 | -0/+34 |
* | Attach aritifical attribute with implicit parameters. | Devang Patel | 2010-09-29 | 1 | -0/+16 |
* | update a bunch of tests that are using the x86 backend instead of grepping IR :( | Chris Lattner | 2010-09-22 | 2 | -4/+4 |
* | Block description for trivial block literals have | Fariborz Jahanian | 2010-09-13 | 1 | -0/+8 |
* | Fixes an obscure bug in importd block variable layout | Fariborz Jahanian | 2010-09-11 | 1 | -0/+20 |
* | Block ivar layout must assume that the 'isa' | Fariborz Jahanian | 2010-09-09 | 1 | -5/+5 |
* | Local static block variable referecned in its | Fariborz Jahanian | 2010-09-07 | 1 | -0/+57 |
* | LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ... | Argyrios Kyrtzidis | 2010-09-06 | 1 | -0/+15 |
* | Casting of a property reference to 'void' did not | Fariborz Jahanian | 2010-09-04 | 1 | -0/+18 |
* | tests: Fix a dependency on the temporary value names. | Daniel Dunbar | 2010-09-03 | 1 | -1/+1 |
* | IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy | Daniel Dunbar | 2010-09-02 | 1 | -0/+43 |
* | stop looking for #uses comments. | Chris Lattner | 2010-09-02 | 1 | -1/+1 |
* | Robustify test. | Devang Patel | 2010-08-25 | 1 | -4/+2 |
* | tests: Disable this test for now, it is overly pessimistic and I am not sure ... | Daniel Dunbar | 2010-08-25 | 1 | -0/+3 |
* | Support for IRGen of synthesize bitfield ivars in | Fariborz Jahanian | 2010-08-23 | 1 | -0/+51 |
* | Patch to issue warning when colllection expresion's type | Fariborz Jahanian | 2010-08-12 | 1 | -2/+2 |
* | When re-raising an exception after a cleanup, we need to call _Unwind_Resume_... | John McCall | 2010-08-11 | 1 | -1/+1 |
* | IRGen support for functions returning objc object | Fariborz Jahanian | 2010-08-11 | 1 | -0/+19 |
* | Make this test a little less dependent on exact optimizer results. | John McCall | 2010-08-11 | 1 | -6/+6 |
* | Fix a bug in @finally emission in both the fragile and non-fragile EH schemes | John McCall | 2010-08-11 | 1 | -0/+51 |
* | Finishing up block variable layout API by supporting | Fariborz Jahanian | 2010-08-06 | 1 | -0/+38 |
* | Add support for block imported struct variable layout info. | Fariborz Jahanian | 2010-08-05 | 1 | -0/+20 |
* | Block variable layout bitmap API generation. | Fariborz Jahanian | 2010-08-04 | 1 | -0/+65 |
* | Some more correctness fixes and code-size optimizations for fragile-ABI | John McCall | 2010-08-04 | 2 | -30/+34 |
* | Fix fragile-ABI ObjC exceptions in the presence of optimization with | John McCall | 2010-07-31 | 2 | -9/+88 |
* | Revert "Re-apply fixed version of 108749, correctly conditionalizing the new | Daniel Dunbar | 2010-07-29 | 2 | -5/+5 |
* | now that we have CGT around, we can start using preferred types | Chris Lattner | 2010-07-29 | 1 | -1/+1 |
* | Return type of a setter call caused by | Fariborz Jahanian | 2010-07-24 | 1 | -0/+47 |
* | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 1 | -2/+6 |
* | Re-apply fixed version of 108749, correctly conditionalizing the new sections on | Jim Grosbach | 2010-07-20 | 2 | -5/+5 |
* | and revert the related tests, too | Jim Grosbach | 2010-07-19 | 3 | -8/+8 |
* | Update tests for r108749 | Jim Grosbach | 2010-07-19 | 3 | -8/+8 |
* | IRgen: Add a test case I forgot to commit at some point. | Daniel Dunbar | 2010-07-19 | 1 | -0/+38 |
* | The GNU-runtime ObjC personality function doesn't let us rethrow with URR for | John McCall | 2010-07-17 | 1 | -0/+25 |
* | Teach IR generation how to lazily emit cleanups. This has a lot of advantages, | John McCall | 2010-07-13 | 2 | -3/+3 |
* | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -4/+25 |
* | IRgen: Assignment to Objective-C properties shouldn't reload the value, for | Daniel Dunbar | 2010-06-29 | 1 | -0/+4 |