summaryrefslogtreecommitdiff
path: root/lld/Common/Filesystem.cpp
AgeCommit message (Expand)Author
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea
2023-09-28[NFC][LLD] Refactor some copy-paste into the Common library (#67598)Matheus Izvekov
2023-09-21[NFC] clang-format lld/COFF/Driver.cpp and lld/Common/Filesystem.cppMatheus Izvekov
2020-07-13[LLD][ELF][Windows] small improvement to D82567Ben Dunbobbin
2020-07-03[LLD][ELF][Windows] Allow LLD to overwrite existing output files that are in useBen Dunbobbin
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner
2020-03-31[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --thr...Fangrui Song
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki
2019-07-11Fix build breakage on Win32.Rui Ueyama
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-03-11Fail early if an output file is not writableRui Ueyama