| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | improve indentation, avoid thrashing on maps and recalculating strings as much. | Chris Lattner | 2008-06-26 | 1 | -31/+22 |
| * | give CreateObjCRuntime a full CGM so it can get whatever state it needs, | Chris Lattner | 2008-06-26 | 1 | -16/+13 |
| * | Fix 80 col violations, assert on assumptions. | Chris Lattner | 2008-06-26 | 1 | -15/+12 |
| * | a temporary minimal hack to get clang building after the getStringValue chang... | Chris Lattner | 2008-06-26 | 1 | -7/+17 |
| * | "Support for Objective-C message sends which return structures. Also include... | Chris Lattner | 2008-06-24 | 1 | -2/+5 |
| * | "This is a small fix for a bug where static object instances were being incor... | Chris Lattner | 2008-06-24 | 1 | -4/+6 |
| * | "this patch adds code generation hooks for Objective-C constant strings. It ... | Chris Lattner | 2008-06-21 | 1 | -1/+2 |
| * | Basic support for volatile loads and stores. Stores the volatile | Eli Friedman | 2008-06-13 | 1 | -0/+5 |
| * | Don't name the ObjC types if there aren't any ObjC objects in the file. | Eli Friedman | 2008-06-01 | 1 | -4/+6 |
| * | Remove spurious == 0 | Anton Korobeynikov | 2008-06-01 | 1 | -1/+1 |
| * | Support for code generation of Objective-C top-level language constructs. | Anton Korobeynikov | 2008-06-01 | 1 | -30/+761 |