Skip to content
  1. Feb 21, 2019
  2. Jan 17, 2018
  3. Dec 14, 2017
  4. Nov 28, 2017
  5. Oct 26, 2017
    • Bob Haarman's avatar
      [lld] unified COFF and ELF error handling on new Common/ErrorHandler · b8a59c8a
      Bob Haarman authored
      Summary:
      The COFF linker and the ELF linker have long had similar but separate
      Error.h and Error.cpp files to implement error handling. This change
      introduces new error handling code in Common/ErrorHandler.h, changes the
      COFF and ELF linkers to use it, and removes the old, separate
      implementations.
      
      Reviewers: ruiu
      
      Reviewed By: ruiu
      
      Subscribers: smeenai, jyknight, emaste, sdardis, nemanjai, nhaehnle, mgorny, javed.absar, kbarton, fedor.sergeev, llvm-commits
      
      Differential Revision: https://reviews.llvm.org/D39259
      
      llvm-svn: 316624
      b8a59c8a
  6. Oct 17, 2017
  7. Oct 13, 2017
    • Bob Haarman's avatar
      [lld] Move Threads to Common · 4f5c8c29
      Bob Haarman authored
      Summary:
      This will allow using the functionality from other linkers. It is also
      a prerequisite for sharing the error logging code.
      
      Reviewers: ruiu
      
      Reviewed By: ruiu
      
      Subscribers: emaste, mgorny, llvm-commits
      
      Differential Revision: https://reviews.llvm.org/D38822
      
      llvm-svn: 315725
      4f5c8c29
  8. Oct 03, 2017
  9. Oct 02, 2017
Loading