summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Distinguish more carefully between free functions and C++ instance methodsJohn McCall2012-07-071-16/+16
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-031-2/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-2/+12
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-4/+6
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-5/+5
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-5/+8
* Add a flag to the image info section indicating that the program is compiled forBill Wendling2012-04-241-1/+10
* Fix a pair of invalidation bugs when emitting protocol definitionsJohn McCall2012-03-301-2/+6
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-18/+18
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-1/+52
* Remove stray semi-colons.Daniel Dunbar2012-02-281-2/+2
* Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.Bill Wendling2012-02-221-7/+7
* objc IRGen: force CSE of load of ivar offsets by settingFariborz Jahanian2012-02-201-1/+6
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-36/+26
* Use the new method for specifying garbage collection metadata in the module.Bill Wendling2012-02-161-25/+40
* objc-arc: For arc's ivar layout, treat __unsafe_unretained ivarsFariborz Jahanian2012-02-161-0/+4
* Remove evil const_cast that's not needed anymore.Bill Wendling2012-02-091-3/+1
* Use SmallVector when we can instead of std::vector.Bill Wendling2012-02-091-23/+23
* Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...Benjamin Kramer2012-02-071-1/+1
* Use SmallVector instead of std::vector.Bill Wendling2012-02-071-4/+4
* Use 'ArrayRef<>' instead of 'std::vector<>&' for passed-in arguments.Bill Wendling2012-02-071-39/+38
* Calculate the .size() of the vector once.Bill Wendling2012-02-071-5/+5
OpenPOWER on IntegriCloud