Skip to content
  1. 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
  2. May 25, 2010
  3. May 22, 2010
  4. May 18, 2010
  5. May 17, 2010
  6. May 07, 2010
  7. Apr 13, 2010
  8. Apr 08, 2010
  9. Mar 30, 2010
  10. Mar 15, 2010
  11. Mar 11, 2010
  12. Mar 10, 2010
  13. Mar 07, 2010
  14. Mar 05, 2010
  15. Mar 03, 2010
    • Bill Wendling's avatar
      Revert... · 182eea8f
      Bill Wendling authored
      --- Reverse-merging r97592 into '.':
      U    lib/CodeGen/TargetLoweringObjectFileImpl.cpp
      
      llvm-svn: 97657
      182eea8f
  16. Mar 02, 2010
  17. Feb 27, 2010
  18. Feb 21, 2010
  19. Feb 19, 2010
  20. Feb 15, 2010
  21. Jan 22, 2010
  22. Jan 19, 2010
  23. Jan 17, 2010
Loading