summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that we don't miscodegen if vlas creap into the top of the for.Mike Stump2009-02-071-0/+6
* Fixup goto codegen in and around VLAs.Mike Stump2009-02-071-2/+1
* Use correct signature for calling enumeration mutation function.Daniel Dunbar2009-02-041-1/+1
* Update passing of _Bool values to match what function was declared to take.Daniel Dunbar2009-02-041-3/+3
* Use CGCall infrastructure to call enumeration mutation function.Daniel Dunbar2009-02-031-1/+7
* Fix return type for calls to objc_setProperty.Daniel Dunbar2009-02-031-1/+5
* objc2's ir-gen for nonfragile ivar access.Fariborz Jahanian2009-02-031-1/+10
* Thread CGFunctionInfo construction through CodeGenTypes.Daniel Dunbar2009-02-021-2/+3
* More ABI API cleanup.Daniel Dunbar2009-02-021-3/+3
* ABI handling API changes.Daniel Dunbar2009-02-021-2/+3
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-1/+1
* Attempt to unbreak Windows build.Daniel Dunbar2009-01-161-3/+3
* Fix some unused variable, control reaches end of non-void function,Daniel Dunbar2009-01-151-3/+2
* Fix a misleading comment.Steve Naroff2009-01-101-4/+4
* This patch fixes the code gen failures which was a fallout fromFariborz Jahanian2009-01-101-9/+6
* assert if attempting to code gen. a property setter/getterFariborz Jahanian2009-01-101-0/+4
* Couple of code gen. fixes in ObjC's colection-statement. HardFariborz Jahanian2009-01-061-1/+3
* Removed a slot in ObjCMemRegExpr used inFariborz Jahanian2008-12-181-2/+2
* Code gen. for ivar references; including bitfieldFariborz Jahanian2008-12-151-1/+3
* Store the size of the EH stack inside each BreakContinue struct so we know wh...Anders Carlsson2008-12-131-1/+2
* Patch for ObjCIvarRefExpr containing the fieldFariborz Jahanian2008-12-131-1/+3
* Support for implementation of property in the case whereFariborz Jahanian2008-12-091-6/+8
* Change condition under which 'retain'/'copy' are directly evaluated.Fariborz Jahanian2008-12-081-4/+6
* Code gen for aggregate-valued properties and a test case.Fariborz Jahanian2008-11-261-4/+7
* Fix 80-col violations.Daniel Dunbar2008-11-251-2/+4
OpenPOWER on IntegriCloud