summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson2010-04-231-1/+1
* Suppress compiler warning.Daniel Dunbar2010-04-221-1/+1
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-18/+21
* Removes a FIXME.Fariborz Jahanian2010-04-131-4/+2
* Variation of objc_copyStruct API generation whenFariborz Jahanian2010-04-131-7/+21
* Add support for objc_copyStruct to enforceFariborz Jahanian2010-04-131-1/+79
* revert 100942, pending discussion.Chris Lattner2010-04-101-1/+1
* Fix for PR6811.David Chisnall2010-04-101-1/+1
* Emit debug info for objc getters and setters.Devang Patel2010-04-051-3/+4
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-3/+4
* Replace some constant-sized SmallVectors.Benjamin Kramer2010-03-301-6/+7
* Fix a code gen. bug involving generation of getter methodFariborz Jahanian2010-03-251-1/+6
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-1/+1
* Use getLocStart(), instead of getLocEnd(), to record starting location of obj...Devang Patel2010-02-151-1/+1
* 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
OpenPOWER on IntegriCloud