Skip to content
  1. May 17, 2017
  2. May 16, 2017
  3. May 15, 2017
  4. May 12, 2017
  5. May 11, 2017
  6. May 10, 2017
  7. May 09, 2017
  8. May 08, 2017
    • Rafael Espindola's avatar
      Simplify orphan section positioning. · b5de5b93
      Rafael Espindola authored
      The code following this one already considers every possible insertion
      point for orphan sections, there is no point in sorting them before.
      
      llvm-svn: 302441
      b5de5b93
    • George Rimar's avatar
      [ELF] - Set DF_STATIC_TLS flag for i386 target. · 1564122b
      George Rimar authored
      This is PR32437.
      
      DF_STATIC_TLS
      If set in a shared object or executable, this flag instructs the 
      dynamic linker to reject attempts to load this file dynamically. 
      It indicates that the shared object or executable contains code 
      using a static thread-local storage scheme. Implementations need 
      not support any form of thread-local storage.
      
      Patch checks if IE/LE relocations were used to check if code uses
      static model. If so it sets the DF_STATIC_TLS flag.
      
      Differential revision: https://reviews.llvm.org/D32354
      
      llvm-svn: 302414
      1564122b
Loading