Skip to content
  1. Jun 22, 2011
  2. May 16, 2011
  3. Mar 27, 2011
    • John McCall's avatar
      We were emitting construction v-tables with internal linkage all the time. · 358d056c
      John McCall authored
      Emit them instead with the linkage of the VTT.
      
      I'm actually really ambivalent about this;  it's what GCC does, but outside
      of improving code size (if the linkage is coalescing), I'm not sure it's
      at all relevant.  Construction vtables are naturally referenced only by the
      VTT, which is itself only referenced by complete-object constructors and
      destructors;  giving the construction vtables possibly-external linkage is
      important if you have an optimization that drills through the VTT to a
      reference to a particular construction vtable which it cannot just emit
      itself.
      
      llvm-svn: 128374
      358d056c
  4. Mar 24, 2011
  5. Feb 11, 2011
  6. Jan 29, 2011
  7. Jan 15, 2011
  8. Jan 13, 2011
  9. Jan 11, 2011
  10. Nov 25, 2010
  11. Nov 01, 2010
  12. Oct 30, 2010
  13. Aug 31, 2010
  14. May 07, 2010
  15. May 03, 2010
  16. Apr 11, 2010
  17. Mar 30, 2010
  18. Mar 29, 2010
  19. Mar 26, 2010
  20. Mar 25, 2010
  21. Mar 24, 2010
  22. Mar 23, 2010
  23. Feb 28, 2010
  24. Jan 21, 2010
Loading