Age | Commit message (Expand) | Author |
2011-01-03 | Consider zero-length array of structs when | Fariborz Jahanian |
2010-12-26 | Add support for GNU runtime property set / get structure functions. Minor re... | David Chisnall |
2010-11-03 | Some fixes for synthesized ivar metadata (GNU runtime). | David Chisnall |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-19 | This patch implements Next's IRGen for -fconstant-string-class=class-name. | 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-15 | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall |
2010-10-04 | In the fragile ObjC ABI, save the caught exception to the side if there are | John McCall |
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-06 | LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ... | Argyrios Kyrtzidis |
2010-09-02 | IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy | Daniel Dunbar |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-08-21 | Simplify. | Daniel Dunbar |
2010-08-21 | IRgen: Move remaining MakeAddr() calls to MakeAddrLValue(). | Daniel Dunbar |
2010-08-20 | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian |
2010-08-18 | zap dead code. | Chris Lattner |
2010-08-17 | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar |
2010-08-15 | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis |
2010-08-11 | Fix a bug in @finally emission in both the fragile and non-fragile EH schemes | John McCall |
2010-08-09 | Support ObjC implementation decls for PCH. | Argyrios Kyrtzidis |
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-05 | For now skip over aggregate non-byref block variables. | Fariborz Jahanian |
2010-08-05 | Trying to unbreak buildbot. | Fariborz Jahanian |
2010-08-05 | Clean up of my last patch. | Fariborz Jahanian |
2010-08-04 | Block variable layout bitmap API generation. | Fariborz Jahanian |
2010-08-04 | More objc block variable layout info. work. | Fariborz Jahanian |
2010-08-04 | Some early work for providing block layout info. | 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-24 | Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. | John McCall |
2010-07-23 | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall |
2010-07-21 | Rename LazyCleanup -> Cleanup. No functionality change for these last three | John McCall |
2010-07-21 | Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazy | John McCall |
2010-07-21 | Convert the ObjC @synchronized cleanups to laziness. This is not actually | John McCall |
2010-07-20 | Adopt objc_assign_threadlocal() for __thread variables of GC types. | Fariborz Jahanian |
2010-07-20 | Re-apply fixed version of 108749, correctly conditionalizing the new sections on | Jim Grosbach |
2010-07-19 | Temporarily revert. Some odd internal breakage is likely related. | Jim Grosbach |
2010-07-19 | Put ObjC method names, method types and class names in separate string literal | Jim Grosbach |
2010-07-14 | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar |
2010-07-13 | Allow for the possibility that __cxa_end_catch might throw for a catch-all block | John McCall |
2010-07-13 | Teach IR generation how to lazily emit cleanups. This has a lot of advantages, | John McCall |
2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |