aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjC.cpp
AgeCommit message (Expand)Author
2009-10-27Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar
2009-09-17IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-01Fixed a property getter ir-gen crash.Fariborz Jahanian
2009-08-26Regularize the case and sort.Mike Stump
2009-08-20Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian
2009-08-18Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-30Canonicalize else spacing.Mike Stump
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-24Update for LLVM API change.Owen Anderson
2009-07-14Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson
2009-07-13Update for LLVM API change.Owen Anderson
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-06-30Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis
2009-06-18Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor
2009-05-16Reflow some comments.Mike Stump
2009-05-05Patch to support Gnu runtime's typed selectors.Fariborz Jahanian
2009-04-26Implement function-try-blocks. However, there's a very subtle bug that I can'...Sebastian Redl
2009-04-26split ObjC and C++ Statements out into their own headers.Chris Lattner
2009-04-21Remove unnused variable.Daniel Dunbar
2009-04-21Kill ASTContext::[gs]etFieldForDecl, instead we just lookup thingsDaniel Dunbar
2009-04-20Remove non-const form of lookupFieldDeclForIvar.Daniel Dunbar
2009-04-18Use EmitCallArgs in EmitObjCMessageExpr.Anders Carlsson
2009-04-18FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor
2009-04-17Attributes on block functions were not being set.Daniel Dunbar
2009-04-13Update to use hasAttr() instead of getAttr().Daniel Dunbar
2009-04-08Use the new EmitCallArgs function. No indented functionality change.Anders Carlsson
2009-03-31Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...Steve Naroff
2009-03-28rename some methods.Chris Lattner
2009-03-22pull "runtime globals" into the same framework as other functions/global vari...Chris Lattner
2009-03-20Fix codegen for support for super inside block literal expressions.Mike Stump
2009-03-20More super dot-syntax property implementationFariborz Jahanian
2009-03-20Implement ir gen. for setter/getter applied to 'super' Fariborz Jahanian
2009-03-10ir-gen support for class getter/setter call Fariborz Jahanian
2009-03-03Fixed an ir-gen bug in syntheszing a getter functionFariborz Jahanian
2009-02-28Obscure code gen bug related to sending Fariborz Jahanian
2009-02-25Enable debug info emission for objc methods.Devang Patel
2009-02-20remove some more methods from objc decls, using the iteratorChris Lattner
2009-02-10Start removing the old Obj-C EH stack now that the cleanup stack is used inst...Anders Carlsson
2009-02-07Ensure we track all the stack depths for all break and continue pointsMike Stump
2009-02-07Ensure that we don't miscodegen if vlas creap into the top of the for.Mike Stump
2009-02-07Fixup goto codegen in and around VLAs.Mike Stump
2009-02-04Use correct signature for calling enumeration mutation function.Daniel Dunbar
2009-02-04Update passing of _Bool values to match what function was declared to take.Daniel Dunbar
2009-02-03Use CGCall infrastructure to call enumeration mutation function.Daniel Dunbar
2009-02-03Fix return type for calls to objc_setProperty.Daniel Dunbar
2009-02-03objc2's ir-gen for nonfragile ivar access.Fariborz Jahanian