1. 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 14 years ago
  2. efed5c8 Revert r106099; it broke self-host. by Douglas Gregor · 14 years ago
  3. 6cd8087 Added TemplateTypeParmType::getDecl(). by Abramo Bagnara · 14 years ago
  4. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  5. 16834e8 Only provide a source location for an anonymous tag if the location is valid by Douglas Gregor · 14 years ago
  6. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  7. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  8. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  9. 493ec51 Removed spaces at end of line. (Test commit.) by Abramo Bagnara · 14 years ago
  10. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  11. 84139d6 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 14 years ago
  12. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 14 years ago
  13. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 14 years ago
  14. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 14 years ago
  15. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  16. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 15 years ago
  17. 327fb2d Suppress the tag when printing an ElaboratedType if the language options by John McCall · 15 years ago
  18. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  19. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  20. 82287d1 First stage of adding AltiVec support by John Thompson · 15 years ago
  21. f82b4e8 Allow calling convention attributes to apply to types. Patch by Chip Davis! by John McCall · 15 years ago
  22. 48026d2 Implement name lookup for conversion function template specializations by Douglas Gregor · 15 years ago
  23. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  24. 0ae7b3f Implement template instantiation for exception specifications. Also, by Douglas Gregor · 15 years ago
  25. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  26. 6e132aa Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized. by John Thompson · 15 years ago
  27. e7cb7e4 Kill a few more random stderr uses. by Daniel Dunbar · 15 years ago
  28. d5532b6 Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations" into by John McCall · 15 years ago
  29. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  30. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  31. fb898e1 When comparing template parameter lists, distinguish between three cases: by Douglas Gregor · 15 years ago
  32. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  33. fee8a3c Move all of the type-printing logic to its own C++ source file by Douglas Gregor · 15 years ago