summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Code refactoring. No change in functionality.Fariborz Jahanian2009-03-111-21/+25
* More of objc2's ivar layout bitmap (Next: specific).Fariborz Jahanian2009-03-111-11/+174
* More Next objc2's gc ivar layout bitmap work.Fariborz Jahanian2009-03-111-3/+128
* More objc2's gc meta-data work related to ivar layout bitmap.Fariborz Jahanian2009-03-101-6/+55
* NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc).Daniel Dunbar2009-03-091-11/+11
* NeXT: Move some routines over to CreateMetadataVar.Daniel Dunbar2009-03-091-169/+81
* Tweak CreateMetadataVar, take the exact alignment instead of relyingDaniel Dunbar2009-03-091-7/+15
* More fix for bitfield ivar meta-data and code gen accessing it.Fariborz Jahanian2009-03-091-8/+17
* Fix typo in pref commit.Daniel Dunbar2009-03-091-1/+1
* NeXT: Add CreateMetadataVar utility method to encapsulate creation ofDaniel Dunbar2009-03-091-0/+34
* Code refactoring. No functional change.Fariborz Jahanian2009-03-081-25/+17
* correct bitfield ivar offset in ivar meta-data.Fariborz Jahanian2009-03-071-12/+27
* Fixup our uses of various linkages to match how llvm now works. I think they...Mike Stump2009-03-071-6/+8
* Back out the patch in r66302, and re-fix it properly. We assume for Eli Friedman2009-03-071-0/+6
* Cleanup EH a bit given changes to ObjCCatchStmt.Daniel Dunbar2009-03-061-13/+15
* More function stop for objc2's ivar layout bit map.Fariborz Jahanian2009-03-051-0/+50
OpenPOWER on IntegriCloud