Skip to content
  1. Sep 26, 2011
  2. Jul 23, 2011
  3. Jul 21, 2011
  4. Jul 18, 2011
  5. Jun 22, 2011
  6. May 16, 2011
  7. 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
  8. Mar 24, 2011
  9. Feb 11, 2011
  10. Jan 29, 2011
  11. Jan 15, 2011
  12. Jan 13, 2011
  13. Jan 11, 2011
  14. Nov 25, 2010
  15. Nov 01, 2010
  16. Oct 30, 2010
  17. Aug 31, 2010
  18. May 07, 2010
  19. May 03, 2010
  20. Apr 11, 2010
  21. Mar 30, 2010
  22. Mar 29, 2010
  23. Mar 26, 2010
  24. Mar 25, 2010
  25. Mar 24, 2010
Loading