Age | Commit message (Expand) | Author |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-10-08 | __attribute__((aligned(n))) directly specifies the alignment of a declaration | John McCall |
2010-10-07 | Fix a crash encoding ivars of vector types and | Fariborz Jahanian |
2010-10-01 | enhance ASTContext::GetBuiltinType to return a bitmask indicating which argum... | Chris Lattner |
2010-10-01 | random cleanups, no functionality change. | Chris Lattner |
2010-10-01 | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor |
2010-10-01 | Various builtins a require an integer constant. Not providing | Chris Lattner |
2010-09-28 | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor |
2010-09-28 | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling |
2010-09-27 | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor |
2010-09-24 | Patch implements passing arrays to functions expecting | Fariborz Jahanian |
2010-09-22 | Implement -Wpadded and -Wpacked. | Argyrios Kyrtzidis |
2010-09-01 | Transfer calling-convention attributes down to member function pointers. | Douglas Gregor |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-08-30 | Heap-allocate the attribute vectors in | Douglas Gregor |
2010-08-27 | Don't recurse twice when we can recurse once | Douglas Gregor |
2010-08-25 | Revert r112043, static volatiles are removed by the optimizer. Thanks Chris! | Argyrios Kyrtzidis |
2010-08-25 | Make sure volatile variables are emitted even if static. Fixes rdar://8315219 | Argyrios Kyrtzidis |
2010-08-22 | Detabify. | Eli Friedman |
2010-08-21 | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall |
2010-08-20 | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian |
2010-08-19 | Add some enum goodness as requested by Chris. Now instead of storing the | Charles Davis |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-17 | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar |
2010-08-16 | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis |
2010-08-15 | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis |
2010-08-15 | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis |
2010-08-12 | Fixes block type matching bug. Radar 8302845. | Fariborz Jahanian |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-08-09 | Warn if class object does not implement qualified | Fariborz Jahanian |
2010-08-07 | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor |
2010-08-06 | Introduce implicit conversions between AltiVec vectors and GCC | Douglas Gregor |
2010-08-02 | Compute width/align of objc builtin types (id, etc) | Fariborz Jahanian |
2010-07-29 | Change the name to something less terrible; suggestion by Doug. No functional... | Argyrios Kyrtzidis |
2010-07-29 | Weak references and variables that are not definitions are not required for e... | Argyrios Kyrtzidis |
2010-07-29 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
2010-07-29 | Allow a looser form of compatibility checking (which ignores | Douglas Gregor |
2010-07-25 | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor |
2010-07-23 | Vectors are not integer types, so the type system should not classify | Douglas Gregor |
2010-07-19 | Patch to type match comparing Objective-C Classes which implement | Fariborz Jahanian |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | When printing statistics for the ASTContext, also print them for its BumpPtrA... | Douglas Gregor |
2010-07-04 | Fix a regression of a previous commit of mine (rdar://8158953). | Argyrios Kyrtzidis |
2010-07-04 | Read/write more information of ASTContext for PCH. Overriden methods and inst... | Argyrios Kyrtzidis |
2010-07-04 | Don't try to install the __[u]int128_t identifier if it is already installed ... | Argyrios Kyrtzidis |
2010-07-04 | Read/write specialization info of static data members for PCH. | Argyrios Kyrtzidis |
2010-07-03 | Lazily declare default constructors. We now delay the construction of | Douglas Gregor |
2010-07-02 | Lazily declare implicit copy constructors. | Douglas Gregor |