Age | Commit message (Expand) | Author |
2010-06-29 | Support C++ friend declarations for PCH. | Argyrios Kyrtzidis |
2010-06-28 | Modify the way sub-statements are stored and retrieved from PCH. | Argyrios Kyrtzidis |
2010-06-28 | Fix PCH emitting/reading for template arguments that contain expressions. | Argyrios Kyrtzidis |
2010-06-26 | Implement support for -fwrapv, rdar://7221421 | Chris Lattner |
2010-06-25 | Support DependentTemplateSpecializationType and ElaboratedType for PCH. | Argyrios Kyrtzidis |
2010-06-24 | Support a couple more C++ Exprs for PCH. | Argyrios Kyrtzidis |
2010-06-23 | Support C++ class template specializations and partial specializations for PCH. | Argyrios Kyrtzidis |
2010-06-23 | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner |
2010-06-22 | -Introduce PCHReader::ReadTemplateArgumentLoc() | Argyrios Kyrtzidis |
2010-06-19 | Initial support for writing templates to PCH. | Argyrios Kyrtzidis |
2010-06-16 | Implement first TD-based usage of attributes. | Sean Hunt |
2010-06-11 | Split DependentNameType into two types. DependentNameType represents the | John McCall |
2010-05-27 | AST: Add AlignMac68kAttr, not yet used. | Daniel Dunbar |
2010-05-27 | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar |
2010-05-19 | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara |
2010-05-19 | Add clang support for IBOutletCollection. | Ted Kremenek |
2010-05-16 | Emit a type record for TYPE_OBJC_OBJECT in the PCH file. I'm not | John McCall |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-14 | Revert r103770, "Added basic source locations to Elaborated and DependentName | Daniel Dunbar |
2010-05-14 | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara |
2010-05-11 | Merged Elaborated and QualifiedName types. | Abramo Bagnara |
2010-05-10 | pchify CXXTemporary, CXXBindTemporaryExpr, and | Chris Lattner |
2010-05-07 | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner |
2010-04-27 | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall |
2010-04-23 | More work toward implementing | Fariborz Jahanian |
2010-04-22 | Check for -fno-constant-cfstrings consistency | Fariborz Jahanian |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-04-17 | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor |
2010-03-30 | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-21 | Keep track of the size/modification time of each file source-location | Douglas Gregor |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-16 | Fix header-search problems with precompiled headers, where the | Douglas Gregor |
2010-03-16 | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor |
2010-03-14 | Path related cleanup. Remove unnecessary variables. | Kovarththanan Rajaratnam |
2010-03-14 | Use makeAbsolute() | Kovarththanan Rajaratnam |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-02-23 | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola |
2010-02-18 | Sort cases. | Ted Kremenek |
2010-02-18 | Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to | Ted Kremenek |
2010-02-17 | Add IBAction attribute to keep the IBOutlet attribute company. | Ted Kremenek |
2010-02-12 | Implementing unused function warning. | Tanya Lattner |
2010-02-10 | clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. | Daniel Dunbar |
2010-02-09 | Implement synthesizing properties by default. | Fariborz Jahanian |
2010-02-07 | Roll r95513 back in. | Sam Weinig |
2010-02-07 | Roll out r95513, it seems to have broken self hosting. | Sam Weinig |
2010-02-07 | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. | Sam Weinig |
2010-02-05 | First stage of adding AltiVec support | John Thompson |