| Commit message (Expand) | Author | Age | Files | Lines |
* | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall | 2010-01-23 | 1 | -3/+3 |
* | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -5/+1 |
* | Pass ReturnValueSlot to EmitCall. No functionality change yet. | Anders Carlsson | 2009-12-24 | 1 | -2/+2 |
* | Patch to fix 32-bit @try failure with internal assertion when compiling | Fariborz Jahanian | 2009-12-14 | 1 | -2/+5 |
* | patch to add a property from a protocol to a class that adopts the protocol. | Fariborz Jahanian | 2009-12-12 | 1 | -0/+34 |
* | (objc2 nonfragile-abi specific). If the translation unit includes an implemen... | Fariborz Jahanian | 2009-12-01 | 1 | -11/+10 |
* | Don't pass false (default) for isVolatile parameter to CreateLoad. | Daniel Dunbar | 2009-11-29 | 1 | -11/+10 |
* | This patch finalizes implementatin of weak_import | Fariborz Jahanian | 2009-11-17 | 1 | -0/+6 |
* | More cases for weak_import objective-c2 classes. | Fariborz Jahanian | 2009-11-17 | 1 | -0/+3 |
* | More support for weak_import objective-c2 class. | Fariborz Jahanian | 2009-11-17 | 1 | -0/+27 |
* | Generate the old API when sending message to super | Fariborz Jahanian | 2009-11-14 | 1 | -1/+4 |
* | Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending | Fariborz Jahanian | 2009-11-12 | 1 | -6/+38 |
* | Avoid std::string concatenation. | Daniel Dunbar | 2009-10-19 | 1 | -16/+10 |
* | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -5/+5 |
* | Twinify CGObjCMac, this simplifies the code and should reduce std::string | Daniel Dunbar | 2009-10-18 | 1 | -97/+86 |
* | There is now only one version of eh.selector and eh.typeid.for. | Duncan Sands | 2009-10-14 | 1 | -8/+8 |
* | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer | 2009-10-13 | 1 | -6/+5 |
* | Patch fixes a code gen. bug in generation of objc_assign_ivar | Fariborz Jahanian | 2009-09-24 | 1 | -11/+17 |
* | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -14/+16 |
* | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -6/+6 |
* | Make clang stop relying on ConstantStruct::get's default value for isPacked | Nick Lewycky | 2009-09-19 | 1 | -10/+10 |
* | IRgen/ObjC: Correctly construct the function info for variadic message sends. | Daniel Dunbar | 2009-09-17 | 1 | -3/+2 |
* | IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper. | Daniel Dunbar | 2009-09-17 | 1 | -26/+31 |
* | patch for generating objc'2 objc_assign_ivar. WIP. | Fariborz Jahanian | 2009-09-16 | 1 | -1/+0 |
* | Fixes a regression in objc GC layout bitmap involving | Fariborz Jahanian | 2009-09-11 | 1 | -1/+1 |
* | Get the size of object to pass to objc_memmove_collectable() | Fariborz Jahanian | 2009-09-10 | 1 | -2/+2 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -39/+24 |
* | Remove unnecessary #include <sstream>. | Benjamin Kramer | 2009-09-07 | 1 | -1/+0 |
* | Use a SetVector for tracking some Obj-C metadata, to ensure deterministic | Daniel Dunbar | 2009-09-07 | 1 | -20/+23 |
* | Re-implemented generation of objc_memmove_collectable | Fariborz Jahanian | 2009-08-31 | 1 | -4/+10 |
* | Fix ivar layout map generation (hopefully). | Anders Carlsson | 2009-08-25 | 1 | -1/+6 |
* | Remove #ifdef'out code. | Fariborz Jahanian | 2009-08-24 | 1 | -7/+0 |
* | Remove ivarlayout bitmap optimization, instead if all zeros, | Fariborz Jahanian | 2009-08-24 | 1 | -1/+3 |
* | Fix build of clang with gcc-4.4: #include <cstdio> was missing. | Torok Edwin | 2009-08-24 | 1 | -0/+1 |
* | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -4/+4 |
* | Update for LLVM API change. | Owen Anderson | 2009-08-13 | 1 | -8/+8 |
* | Update for LLVM API change. | Owen Anderson | 2009-08-13 | 1 | -35/+38 |
* | Update for LLVM API change. | Owen Anderson | 2009-08-05 | 1 | -36/+41 |
* | When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks | Daniel Dunbar | 2009-08-03 | 1 | -1/+4 |
* | Formatting fixes (trailing whitespace, 80-cols, indentation). | Daniel Dunbar | 2009-08-03 | 1 | -1081/+1088 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -42/+42 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -4/+4 |
* | Canonicalize else spacing. | Mike Stump | 2009-07-30 | 1 | -32/+15 |
* | Eliminate an unused-variable warning | Douglas Gregor | 2009-07-29 | 1 | -1/+0 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -126/+126 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -3/+3 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -31/+31 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-28 | 1 | -18/+18 |
* | add some fixme's | Chris Lattner | 2009-07-28 | 1 | -2/+2 |
* | Patch for objc's zero-const exception to not assume | Fariborz Jahanian | 2009-07-27 | 1 | -11/+10 |