summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti...Daniel Dunbar2010-02-091-9/+7
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-3/+6
* IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that isDaniel Dunbar2010-02-051-3/+4
* Revert "Numerous changes to selector handling:", this breaks a whole bunch ofDaniel Dunbar2010-02-031-5/+1
* Numerous changes to selector handling:David Chisnall2010-02-031-1/+5
* Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall2010-01-231-1/+2
* Pass ReturnValueSlot to EmitCall. No functionality change yet.Anders Carlsson2009-12-241-4/+4
* Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar2009-10-271-5/+17
* IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar2009-09-171-1/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-109/+106
* Fixed a property getter ir-gen crash.Fariborz Jahanian2009-09-011-0/+1
* Regularize the case and sort.Mike Stump2009-08-261-1/+1
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-4/+4
* Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian2009-08-181-6/+6
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-2/+4
* Update for LLVM API change.Owen Anderson2009-07-311-2/+2
* Canonicalize else spacing.Mike Stump2009-07-301-14/+7
* Update for LLVM API change.Owen Anderson2009-07-291-1/+1
* Update for LLVM API change.Owen Anderson2009-07-241-5/+5
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-8/+8
* Update for LLVM API change.Owen Anderson2009-07-131-2/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-2/+2
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-1/+1
* Reflow some comments.Mike Stump2009-05-161-11/+11
* Patch to support Gnu runtime's typed selectors.Fariborz Jahanian2009-05-051-1/+2
* Implement function-try-blocks. However, there's a very subtle bug that I can'...Sebastian Redl2009-04-261-1/+1
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-1/+1
* Remove unnused variable.Daniel Dunbar2009-04-211-1/+0
* Kill ASTContext::[gs]etFieldForDecl, instead we just lookup thingsDaniel Dunbar2009-04-211-5/+1
* Remove non-const form of lookupFieldDeclForIvar.Daniel Dunbar2009-04-201-1/+1
* Use EmitCallArgs in EmitObjCMessageExpr.Anders Carlsson2009-04-181-4/+1
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-2/+2
* Attributes on block functions were not being set.Daniel Dunbar2009-04-171-1/+2
* Update to use hasAttr() instead of getAttr().Daniel Dunbar2009-04-131-1/+1
* Use the new EmitCallArgs function. No indented functionality change.Anders Carlsson2009-04-081-0/+1
* Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...Steve Naroff2009-03-311-3/+1
* rename some methods.Chris Lattner2009-03-281-1/+1
* pull "runtime globals" into the same framework as other functions/global vari...Chris Lattner2009-03-221-3/+2
* Fix codegen for support for super inside block literal expressions.Mike Stump2009-03-201-0/+2
* More super dot-syntax property implementationFariborz Jahanian2009-03-201-26/+46
* Implement ir gen. for setter/getter applied to 'super' Fariborz Jahanian2009-03-201-1/+30
* ir-gen support for class getter/setter call Fariborz Jahanian2009-03-101-4/+18
* Fixed an ir-gen bug in syntheszing a getter functionFariborz Jahanian2009-03-031-3/+7
* Obscure code gen bug related to sending Fariborz Jahanian2009-02-281-0/+2
* Enable debug info emission for objc methods.Devang Patel2009-02-251-0/+3
* remove some more methods from objc decls, using the iteratorChris Lattner2009-02-201-6/+5
* Start removing the old Obj-C EH stack now that the cleanup stack is used inst...Anders Carlsson2009-02-101-7/+1
* Ensure we track all the stack depths for all break and continue pointsMike Stump2009-02-071-7/+7
OpenPOWER on IntegriCloud