summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove "NextDecl" from RecordDecl. This change touches many files that where...Ted Kremenek2008-09-051-1/+1
* NeXT: Emit lazy reference to Protocol class for forward protocolDaniel Dunbar2008-09-041-0/+5
* Fix ObjCPropertRefExpr to be able to encode all the information forDaniel Dunbar2008-09-031-3/+2
* Handle mutation while enumerating correctly. Fix some bugs.Anders Carlsson2008-08-311-0/+19
* Add Objective-C property setter support.Daniel Dunbar2008-08-301-13/+17
* Refactor handling of calls:Daniel Dunbar2008-08-301-23/+60
* Downgrade a number of FIXME asserts to ErrorUnsupported.Daniel Dunbar2008-08-291-1/+1
* NeXT: Emit mostly-correct property type encoding.Daniel Dunbar2008-08-281-7/+15
* NeXT: Refactor protocol method metadata emission.Daniel Dunbar2008-08-271-81/+91
* NeXT: Emit correct properties for category.Daniel Dunbar2008-08-261-3/+16
* NeXT: Emit metadata for synthetsized properties.Daniel Dunbar2008-08-261-38/+82
* Objective-C @synthesize support.Daniel Dunbar2008-08-261-3/+1
* Fix Obj-C super sends inside class methods.Daniel Dunbar2008-08-251-20/+71
* NeXT: Emit symbols used to manage linking of Obj-C classes.Daniel Dunbar2008-08-251-1/+44
* NeXT: Clean up constant CFString handling.Daniel Dunbar2008-08-231-72/+2
* NeXT: Fix message sends which return structures.Daniel Dunbar2008-08-231-65/+101
* NeXT: Implement super message sends.Daniel Dunbar2008-08-231-6/+65
* Trim CGObjCRuntime::GenerateMessageSend[Super]Daniel Dunbar2008-08-231-38/+39
* NeXT: Emit property metadata (classes, protocols, categories).Daniel Dunbar2008-08-231-36/+150
* NeXT: Emit category metadata.Daniel Dunbar2008-08-221-30/+97
* NeXT: Emit [meta]class protocol references.Daniel Dunbar2008-08-211-11/+18
* Preliminary support for Obj-C classes in NeXT runtime.Daniel Dunbar2008-08-211-91/+612
* Add NeXT runtime support for generating methods.Daniel Dunbar2008-08-161-6/+71
* Change ObjCRuntime::LookupClass -> GetClass, and now takes theDaniel Dunbar2008-08-161-21/+23
* Change CGObjCRuntime methods to take appropriate clang Decls.Daniel Dunbar2008-08-151-60/+20
* Implement Obj-C protocol metadata generation for NeXT.Daniel Dunbar2008-08-131-28/+420
* Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar2008-08-131-14/+4
* Emit OBJC_MODULE_INFO and OBJC_SYMBOLS metadataDaniel Dunbar2008-08-121-11/+125
* Drop Sender from GenerateMessageSend*Daniel Dunbar2008-08-121-29/+15
* Add NeXT support for (simple) message sends.Daniel Dunbar2008-08-121-18/+108
* Add ObjC constant string support for NeXT.Daniel Dunbar2008-08-121-13/+147
* Add LangOptions::NeXTRuntime.Daniel Dunbar2008-08-111-0/+88
* More #include cleaningDaniel Dunbar2008-08-111-7/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* Add dummy Mac Objective-C runtime interface.Daniel Dunbar2008-08-111-0/+214
OpenPOWER on IntegriCloud