1. bf1c5ae Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen by Peter Collingbourne · 13 years ago
  2. 6ce51ee Don't factor in visibility for templates and template arguments by John McCall · 13 years ago
  3. 1a0918a Don't consider visibility from template parameter lists if we're by John McCall · 14 years ago
  4. f502d93 Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr. by Anders Carlsson · 14 years ago
  5. cd3ac4b Also set unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  6. 62b1607 Only add unnamed_addr to definitions. by Rafael Espindola · 14 years ago
  7. 82a0f4e Set unnamed_addr in VTTs. by Rafael Espindola · 14 years ago
  8. 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
  9. 2b364a4 Fix test. I added one last test and then forget to re-check. by John McCall · 14 years ago
  10. 7f1b987 Apply attributes to explicit specializations. Specializations which by John McCall · 14 years ago
  11. 112c967 Ensure that static local variables in function templates inherit the by John McCall · 14 years ago
  12. 3698748 Ignore attributes on classes when calculating visibility for members by John McCall · 14 years ago
  13. af14603 Better solution: calculate the visibility of functions and variables by John McCall · 14 years ago
  14. ee30102 GCC faithfully calculates visibility for variables independently of by John McCall · 14 years ago
  15. 110e8e5 Restore r117644, this time properly ignoring -fvisibility and type visibility by John McCall · 14 years ago
  16. 034f55c Revert r117644, "Apply visibility in IR gen to variables that are merely by Daniel Dunbar · 14 years ago
  17. 87a4ed9 Apply visibility in IR gen to variables that are merely declared by John McCall · 14 years ago
  18. 0df9587 When computing the visibility of a class member, calculate the visibility by John McCall · 14 years ago
  19. 67fa6d5 Abandon the type-visibility optimization for functions. GCC doesn't do it, by John McCall · 14 years ago
  20. ac65c62 A couple of tweaks to the visibility rules: by John McCall · 14 years ago
  21. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  22. c66bcfd Make sure to set the visible on a vtable; VTTs and typeinfo already by Douglas Gregor · 14 years ago
  23. 39de84d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 15 years ago