Skip to content
  1. Jul 06, 2010
    • Anton Korobeynikov's avatar
      Fix a major regression on COFF targets introduced by r103267: 'discardable'... · e4152304
      Anton Korobeynikov authored
      Fix a major regression on COFF targets introduced by r103267: 'discardable' section means that it is used only during the program load and can be discarded afterwards.
      This way *only* debug sections can be discarded, but not the opposite. Seems like the copy-and-pasto from ELF code, since there it contains the reverse flag ('alloc').
      
      llvm-svn: 107658
      e4152304
  2. Jul 01, 2010
  3. Jun 30, 2010
  4. 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
  5. May 25, 2010
  6. May 22, 2010
  7. May 18, 2010
  8. May 17, 2010
  9. May 07, 2010
  10. Apr 13, 2010
  11. Apr 08, 2010
  12. Mar 30, 2010
  13. Mar 15, 2010
  14. Mar 11, 2010
  15. Mar 10, 2010
  16. Mar 07, 2010
  17. Mar 05, 2010
  18. 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
  19. Mar 02, 2010
  20. Feb 27, 2010
  21. Feb 21, 2010
  22. Feb 19, 2010
  23. Feb 15, 2010
  24. Jan 22, 2010
  25. Jan 19, 2010
Loading