summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Thread CGFunctionInfo construction through CodeGenTypes.Daniel Dunbar2009-02-021-4/+5
* More ABI API cleanup.Daniel Dunbar2009-02-021-2/+2
* ABI handling API changes.Daniel Dunbar2009-02-021-6/+6
* Refactored code gen for ivar access in preparation forFariborz Jahanian2009-02-021-0/+26
* Use target alignment API to set objc2's meta-dataFariborz Jahanian2009-01-311-13/+20
* Kill off CGCallInfo, always use CGFunctionInfo for encapsulatingDaniel Dunbar2009-01-311-2/+2
* class meta-data belong to __objc_data section (in objc2Fariborz Jahanian2009-01-311-1/+1
* Recognize class's visibility attribute and set its linkageFariborz Jahanian2009-01-311-6/+18
* Missed another mis-alignment of an objc2 meta-data.Fariborz Jahanian2009-01-301-1/+1
* Setting correct alignent for objc2 meta-data.Fariborz Jahanian2009-01-301-0/+12
* add imag_info section and data (for objc2 nonfragile abi).Fariborz Jahanian2009-01-301-6/+17
* Generate list of implemented classes and categories in theirFariborz Jahanian2009-01-301-1/+56
* Code gen. for @protocol expression in the new nonfragile abi.Fariborz Jahanian2009-01-301-4/+34
* Bug fixing involving method-list in protocol meta-dataFariborz Jahanian2009-01-301-6/+25
* Random bug fix related to protocl metadata in categories inFariborz Jahanian2009-01-291-5/+6
* Set protocol linkage and visibility correctly andFariborz Jahanian2009-01-291-2/+17
* Protocol meta-data for objc2's non-fragile abi. Fariborz Jahanian2009-01-291-21/+233
* Add setter/getter methods to the list of methodsFariborz Jahanian2009-01-281-0/+15
* property metadata for objc2's nonfragile abiFariborz Jahanian2009-01-281-15/+30
* Some refactoring of common code. No change in functionality.Fariborz Jahanian2009-01-281-34/+47
* Set visibility of ivar offset symbols according to Fariborz Jahanian2009-01-281-4/+13
* Generation of ivar-offset symbols in objc2's non-fragile abi.Fariborz Jahanian2009-01-281-13/+59
* After talking to our runtime guru, I added a comment.Fariborz Jahanian2009-01-271-0/+5
* ivar meta-data generation for nonfragile-abi.Fariborz Jahanian2009-01-271-2/+87
* Added a FIXME.Fariborz Jahanian2009-01-261-0/+2
* Build method-description-list for category meta-data Fariborz Jahanian2009-01-261-3/+31
* Method decription meta-data and its setting in class_ro_t Fariborz Jahanian2009-01-261-17/+102
* Meta-data for nonfragile-abi's categoriesFariborz Jahanian2009-01-261-2/+51
* Compute instaceStart/instanceSize fields of the class_ro_t meta-dataFariborz Jahanian2009-01-241-2/+41
* Patch to build class meta-data for each implementation Fariborz Jahanian2009-01-241-9/+44
* This patch builds the meta-class object for each Fariborz Jahanian2009-01-241-75/+171
* Some very early work for new objc's Fariborz Jahanian2009-01-231-11/+208
* Checked in an oops!Fariborz Jahanian2009-01-231-1/+2
* Another missing LLVM type for objc2's new abi defined.Fariborz Jahanian2009-01-231-3/+12
* Define LLVM types for nonfragile abi metadata.Fariborz Jahanian2009-01-231-25/+158
* Use NonFragileABI as name of new Next abi. More comments Fariborz Jahanian2009-01-221-56/+118
* More refactoring of common API to the common class forFariborz Jahanian2009-01-221-93/+104
* Moved whole bunch of common APIs to the common class.Fariborz Jahanian2009-01-211-37/+37
* Refactoring ObjC Next's runtime classes in preparation forFariborz Jahanian2009-01-211-74/+123
* Commented objective-c's metadata types. Minor clean up.Fariborz Jahanian2009-01-211-5/+89
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-2/+2
* Patch to re-implement ivar-list meta-data generation to fixFariborz Jahanian2009-01-171-11/+31
* Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr RakDouglas Gregor2009-01-121-8/+4
* (LLVM up) Match TargetData API change in LLVM TOT.Daniel Dunbar2009-01-121-7/+7
* Convert property implementation to DeclContext::addDecl().Steve Naroff2009-01-111-16/+9
* This patch fixes the code gen failures which was a fallout fromFariborz Jahanian2009-01-101-4/+9
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-091-1/+1
* Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).Steve Naroff2009-01-091-6/+6
* Another nasty code gen. bug with trivial fix. Calling classFariborz Jahanian2009-01-071-1/+3
* More encoding support. This time forFariborz Jahanian2008-12-191-1/+1
OpenPOWER on IntegriCloud