summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the ugly PRIx64 macro to make format string portable.Benjamin Kramer2013-04-221-1/+1
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-9/+9
* In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall2013-04-031-1/+4
* Tighten up the rules for precise lifetime and documentJohn McCall2013-03-131-1/+1
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-131/+127
* Use the actual class visibility for the ObjC EHTYPE global,John McCall2013-02-191-1/+1
* CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.Douglas Gregor2013-02-181-3/+3
* [CodeGen] tighten objc ivar invariant.load attributionSaleem Abdulrasool2013-02-171-4/+25
* Properly assemble PHIs after a null-checked invoke of objc_msgSend.John McCall2013-02-121-40/+67
* Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...Michael Gottesman2013-02-051-0/+2
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-311-10/+14
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-11/+11
* objectiveC++: When throwing c++ exception of Fariborz Jahanian2013-01-101-6/+12
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-5/+5
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-4/+4
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-4/+4
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-4/+4
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-3/+10
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-10/+3
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-3/+10
* objective-c blocks: Consider padding due to alignmentFariborz Jahanian2012-12-041-1/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-10/+8
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-71/+111
* objective-C blocks: bring back the CharUnit patch forFariborz Jahanian2012-11-071-45/+46
* Back out 167431+167437+167487; I didn't realize how incomplete our testEli Friedman2012-11-061-114/+121
* Fix a silly mistake in r167437.Eli Friedman2012-11-061-2/+2
* Propagate CharUnits through CGObjCMac.cpp.Eli Friedman2012-11-061-84/+78
* Minor fix to ObjC layout bitmap metadata. Found while I was trying toEli Friedman2012-11-061-1/+1
* Propagate CharUnits into ObjC CodeGen. No intended functional change.Eli Friedman2012-11-061-46/+45
* Fixes liftime of captured block variables in mrr mode, per John's feedback, asFariborz Jahanian2012-11-041-17/+12
* objective-C mrr block. Block variable layout metadata inFariborz Jahanian2012-11-021-5/+26
* Silence -Wformat on platforms where uint64_t is unsigned long.Matt Beaumont-Gay2012-11-011-1/+1
* objective-C block meta-data. This patch completes meta-dataFariborz Jahanian2012-11-011-16/+162
* objective-C arc/mrr: Another patch for the new captured block variable Fariborz Jahanian2012-10-301-23/+191
* objective-C arc/mrr: Patch for the new block variable layout meta-data.Fariborz Jahanian2012-10-271-3/+164
* Add some new types in preparation of encoding of captured block variableFariborz Jahanian2012-10-251-0/+69
* Set a special flag in class metadata when an Objective-C classJohn McCall2012-10-171-4/+26
* Organize and rename the magic constants for class flags.John McCall2012-10-171-48/+54
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-161-6/+2
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-2/+2
* Attributes RewriteBill Wendling2012-10-151-2/+4
* objective-C IRgen: When sending a method to 'super'Fariborz Jahanian2012-10-101-9/+2
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-101-2/+6
* Move TargetData to DataLayout.Micah Villmow2012-10-081-37/+37
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-2/+2
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-2/+2
* Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman2012-09-061-4/+4
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-2/+2
* Remove deprecated getNameAsCString methods.Benjamin Kramer2012-07-311-1/+1
* Add the ObjFW runtime. Patch by Jonathan Schleifer!John McCall2012-07-121-0/+1
OpenPOWER on IntegriCloud