aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCMac.cpp
AgeCommit message (Expand)Author
2009-11-17This patch finalizes implementatin of weak_importFariborz Jahanian
2009-11-17More cases for weak_import objective-c2 classes.Fariborz Jahanian
2009-11-17More support for weak_import objective-c2 class.Fariborz Jahanian
2009-11-14Generate the old API when sending message to superFariborz Jahanian
2009-11-12Fix a code gen bug in i386-apple-darwin (objc fragile abi), sendingFariborz Jahanian
2009-10-19Avoid std::string concatenation.Daniel Dunbar
2009-10-18PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar
2009-10-18Twinify CGObjCMac, this simplifies the code and should reduce std::stringDaniel Dunbar
2009-10-14There is now only one version of eh.selector and eh.typeid.for.Duncan Sands
2009-10-13Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer
2009-09-24Patch fixes a code gen. bug in generation of objc_assign_ivarFariborz Jahanian
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-19Make clang stop relying on ConstantStruct::get's default value for isPackedNick Lewycky
2009-09-17IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar
2009-09-17IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar
2009-09-16patch for generating objc'2 objc_assign_ivar. WIP.Fariborz Jahanian
2009-09-11Fixes a regression in objc GC layout bitmap involvingFariborz Jahanian
2009-09-10Get the size of object to pass to objc_memmove_collectable()Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-07Remove unnecessary #include <sstream>.Benjamin Kramer
2009-09-07Use a SetVector for tracking some Obj-C metadata, to ensure deterministicDaniel Dunbar
2009-08-31Re-implemented generation of objc_memmove_collectableFariborz Jahanian
2009-08-25Fix ivar layout map generation (hopefully).Anders Carlsson
2009-08-24Remove #ifdef'out code.Fariborz Jahanian
2009-08-24Remove ivarlayout bitmap optimization, instead if all zeros,Fariborz Jahanian
2009-08-24Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin
2009-08-19Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-05Update for LLVM API change.Owen Anderson
2009-08-03When generating cleanup blocks for Obj-C @finally, mark them as catch all blocksDaniel Dunbar
2009-08-03Formatting fixes (trailing whitespace, 80-cols, indentation).Daniel Dunbar
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-30Canonicalize else spacing.Mike Stump
2009-07-29Eliminate an unused-variable warningDouglas Gregor
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29Change uses of:Ted Kremenek
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-28add some fixme'sChris Lattner
2009-07-27Patch for objc's zero-const exception to not assumeFariborz Jahanian
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-24Update for LLVM API change.Owen Anderson
2009-07-24Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps...Anders Carlsson
2009-07-24Fix declaration of obc_enumerationMutation function, for GNU runtime.Daniel Dunbar
2009-07-21Update for LLVM API change.Owen Anderson
2009-07-18Rename NextOffset to DataSize, which better matches the Itanium C++ ABIAnders Carlsson
2009-07-18Revert r75641.Anders Carlsson