| Commit message (Expand) | Author | Age | Files | Lines |
| * | improvements for GNU objc runtime support, patch by David Chisnall! | Chris Lattner | 2009-01-27 | 1 | -32/+54 |
| * | revert the gnu objc patches, they regress codegen-gnu.m | Chris Lattner | 2009-01-21 | 1 | -11/+7 |
| * | switch from getTypeAtIndex to getElementType. It is non-virtual | Chris Lattner | 2009-01-21 | 1 | -1/+1 |
| * | Fix objc type conversion issues with the GNU runtime, patch by | Chris Lattner | 2009-01-21 | 1 | -7/+11 |
| * | (LLVM up) Match TargetData API change in LLVM TOT. | Daniel Dunbar | 2009-01-12 | 1 | -1/+1 |
| * | This patch fixes the code gen failures which was a fallout from | Fariborz Jahanian | 2009-01-10 | 1 | -2/+4 |
| * | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor | 2009-01-09 | 1 | -1/+1 |
| * | Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl). | Steve Naroff | 2009-01-08 | 1 | -1/+1 |
| * | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff | 2009-01-08 | 1 | -2/+2 |
| * | Code gen. for ivar references; including bitfield | Fariborz Jahanian | 2008-12-15 | 1 | -1/+2 |
| * | Correct CodeGen assumption that LongTy == Int32Ty in a few places. This makes... | Sebastian Redl | 2008-12-04 | 1 | -2/+2 |
| * | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner | 2008-11-24 | 1 | -6/+7 |
| * | Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it | Chris Lattner | 2008-11-24 | 1 | -11/+11 |
| * | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner | 2008-11-24 | 1 | -8/+9 |
| * | Consolidated @try and @synchronize into a single | Fariborz Jahanian | 2008-11-21 | 1 | -12/+5 |
| * | Introducing objc_assign_ivar to clang. | Fariborz Jahanian | 2008-11-20 | 1 | -0/+8 |
| * | Generate strong write barriers for __strong objects. | Fariborz Jahanian | 2008-11-19 | 1 | -0/+16 |
| * | Patch for generation of weak write barriers for objc | Fariborz Jahanian | 2008-11-18 | 1 | -2/+10 |
| * | Generate objc_read_weak for __weak objc loads. | Fariborz Jahanian | 2008-11-18 | 1 | -0/+8 |
| * | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -5/+5 |
| * | Start implementing support for @synchonized with the darwin ObjC API. | Chris Lattner | 2008-11-15 | 1 | -0/+7 |
| * | Move IRBuilder type definition to common file. | Daniel Dunbar | 2008-11-01 | 1 | -8/+7 |
| * | Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. | Daniel Dunbar | 2008-10-17 | 1 | -3/+1 |
| * | Add Obj-C runtime methods to get runtime specific functions for | Daniel Dunbar | 2008-09-24 | 1 | -8/+13 |
| * | Move FunctionType conversion into CGCall.cpp: | Daniel Dunbar | 2008-09-10 | 1 | -27/+2 |
| * | Move handling of @try and @throw to the runtime class. | Anders Carlsson | 2008-09-09 | 1 | -0/+17 |
| * | Change CodeGen to emit calls using (RValue,Type) list: | Daniel Dunbar | 2008-09-09 | 1 | -4/+5 |
| * | Handle mutation while enumerating correctly. Fix some bugs. | Anders Carlsson | 2008-08-31 | 1 | -0/+8 |
| * | Add Objective-C property setter support. | Daniel Dunbar | 2008-08-30 | 1 | -10/+14 |
| * | Refactor handling of calls: | Daniel Dunbar | 2008-08-30 | 1 | -14/+22 |
| * | Fix Obj-C super sends inside class methods. | Daniel Dunbar | 2008-08-25 | 1 | -6/+11 |
| * | Trim CGObjCRuntime::GenerateMessageSend[Super] | Daniel Dunbar | 2008-08-23 | 1 | -52/+39 |
| * | Add NeXT runtime support for generating methods. | Daniel Dunbar | 2008-08-16 | 1 | -10/+0 |
| * | Change ObjCRuntime::LookupClass -> GetClass, and now takes the | Daniel Dunbar | 2008-08-16 | 1 | -8/+10 |
| * | Change CGObjCRuntime methods to take appropriate clang Decls. | Daniel Dunbar | 2008-08-15 | 1 | -61/+147 |
| * | Add GetAddrOfConstantCString method | Daniel Dunbar | 2008-08-13 | 1 | -5/+5 |
| * | Change ObjCRuntime GenerateProtocol[Ref] methods to take | Daniel Dunbar | 2008-08-13 | 1 | -16/+34 |
| * | Drop Sender from GenerateMessageSend* | Daniel Dunbar | 2008-08-12 | 1 | -4/+0 |
| * | Add ObjC constant string support for NeXT. | Daniel Dunbar | 2008-08-12 | 1 | -6/+3 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+1 |
| * | Add dummy Mac Objective-C runtime interface. | Daniel Dunbar | 2008-08-11 | 1 | -1/+1 |
| * | update to make IRBuilder API change. | Chris Lattner | 2008-08-08 | 1 | -12/+12 |
| * | don't pass in null as the Name for GenerateClassStructure, | Chris Lattner | 2008-07-21 | 1 | -3/+2 |
| * | refactor more objc codegen interfaces to pass around selectors so | Chris Lattner | 2008-06-26 | 1 | -29/+19 |
| * | indenting and other minor things. | Chris Lattner | 2008-06-26 | 1 | -4/+4 |
| * | refactor interface to GenerateClassStructure to avoid converting a | Chris Lattner | 2008-06-26 | 1 | -7/+6 |
| * | remove the old getSelector implementation, which removes some | Chris Lattner | 2008-06-26 | 1 | -61/+2 |
| * | avoid a lot of unneeded selector processing work by passing around | Chris Lattner | 2008-06-26 | 1 | -5/+5 |
| * | use cheaper/simpler getselector call for @selector exprs. | Chris Lattner | 2008-06-26 | 1 | -1/+1 |
| * | start avoid doing lots of unneeded work handling selectors | Chris Lattner | 2008-06-26 | 1 | -17/+33 |