| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert RecordLayout::DataSize to CharUnits from bits, eliminating two | Ken Dyck | 2011-02-11 | 1 | -1/+1 |
| * | Add a helper function, ASTContext::toBits(), that converts sizes in | Ken Dyck | 2011-02-11 | 1 | -2/+1 |
| * | Convert RecordLayout::Size to CharUnits from bits. No changes to | Ken Dyck | 2011-02-09 | 1 | -2/+3 |
| * | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -0/+1 |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -39/+53 |
| * | Move all the cleanups framework code into a single file. | John McCall | 2011-01-28 | 1 | -1/+1 |
| * | Consider zero-length array of structs when | Fariborz Jahanian | 2011-01-03 | 1 | -1/+1 |
| * | Add support for GNU runtime property set / get structure functions. Minor re... | David Chisnall | 2010-12-26 | 1 | -3/+10 |
| * | Some fixes for synthesized ivar metadata (GNU runtime). | David Chisnall | 2010-11-03 | 1 | -0/+1 |
| * | Substantially revise how clang computes the visibility of a declaration to | John McCall | 2010-10-22 | 1 | -5/+5 |
| * | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian | 2010-10-19 | 1 | -1/+1 |
| * | Coding by inspection has its problems. | John McCall | 2010-10-16 | 1 | -0/+2 |
| * | objc_exception_rethrow does not take an exception argument. | John McCall | 2010-10-16 | 1 | -23/+9 |
| * | Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for | Daniel Dunbar | 2010-10-16 | 1 | -1/+1 |
| * | IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't | Daniel Dunbar | 2010-10-16 | 1 | -1/+1 |
| * | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -3/+3 |
| * | In the fragile ObjC ABI, save the caught exception to the side if there are | John McCall | 2010-10-04 | 1 | -6/+33 |
| * | Block description for trivial block literals have | Fariborz Jahanian | 2010-09-13 | 1 | -2/+1 |
| * | Fixes an obscure bug in importd block variable layout | Fariborz Jahanian | 2010-09-11 | 1 | -5/+8 |
| * | Block ivar layout must assume that the 'isa' | Fariborz Jahanian | 2010-09-09 | 1 | -0/+3 |
| * | LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or ... | Argyrios Kyrtzidis | 2010-09-06 | 1 | -15/+24 |
| * | IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy | Daniel Dunbar | 2010-09-02 | 1 | -21/+24 |
| * | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek | 2010-09-01 | 1 | -6/+7 |
| * | Simplify. | Daniel Dunbar | 2010-08-21 | 1 | -3/+2 |
| * | IRgen: Move remaining MakeAddr() calls to MakeAddrLValue(). | Daniel Dunbar | 2010-08-21 | 1 | -5/+7 |
| * | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian | 2010-08-20 | 1 | -5/+3 |
| * | zap dead code. | Chris Lattner | 2010-08-18 | 1 | -50/+14 |
| * | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar | 2010-08-17 | 1 | -2/+2 |
| * | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -36/+0 |
| * | Fix a bug in @finally emission in both the fragile and non-fragile EH schemes | John McCall | 2010-08-11 | 1 | -5/+16 |
| * | Support ObjC implementation decls for PCH. | Argyrios Kyrtzidis | 2010-08-09 | 1 | -4/+20 |
| * | Finishing up block variable layout API by supporting | Fariborz Jahanian | 2010-08-06 | 1 | -8/+10 |
| * | Add support for block imported struct variable layout info. | Fariborz Jahanian | 2010-08-05 | 1 | -2/+10 |
| * | For now skip over aggregate non-byref block variables. | Fariborz Jahanian | 2010-08-05 | 1 | -1/+4 |
| * | Trying to unbreak buildbot. | Fariborz Jahanian | 2010-08-05 | 1 | -1/+2 |
| * | Clean up of my last patch. | Fariborz Jahanian | 2010-08-05 | 1 | -13/+16 |
| * | Block variable layout bitmap API generation. | Fariborz Jahanian | 2010-08-04 | 1 | -80/+136 |
| * | More objc block variable layout info. work. | Fariborz Jahanian | 2010-08-04 | 1 | -2/+6 |
| * | Some early work for providing block layout info. | Fariborz Jahanian | 2010-08-04 | 1 | -0/+8 |
| * | Some more correctness fixes and code-size optimizations for fragile-ABI | John McCall | 2010-08-04 | 1 | -80/+93 |
| * | Fix fragile-ABI ObjC exceptions in the presence of optimization with | John McCall | 2010-07-31 | 1 | -3/+165 |
| * | Revert "Re-apply fixed version of 108749, correctly conditionalizing the new | Daniel Dunbar | 2010-07-29 | 1 | -15/+5 |
| * | Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. | John McCall | 2010-07-24 | 1 | -23/+37 |
| * | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 1 | -5/+5 |
| * | Rename LazyCleanup -> Cleanup. No functionality change for these last three | John McCall | 2010-07-21 | 1 | -14/+14 |
| * | Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazy | John McCall | 2010-07-21 | 1 | -32/+53 |
| * | Convert the ObjC @synchronized cleanups to laziness. This is not actually | John McCall | 2010-07-21 | 1 | -6/+16 |
| * | Adopt objc_assign_threadlocal() for __thread variables of GC types. | Fariborz Jahanian | 2010-07-20 | 1 | -9/+31 |
| * | Re-apply fixed version of 108749, correctly conditionalizing the new sections on | Jim Grosbach | 2010-07-20 | 1 | -5/+15 |
| * | Temporarily revert. Some odd internal breakage is likely related. | Jim Grosbach | 2010-07-19 | 1 | -4/+4 |