aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCMac.cpp
AgeCommit message (Expand)Author
2013-04-22Use the ugly PRIx64 macro to make format string portable.Benjamin Kramer
2013-04-16Standardize accesses to the TargetInfo in IR-gen.John McCall
2013-04-03In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall
2013-03-13Tighten up the rules for precise lifetime and documentJohn McCall
2013-02-28Use the actual ABI-determined C calling convention for runtimeJohn McCall
2013-02-19Use the actual class visibility for the ObjC EHTYPE global,John McCall
2013-02-18CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.Douglas Gregor
2013-02-17[CodeGen] tighten objc ivar invariant.load attributionSaleem Abdulrasool
2013-02-12Properly assemble PHIs after a null-checked invoke of objc_msgSend.John McCall
2013-02-05Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...Michael Gottesman
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-10objectiveC++: When throwing c++ exception of Fariborz Jahanian
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-20Rename llvm::Attributes to llvm::Attribute.Bill Wendling
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-17Reapply r170344, this time without forgetting to commit the header changes.David Chisnall
2012-12-17Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer
2012-12-17Added support for new property helpers (GNUstep runtime).David Chisnall
2012-12-04objective-c blocks: Consider padding due to alignmentFariborz Jahanian
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian
2012-11-07objective-C blocks: bring back the CharUnit patch forFariborz Jahanian
2012-11-06Back out 167431+167437+167487; I didn't realize how incomplete our testEli Friedman
2012-11-06Fix a silly mistake in r167437.Eli Friedman
2012-11-06Propagate CharUnits through CGObjCMac.cpp.Eli Friedman
2012-11-06Minor fix to ObjC layout bitmap metadata. Found while I was trying toEli Friedman
2012-11-06Propagate CharUnits into ObjC CodeGen. No intended functional change.Eli Friedman
2012-11-04Fixes liftime of captured block variables in mrr mode, per John's feedback, asFariborz Jahanian
2012-11-02objective-C mrr block. Block variable layout metadata inFariborz Jahanian
2012-11-01Silence -Wformat on platforms where uint64_t is unsigned long.Matt Beaumont-Gay
2012-11-01objective-C block meta-data. This patch completes meta-dataFariborz Jahanian
2012-10-30objective-C arc/mrr: Another patch for the new captured block variable Fariborz Jahanian
2012-10-27objective-C arc/mrr: Patch for the new block variable layout meta-data.Fariborz Jahanian
2012-10-25Add some new types in preparation of encoding of captured block variableFariborz Jahanian
2012-10-17Set a special flag in class metadata when an Objective-C classJohn McCall
2012-10-17Organize and rename the magic constants for class flags.John McCall
2012-10-16Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling
2012-10-15Attributes RewriteBill Wendling
2012-10-10objective-C IRgen: When sending a method to 'super'Fariborz Jahanian
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-06Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-07-31Remove deprecated getNameAsCString methods.Benjamin Kramer
2012-07-12Add the ObjFW runtime. Patch by Jonathan Schleifer!John McCall