1. 6f14165 PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 14 years ago
  2. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  3. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  4. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  5. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  6. 2ea7e73 Implement CodeGen support for the may_alias attribute. by Dan Gohman · 14 years ago
  7. 455553b Add infrastructure for emitting TBAA metadata with the "constant" flag. by Dan Gohman · 14 years ago
  8. 224d759 Factor out the code for creating the Root and Char nodes, so that by Dan Gohman · 14 years ago
  9. 31da545 Rename clang's TBAA tree root from "experimental" to "simple". by Dan Gohman · 14 years ago
  10. 565cc44 Add some more comments. by Dan Gohman · 14 years ago
  11. 780658a Mention the paragraphs in the standards which sanction TBAA. by Dan Gohman · 14 years ago
  12. dc49111 Use a different name for pointer types in tbaa, to be a little by Dan Gohman · 14 years ago
  13. 2f8c21d Add a comment. by Dan Gohman · 14 years ago
  14. 0a53198 Fix a typo in a comment Frits van Bommel spotted. by Dan Gohman · 14 years ago
  15. 0b5c4fc Experimental TBAA support for enum types. by Dan Gohman · 14 years ago
  16. 8562348 Add a comment about odd "signed char" incompatibility between C++ and C. by Dan Gohman · 14 years ago
  17. c1028f4 Add a TBAA type for pointer types. by Dan Gohman · 14 years ago
  18. 9af2f83 Unsigned types are TBAA-compatible with their signed counterparts. by Dan Gohman · 14 years ago
  19. 3d5aff5 Experimental TBAA support. by Dan Gohman · 14 years ago