1. 6bda276 [LLD][ELF][Windows] small improvement to D82567 by Ben Dunbobbin · 4 years, 10 months ago
  2. f42f599 [LLD][ELF][Windows] Allow LLD to overwrite existing output files that are in use by Ben Dunbobbin · 4 years, 11 months ago
  3. 932f027 [Support] Move LLD's parallel algorithm wrappers to support by Reid Kleckner · 5 years ago
  4. eb4663d [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={1,2,...} /threads:{1,2,...} by Fangrui Song · 5 years ago
  5. 7ae3d33 [lld] Fix trivial typos in comments by Kazuaki Ishizaki · 5 years ago
  6. 76c3f6c Fix build breakage on Win32. by Rui Ueyama · 6 years ago
  7. 136d27a [Coding style change][lld] Rename variables for non-ELF ports by Rui Ueyama · 6 years ago
  8. 7fd99fc Fail early if an output file is not writable by Rui Ueyama · 6 years ago[Renamed (95%) from lld/ELF/Filesystem.cpp]
  9. c3aefed Revert "Revert "[lld] Fix elf::unlinkAsync detached thread"" by Nick Desaulniers · 6 years ago
  10. 289d70c Revert "[lld] Fix elf::unlinkAsync detached thread" by Nick Desaulniers · 6 years ago
  11. 2694810 [lld] Fix elf::unlinkAsync detached thread by Vitaly Buka · 6 years ago
  12. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  13. fb64730 s/LLVM_ON_WIN32/_WIN32/, lld by Nico Weber · 7 years ago
  14. d0929ca Don't use llvm/Config/config.h. by Rafael Espindola · 8 years ago
  15. 85b8d0c Handle "-" in tryCreateFile. by Rafael Espindola · 8 years ago
  16. 1e8813c Remove a given file even if openFileForRead fails. by Rui Ueyama · 8 years ago
  17. f7a5729 Update for llvm change. by Rafael Espindola · 8 years ago
  18. 367ca01 Fix unused variable error. by Rafael Espindola · 8 years ago
  19. c788906 Use std::thread directly. by Rafael Espindola · 8 years ago
  20. 1501a26 Simplify unlinkAsync. by Rafael Espindola · 8 years ago
  21. fcd7494 Use Path instead of Config->OutputFile. NFC. by Rafael Espindola · 8 years ago
  22. 4f5c8c2 [lld] Move Threads to Common by Bob Haarman · 8 years ago
  23. 945cd64 Wait for all threads to terminate before exitting. by Rui Ueyama · 8 years ago
  24. c17a04c ELF: Only unlink regular files by Tom Stellard · 8 years ago
  25. d283eb7 Make LLD work even if the current directory is not writable. by Rui Ueyama · 8 years ago
  26. 7163027 Move code to emit error messages from Filesystem.cpp to Driver.cpp. by Rui Ueyama · 8 years ago
  27. b7a90ef [ELF] Fail the link early if the map file path is invalid by James Henderson · 8 years ago
  28. 9b55e92 Move a few functions to a new file Filesystem.{cpp,h}. by Rui Ueyama · 8 years ago