| Commit message (Expand) | Author | Age | Files | Lines |
* | More improvements for GNU runtime objc EH, patch by David Chisnall! | Chris Lattner | 2009-05-11 | 1 | -2/+36 |
* | further improvements to gnu objc EH stuff, patch by David Chisnall! | Chris Lattner | 2009-05-08 | 1 | -15/+15 |
* | "This patch fixes message sends to super in categories for the GNU runtime. ... | Chris Lattner | 2009-05-08 | 1 | -17/+31 |
* | initial support for ObjC exceptions with the GNU runtime: | Chris Lattner | 2009-05-08 | 1 | -2/+229 |
* | Patch to support Gnu runtime's typed selectors. | Fariborz Jahanian | 2009-05-05 | 1 | -7/+38 |
* | "The attached diff fixes the //FIXME in message send to super. This should n... | Chris Lattner | 2009-05-04 | 1 | -4/+4 |
* | Patch from David Chisnall: | Daniel Dunbar | 2009-05-04 | 1 | -11/+47 |
* | Compute Objective-C metadata size information from the record layout, | Daniel Dunbar | 2009-05-03 | 1 | -7/+3 |
* | Coalesce the ivar offset calculation further. | Daniel Dunbar | 2009-05-03 | 1 | -1/+2 |
* | split ObjC and C++ Statements out into their own headers. | Chris Lattner | 2009-04-26 | 1 | -0/+1 |
* | "This fixes message sends to super in a way that both works with real code an... | Chris Lattner | 2009-04-25 | 1 | -20/+28 |
* | Eliminate the three SmallVectors in ObjCImplDecl (for instance | Douglas Gregor | 2009-04-23 | 1 | -8/+16 |
* | Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to the | Daniel Dunbar | 2009-04-22 | 1 | -9/+2 |
* | Use ComputeIvarBaseOffset instead of looking up by hand. | Daniel Dunbar | 2009-04-22 | 1 | -7/+2 |
* | Merge ivar access amongst the three runtimes. | Daniel Dunbar | 2009-04-22 | 1 | -21/+3 |
* | Make ObjCInterfaceDecl's const in some more places. | Daniel Dunbar | 2009-04-22 | 1 | -2/+2 |
* | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar | 2009-04-21 | 1 | -3/+2 |
* | Remove LateBoundIVars() runtime interface, it is unused. | Daniel Dunbar | 2009-04-21 | 1 | -3/+0 |
* | Assert on a few conditions that (I believe) should hold | Daniel Dunbar | 2009-04-21 | 1 | -0/+1 |
* | Remove non-const form of lookupFieldDeclForIvar. | Daniel Dunbar | 2009-04-20 | 1 | -2/+4 |
* | Fix rdar://6804402 - crash on objc implementations declared with | Chris Lattner | 2009-04-19 | 1 | -2/+6 |
* | revert david's patch, which causes a testsuite failure. | Chris Lattner | 2009-04-19 | 1 | -3/+2 |
* | "This patch fixes message sends to super in class methods for the GNU runtime... | Chris Lattner | 2009-04-18 | 1 | -2/+3 |
* | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -4/+5 |
* | Fixes a problem where the compiler is reporting the wrong size to the Gnu | Fariborz Jahanian | 2009-04-01 | 1 | -2/+3 |
* | tidy some code. | Chris Lattner | 2009-04-01 | 1 | -10/+8 |
* | Patch to fix proptocol reference ir-gen for GNU runtime. | Fariborz Jahanian | 2009-03-31 | 1 | -2/+39 |
* | Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ... | Steve Naroff | 2009-03-31 | 1 | -2/+4 |
* | Use CodeGenModule API for ObjC runtime function references. | Fariborz Jahanian | 2009-03-30 | 1 | -14/+28 |
* | Obscure code gen bug related to sending | Fariborz Jahanian | 2009-02-28 | 1 | -0/+2 |
* | Some refactoring of Ivar offset code gen. | Fariborz Jahanian | 2009-02-10 | 1 | -0/+20 |
* | Patch fixes messaging for GNU runtime. | Fariborz Jahanian | 2009-02-04 | 1 | -58/+36 |
* | GNUStep fast enumeration. | Fariborz Jahanian | 2009-02-03 | 1 | -1/+3 |
* | ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). | Fariborz Jahanian | 2009-02-03 | 1 | -13/+19 |
* | objc2's ir-gen for nonfragile ivar access. | Fariborz Jahanian | 2009-02-03 | 1 | -0/+2 |
* | Thread CGFunctionInfo construction through CodeGenTypes. | Daniel Dunbar | 2009-02-02 | 1 | -4/+6 |
* | More ABI API cleanup. | Daniel Dunbar | 2009-02-02 | 1 | -2/+2 |
* | ABI handling API changes. | Daniel Dunbar | 2009-02-02 | 1 | -3/+4 |
* | Refactored code gen for ivar access in preparation for | Fariborz Jahanian | 2009-02-02 | 1 | -0/+16 |
* | 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 |