Skip to content
  1. May 17, 2017
    • Rui Ueyama's avatar
      Fix Windows buildbots. · de83fec0
      Rui Ueyama authored
      llvm-svn: 303226
      de83fec0
    • Rui Ueyama's avatar
      Garbage collect dllimported symbols. · 02df7a6c
      Rui Ueyama authored
      Summary:
      Previously, the garbage collector (enabled by default or by explicitly
      passing /opt:ref) did not kill dllimported symbols. As a result,
      dllimported symbols could be added to resulting executables' dllimport
      list even if no one was actually using them.
      
      This patch implements dllexported symbol garbage collection. Just like
      COMDAT sections, dllimported symbols now have Live bits to manage their
      liveness, and MarkLive marks reachable dllimported symbols.
      
      Fixes https://bugs.llvm.org/show_bug.cgi?id=32950
      
      Reviewers: pcc
      
      Subscribers: llvm-commits
      
      Differential Revision: https://reviews.llvm.org/D33264
      
      llvm-svn: 303225
      02df7a6c
  2. May 16, 2017
  3. May 15, 2017
  4. May 14, 2017
  5. May 12, 2017
  6. May 11, 2017
  7. May 10, 2017
Loading