Age | Commit message (Expand) | Author |
2009-02-28 | Obscure code gen bug related to sending | Fariborz Jahanian |
2009-02-10 | Some refactoring of Ivar offset code gen. | Fariborz Jahanian |
2009-02-04 | Patch fixes messaging for GNU runtime. | Fariborz Jahanian |
2009-02-03 | GNUStep fast enumeration. | Fariborz Jahanian |
2009-02-03 | ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). | Fariborz Jahanian |
2009-02-03 | objc2's ir-gen for nonfragile ivar access. | Fariborz Jahanian |
2009-02-02 | Thread CGFunctionInfo construction through CodeGenTypes. | Daniel Dunbar |
2009-02-02 | More ABI API cleanup. | Daniel Dunbar |
2009-02-02 | ABI handling API changes. | Daniel Dunbar |
2009-02-02 | Refactored code gen for ivar access in preparation for | Fariborz Jahanian |
2009-01-27 | improvements for GNU objc runtime support, patch by David Chisnall! | Chris Lattner |
2009-01-21 | revert the gnu objc patches, they regress codegen-gnu.m | Chris Lattner |
2009-01-21 | switch from getTypeAtIndex to getElementType. It is non-virtual | Chris Lattner |
2009-01-21 | Fix objc type conversion issues with the GNU runtime, patch by | Chris Lattner |
2009-01-12 | (LLVM up) Match TargetData API change in LLVM TOT. | Daniel Dunbar |
2009-01-10 | This patch fixes the code gen failures which was a fallout from | Fariborz Jahanian |
2009-01-09 | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor |
2009-01-08 | Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl). | Steve Naroff |
2009-01-08 | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff |
2008-12-15 | Code gen. for ivar references; including bitfield | Fariborz Jahanian |
2008-12-04 | Correct CodeGen assumption that LongTy == Int32Ty in a few places. This makes... | Sebastian Redl |
2008-11-24 | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner |
2008-11-24 | Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it | Chris Lattner |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-21 | Consolidated @try and @synchronize into a single | Fariborz Jahanian |
2008-11-20 | Introducing objc_assign_ivar to clang. | Fariborz Jahanian |
2008-11-19 | Generate strong write barriers for __strong objects. | Fariborz Jahanian |
2008-11-18 | Patch for generation of weak write barriers for objc | Fariborz Jahanian |
2008-11-18 | Generate objc_read_weak for __weak objc loads. | Fariborz Jahanian |
2008-11-17 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |
2008-11-15 | Start implementing support for @synchonized with the darwin ObjC API. | Chris Lattner |
2008-11-01 | Move IRBuilder type definition to common file. | Daniel Dunbar |
2008-10-17 | Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. | Daniel Dunbar |
2008-09-24 | Add Obj-C runtime methods to get runtime specific functions for | Daniel Dunbar |
2008-09-10 | Move FunctionType conversion into CGCall.cpp: | Daniel Dunbar |
2008-09-09 | Move handling of @try and @throw to the runtime class. | Anders Carlsson |
2008-09-09 | Change CodeGen to emit calls using (RValue,Type) list: | Daniel Dunbar |
2008-08-31 | Handle mutation while enumerating correctly. Fix some bugs. | Anders Carlsson |
2008-08-30 | Add Objective-C property setter support. | Daniel Dunbar |
2008-08-30 | Refactor handling of calls: | Daniel Dunbar |
2008-08-25 | Fix Obj-C super sends inside class methods. | Daniel Dunbar |
2008-08-23 | Trim CGObjCRuntime::GenerateMessageSend[Super] | Daniel Dunbar |
2008-08-16 | Add NeXT runtime support for generating methods. | Daniel Dunbar |
2008-08-16 | Change ObjCRuntime::LookupClass -> GetClass, and now takes the | Daniel Dunbar |
2008-08-15 | Change CGObjCRuntime methods to take appropriate clang Decls. | Daniel Dunbar |
2008-08-13 | Add GetAddrOfConstantCString method | Daniel Dunbar |
2008-08-13 | Change ObjCRuntime GenerateProtocol[Ref] methods to take | Daniel Dunbar |
2008-08-12 | Drop Sender from GenerateMessageSend* | Daniel Dunbar |
2008-08-12 | Add ObjC constant string support for NeXT. | Daniel Dunbar |
2008-08-11 | More #include cleaning | Daniel Dunbar |