| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-27 | 1 | -30/+30 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-24 | 1 | -46/+46 |
* | Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps... | Anders Carlsson | 2009-07-24 | 1 | -4/+8 |
* | Fix declaration of obc_enumerationMutation function, for GNU runtime. | Daniel Dunbar | 2009-07-24 | 1 | -2/+1 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-21 | 1 | -4/+4 |
* | Rename NextOffset to DataSize, which better matches the Itanium C++ ABI | Anders Carlsson | 2009-07-18 | 1 | -1/+1 |
* | Revert r75641. | Anders Carlsson | 2009-07-18 | 1 | -1/+1 |
* | fix objc codegen to not have its own list of things that eventually get into ... | Chris Lattner | 2009-07-17 | 1 | -52/+32 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -3/+3 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -2/+2 |
* | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -1/+1 |
* | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff | 2009-07-16 | 1 | -1/+1 |
* | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -267/+290 |
* | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson | 2009-07-14 | 1 | -1/+1 |