| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -1/+2 |
* | Add BlocksAttr assert on __block specific | Fariborz Jahanian | 2010-12-06 | 1 | -1/+6 |
* | Merge transparent union types using member's unqualified type | Peter Collingbourne | 2010-12-02 | 1 | -1/+1 |
* | Merge transparent union types using member's canonical param type | Peter Collingbourne | 2010-12-02 | 1 | -1/+1 |
* | IR Gen. part of API support for __block cxx | Fariborz Jahanian | 2010-12-02 | 1 | -2/+2 |
* | Sema/AST work for capturing copy init expression | Fariborz Jahanian | 2010-12-01 | 1 | -0/+14 |
* | Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a... | Anders Carlsson | 2010-11-25 | 1 | -0/+5 |
* | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall | 2010-11-24 | 1 | -1/+1 |
* | Fixes synthesis of type for the object which holds info. | Fariborz Jahanian | 2010-11-17 | 1 | -0/+7 |
* | ASTContext::getVectorType should preserve the vector kind for canonical types. | Bob Wilson | 2010-11-16 | 1 | -2/+1 |
* | Bring UsualArithmeticConversionsType back into Sema and cast the | John McCall | 2010-11-13 | 1 | -140/+0 |
* | Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types. | Bob Wilson | 2010-11-12 | 1 | -6/+7 |
* | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson | 2010-11-10 | 1 | -11/+11 |
* | Restore patch reversed in r118475. Fixes | Fariborz Jahanian | 2010-11-09 | 1 | -0/+6 |
* | Use the right calling convention when mangling names in the Microsoft C++ | Charles Davis | 2010-11-09 | 1 | -0/+5 |
* | Reverse patch for // rdar://8632525. It might | Fariborz Jahanian | 2010-11-09 | 1 | -6/+0 |
* | Provide a precise builtin declaration for objc_msgSend | Fariborz Jahanian | 2010-11-08 | 1 | -0/+6 |
* | Remove broken support for variadic templates, along with the various | Douglas Gregor | 2010-11-07 | 1 | -7/+5 |
* | add a comment to my last commit | Douglas Gregor | 2010-11-04 | 1 | -0/+1 |
* | When canonicalizing nested-name-specifiers involving dependent names | Douglas Gregor | 2010-11-04 | 1 | -3/+27 |
* | Restore patch for PR8453 which was undone in r117829 | Fariborz Jahanian | 2010-11-01 | 1 | -20/+33 |
* | Revert r117678, "Qualified 'id' should implement all of static class type's",... | Daniel Dunbar | 2010-10-30 | 1 | -33/+20 |
* | Qualified 'id' should implement all of static class type's | Fariborz Jahanian | 2010-10-29 | 1 | -20/+33 |
* | Initialize the ASTMutationListener. Thanks goes to Abramo Bagnara! | Argyrios Kyrtzidis | 2010-10-28 | 1 | -1/+1 |
* | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 1 | -13/+6 |
* | When de-serializing a type that is supposed to be canonical, call | Douglas Gregor | 2010-10-26 | 1 | -22/+23 |
* | Implement GNU C extension: two types are compatible if they appear | Peter Collingbourne | 2010-10-24 | 1 | -2/+46 |
* | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+3 |
* | Add some infrastructure for dealing with expressions of 'placeholder' type, | John McCall | 2010-10-12 | 1 | -4/+4 |
* | IRgen/Obj-C: Fix encoding of "long double". | Daniel Dunbar | 2010-10-11 | 1 | -1/+1 |
* | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -2/+2 |
* | __attribute__((aligned(n))) directly specifies the alignment of a declaration | John McCall | 2010-10-08 | 1 | -2/+20 |
* | Fix a crash encoding ivars of vector types and | Fariborz Jahanian | 2010-10-07 | 1 | -2/+9 |
* | enhance ASTContext::GetBuiltinType to return a bitmask indicating which argum... | Chris Lattner | 2010-10-01 | 1 | -12/+29 |
* | random cleanups, no functionality change. | Chris Lattner | 2010-10-01 | 1 | -41/+42 |
* | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -0/+1 |
* | Various builtins a require an integer constant. Not providing | Chris Lattner | 2010-10-01 | 1 | -1/+8 |
* | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-28 | 1 | -4/+0 |
* | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling | 2010-09-28 | 1 | -0/+4 |
* | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-27 | 1 | -4/+0 |
* | Patch implements passing arrays to functions expecting | Fariborz Jahanian | 2010-09-24 | 1 | -2/+49 |
* | Implement -Wpadded and -Wpacked. | Argyrios Kyrtzidis | 2010-09-22 | 1 | -0/+4 |
* | Transfer calling-convention attributes down to member function pointers. | Douglas Gregor | 2010-09-01 | 1 | -0/+9 |
* | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek | 2010-09-01 | 1 | -3/+5 |
* | Heap-allocate the attribute vectors in | Douglas Gregor | 2010-08-30 | 1 | -1/+26 |
* | Don't recurse twice when we can recurse once | Douglas Gregor | 2010-08-27 | 1 | -3/+4 |
* | Revert r112043, static volatiles are removed by the optimizer. Thanks Chris! | Argyrios Kyrtzidis | 2010-08-25 | 1 | -4/+0 |
* | Make sure volatile variables are emitted even if static. Fixes rdar://8315219 | Argyrios Kyrtzidis | 2010-08-25 | 1 | -0/+4 |
* | Detabify. | Eli Friedman | 2010-08-22 | 1 | -2/+2 |
* | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall | 2010-08-21 | 1 | -2/+6 |