Skip to content
  1. Jun 28, 2012
  2. Jun 20, 2012
  3. Mar 31, 2012
  4. Mar 27, 2012
  5. Mar 04, 2012
  6. Feb 06, 2012
  7. Feb 05, 2012
  8. Feb 03, 2012
  9. Jan 27, 2012
  10. Jan 26, 2012
  11. Dec 23, 2011
  12. Dec 20, 2011
  13. Nov 15, 2011
  14. Jul 18, 2011
  15. Jun 28, 2011
  16. May 06, 2011
  17. May 02, 2011
  18. Feb 22, 2011
  19. Jan 31, 2011
  20. Jan 10, 2011
  21. Nov 14, 2010
  22. Oct 31, 2010
  23. Oct 30, 2010
  24. Oct 26, 2010
  25. Oct 20, 2010
  26. Sep 21, 2010
  27. Jul 27, 2010
  28. Jul 24, 2010
  29. Jul 07, 2010
  30. Jul 04, 2010
  31. Jul 03, 2010
  32. Jun 30, 2010
  33. Jun 29, 2010
    • Bill Wendling's avatar
      Introducing the "linker_weak" linkage type. This will be used for Objective-C · 1767723d
      Bill Wendling authored
      metadata types which should be marked as "weak", but which the linker will
      remove upon final linkage. For example, the "objc_msgSend_fixup_alloc" symbol is
      defined like this:
      
             .globl l_objc_msgSend_fixup_alloc
             .weak_definition l_objc_msgSend_fixup_alloc
             .section __DATA, __objc_msgrefs, coalesced
             .align 3
      l_objc_msgSend_fixup_alloc:
              .quad   _objc_msgSend_fixup
              .quad   L_OBJC_METH_VAR_NAME_1
      
      This is different from the "linker_private" linkage type, because it can't have
      the metadata defined with ".weak_definition".
      
      llvm-svn: 107205
      1767723d
  34. May 24, 2010
  35. Apr 15, 2010
Loading