Skip to content
  1. Oct 19, 2010
  2. Oct 08, 2010
  3. Sep 29, 2010
  4. Sep 27, 2010
  5. Aug 30, 2010
    • Chris Lattner's avatar
      two changes: · 34bfab0a
      Chris Lattner authored
      1) nuke ConstDataCoalSection, which is dead.
      2) revise my previous patch for rdar://8018335,
        which was completely wrong.  Specifically, it doesn't 
        make sense to mark __TEXT,__const_coal as PURE_INSTRUCTIONS,
        because it is for readonly data.  templates (it turns out)
        go to const_coal_nt.  The real fix for rdar://8018335 was
        to give ConstTextCoalSection a section kind of ReadOnly 
        instead of Text.
      
      llvm-svn: 112496
      34bfab0a
  6. Jul 15, 2010
  7. 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
  8. Jul 01, 2010
  9. Jun 30, 2010
  10. 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
  11. May 25, 2010
  12. May 22, 2010
  13. May 18, 2010
  14. May 17, 2010
  15. May 07, 2010
  16. Apr 13, 2010
  17. Apr 08, 2010
  18. Mar 30, 2010
  19. Mar 15, 2010
  20. Mar 11, 2010
  21. Mar 10, 2010
  22. Mar 07, 2010
  23. Mar 05, 2010
  24. 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
  25. Mar 02, 2010
  26. Feb 27, 2010
  27. Feb 21, 2010
  28. Feb 19, 2010
Loading