| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-13 | 1 | -43/+46 |
| * | Generate correct prototype for objc_enumerationMutation. | Daniel Dunbar | 2009-07-11 | 1 | -4/+7 |
| * | Fix typo (found by gcc warning). | Eli Friedman | 2009-07-11 | 1 | -1/+1 |
| * | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -10/+9 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -110/+63 |
| * | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -25/+52 |
| * | Implemented memmove_collectable API for Next runtime | Fariborz Jahanian | 2009-07-08 | 1 | -0/+41 |
| * | use new and simplified LLVM APIs. Patch by Jay Foad! | Chris Lattner | 2009-07-01 | 1 | -3/+1 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -39/+22 |
| * | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| * | Simplify, and fix a possible crash (never happens however, because we don't ever | Daniel Dunbar | 2009-06-26 | 1 | -10/+7 |
| * | Patch fixes an obscure bug when 'used' attribute is applied to | Fariborz Jahanian | 2009-06-23 | 1 | -34/+12 |
| * | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -5/+6 |
| * | Support complex properties, ivars and message expressions. | Daniel Dunbar | 2009-06-10 | 1 | -0/+2 |
| * | Cleanup/Refactoring of ivar collection. No change in functionality. | Fariborz Jahanian | 2009-06-04 | 1 | -37/+9 |
| * | Minor refactoring. Uses an existing API to lookup a class method. | Fariborz Jahanian | 2009-05-21 | 1 | -11/+3 |