Age | Commit message (Expand) | Author |
2012-06-15 | Documentation cleanup: | James Dennett |
2012-06-11 | Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms | James Dennett |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall |
2012-01-31 | Support @compatibility_alias at run time (GNUstep Runtime) | David Chisnall |
2012-01-06 | objc++: some declarations related to atomic | Fariborz Jahanian |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-06-23 | Support for catching objc pointer objects in c++ catch-statement | Fariborz Jahanian |
2011-06-22 | Alloa catching Objective-C id's being thrown with C++ throw | Fariborz Jahanian |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-05-23 | Fix some problems where functions must be bitcast but we're expecting a llvm:... | David Chisnall |
2011-05-17 | Patch to fix IR-gen crash generating structure ABI which implements | Fariborz Jahanian |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-25 | Continuing work on ObjC tidyup: | David Chisnall |
2011-03-22 | Simplify Mac runtime selection - it's the factory function's job to select wh... | David Chisnall |
2011-02-07 | A few more tweaks to the blocks AST representation: | John McCall |
2010-12-26 | Add support for GNU runtime property set / get structure functions. Minor re... | David Chisnall |
2010-09-11 | Fixes an obscure bug in importd block variable layout | Fariborz Jahanian |
2010-08-04 | Some early work for providing block layout info. | Fariborz Jahanian |
2010-07-24 | Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. | John McCall |
2010-07-20 | Adopt objc_assign_threadlocal() for __thread variables of GC types. | Fariborz Jahanian |
2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
2010-06-17 | Objective-c++ IRGen. Support for @selector expression as | Fariborz Jahanian |
2010-06-15 | Patch adds support for copying of those | Fariborz Jahanian |
2010-05-22 | Push a return-value slot throughout ObjC message-send codegen. Will be | John McCall |
2010-04-28 | Changed signature of GenerateMessageSend() function to pass the ObjCInterface... | David Chisnall |
2010-04-12 | Add some API code for future work. | Fariborz Jahanian |
2010-04-05 | IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. | Daniel Dunbar |
2010-03-31 | Minor include pruning. | Benjamin Kramer |
2010-02-03 | Revert "Numerous changes to selector handling:", this breaks a whole bunch of | Daniel Dunbar |
2010-02-03 | Numerous changes to selector handling: | David Chisnall |
2010-01-23 | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall |
2009-09-24 | Patch fixes a code gen. bug in generation of objc_assign_ivar | Fariborz Jahanian |
2009-09-17 | IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-31 | Re-implemented generation of objc_memmove_collectable | Fariborz Jahanian |
2009-07-17 | fix objc codegen to not have its own list of things that eventually get into ... | Chris Lattner |
2009-07-08 | Implemented memmove_collectable API for Next runtime | Fariborz Jahanian |
2009-06-23 | Patch fixes an obscure bug when 'used' attribute is applied to | Fariborz Jahanian |
2009-05-16 | Reflow some comments. | Mike Stump |
2009-05-05 | Patch to support Gnu runtime's typed selectors. | Fariborz Jahanian |
2009-05-03 | Add a ComputeIvarBaseOffset overload taking an implementation | Daniel Dunbar |
2009-05-03 | Compute Objective-C metadata size information from the record layout, | Daniel Dunbar |
2009-05-03 | Coalesce the ivar offset calculation further. | Daniel Dunbar |
2009-04-22 | Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to the | Daniel Dunbar |
2009-04-22 | Merge ivar access amongst the three runtimes. | Daniel Dunbar |
2009-04-22 | Make ObjCInterfaceDecl's const in some more places. | Daniel Dunbar |
2009-04-21 | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar |
2009-04-21 | Remove LateBoundIVars() runtime interface, it is unused. | Daniel Dunbar |