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