summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't emit ivar offsets for unnamed bit fields.Daniel Dunbar2009-04-201-5/+8
* Remove non-const form of lookupFieldDeclForIvar.Daniel Dunbar2009-04-201-1/+2
* Comment fixes.Daniel Dunbar2009-04-201-6/+6
* Lift GetClassSizeInfo out of GenerateClass, add a FIXME.Daniel Dunbar2009-04-191-29/+37
* Fix rdar://6804402 - crash on objc implementations declared withChris Lattner2009-04-191-8/+17
* Fix bug in computation of ivar offsets for (adjacent) bitfields.Daniel Dunbar2009-04-191-10/+13
* Reuse ObjcIvarOffsetVariable instead of duplicating code.Daniel Dunbar2009-04-191-22/+9
* Remove some unnecessary complexity.Daniel Dunbar2009-04-191-11/+5
* Fix a bug found by inspection, class/meta references could be emittedDaniel Dunbar2009-04-181-17/+39
* fix a crash compiling code with its own definition of objc_assign_weak.Chris Lattner2009-04-171-5/+11
* Don't put msgrefs in used globals (in particular, we don't wantDaniel Dunbar2009-04-171-1/+0
* Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar,Chris Lattner2009-04-171-5/+5
* Removed a no longer needed FIXME comment.Fariborz Jahanian2009-04-161-2/+0
* Category method synbols must be qualified by gategory name toFariborz Jahanian2009-04-161-0/+6
* Don't use \01 in symbol name if unnecessary.Daniel Dunbar2009-04-151-1/+1
* Fix alignment on obj_msgrefs to match llvm-gcc.Daniel Dunbar2009-04-151-2/+1
* Add test case for superrefs section (and make spacing consistent).Daniel Dunbar2009-04-151-2/+2
* __objc_superrefs belongs to __DATA segment.Fariborz Jahanian2009-04-151-1/+1
* Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc.Daniel Dunbar2009-04-151-19/+21
* Set alignment on __cstring metadata variables to 1 (matchingDaniel Dunbar2009-04-141-15/+10
* Avoid use of magic \01 prefix when unneeded.Daniel Dunbar2009-04-141-1/+1
* Do not dead code strip global meta-data objects.Fariborz Jahanian2009-04-141-15/+10
* Fix comment.Daniel Dunbar2009-04-141-1/+1
* Clean up handling of visibility.Daniel Dunbar2009-04-141-30/+8
* Update to use hasAttr() instead of getAttr().Daniel Dunbar2009-04-131-1/+1
* Patch to generate meta-data for prtocol usedFariborz Jahanian2009-04-101-1/+4
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-40/+53
* Implementation definition of interfaces with __objc_exception attribute.Daniel Dunbar2009-04-081-35/+65
* Propagte -fvisibility to objc2's class symbols.Fariborz Jahanian2009-04-071-9/+6
* Handle use side of __objc_exception__ attribute; when using anDaniel Dunbar2009-04-071-0/+19
* Various fixes to symbols used for Obj-C x86_64 metadata.Daniel Dunbar2009-04-071-23/+36
* Fixed visibility issues related to objc2's synthesizedFariborz Jahanian2009-04-061-20/+17
* Fix a couple of cases where Constant* pointers can dangle inChris Lattner2009-04-061-17/+20
* Fix up lookup rules for properties declared inFariborz Jahanian2009-04-021-37/+0
* Nonfragile ivar synthesis with property is in a continuationFariborz Jahanian2009-04-011-0/+38
* More "prep" work for handling UTF16 CFString.Steve Naroff2009-04-011-6/+1
* remove ASTContext::buildObjCInterfaceType, which breaks canonical Chris Lattner2009-04-011-4/+1
* ir-gen support for nonfragile abi's synthesized ivars.Fariborz Jahanian2009-03-311-4/+17
* More toward nonfragile abi's synthesized ivars.Fariborz Jahanian2009-03-311-0/+8
* Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...Steve Naroff2009-03-311-3/+8
* fill in temporary smallvectors instead of vectors for performance.Chris Lattner2009-03-311-32/+29
* small cleanups.Chris Lattner2009-03-311-9/+7
* - Minor change to dump of ivar layout map.Fariborz Jahanian2009-03-261-1/+4
* More for for objc2's ivar layout map (currentlyFariborz Jahanian2009-03-251-3/+22
* Must allow for strong cast of floats as well (objc2 gc).Fariborz Jahanian2009-03-231-17/+50
* pull "runtime globals" into the same framework as other functions/global vari...Chris Lattner2009-03-221-32/+31
* Fix a crash during meta-data generation of objc2's nonfragile abi.Fariborz Jahanian2009-03-201-1/+4
* Remove a FIXME.Daniel Dunbar2009-03-151-2/+0
* Fixed an ir-gen bug related to strong-cast generation ofFariborz Jahanian2009-03-131-0/+32
* More objc2's ivar layout bitmap.Fariborz Jahanian2009-03-121-62/+104
OpenPOWER on IntegriCloud