| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | simplify some builder calls. | Chris Lattner | 2008-05-06 | 1 | -6/+4 |
* | update to follow mainline llvm API change. | Chris Lattner | 2008-04-13 | 1 | -5/+5 |
* | The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once | Ted Kremenek | 2008-04-09 | 1 | -3/+0 |
* | tracking API changes arising from r49277 | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
* | Add initial support for objc codegen for methods, ivars, and the | Chris Lattner | 2008-03-30 | 1 | -36/+129 |
* | simplify code by using the variadic StructType::get method. | Chris Lattner | 2008-03-19 | 1 | -2/+2 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+97 |