Age | Commit message (Expand) | Author | Files | Lines |
2021-11-02 | [lld/mac] Write -v output to stderr | Nico Weber | 1 | -3/+3 |
2021-09-17 | [lld] Fix small error in previous commit | Amy Huang | 1 | -3/+3 |
2021-09-17 | Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes... | Amy Huang | 1 | -9/+5 |
2021-09-16 | Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes... | Amy Huang | 1 | -2/+7 |
2021-09-16 | [LLD] Remove global state in lld/COFF | Amy Huang | 1 | -7/+2 |
2021-09-16 | [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th... | Alfonso Gregory | 1 | -1/+1 |
2021-09-09 | [lld] Buffer writes when composing a single diagnostic | Fangrui Song | 1 | -8/+21 |
2021-08-04 | [lld] Remove unused LLD_REPOSITORY | Fangrui Song | 1 | -6/+2 |
2021-06-25 | [lld] Rename StringRef _lower() method calls to _insensitive() | Martin Storsjö | 1 | -1/+1 |
2021-03-11 | [ELF] Simplify isValidCIdentifier. NFC | Fangrui Song | 1 | -3/+2 |
2020-11-30 | [lld/mac] Add --reproduce option | Nico Weber | 1 | -1/+6 |
2020-11-24 | clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangle | Nico Weber | 1 | -6/+5 |
2020-11-12 | [LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failures | Alexandre Ganea | 1 | -1/+8 |
2020-11-09 | [lld] Provide a hook to customize undefined symbols error handling | serge-sans-paille | 1 | -0/+3 |
2020-11-03 | Fix 'default label in switch which covers all enumeration values' warning | serge-sans-paille | 1 | -2/+0 |
2020-11-03 | Provide a hook to customize missing library error handling | serge-sans-paille | 1 | -0/+45 |
2020-10-29 | Remove HAVE_VCS_VERSION_INC, not needed | Marcel Hlopko | 2 | -5/+0 |
2020-10-14 | [AIX] Turn -fdata-sections on by default in Clang | jasonliu | 1 | -1/+1 |
2020-10-02 | [LLD] Fix /time formatting for very long runs. NFC. | Alexandre Ganea | 1 | -2/+2 |
2020-09-24 | [LLD][COFF] Cover usage of LLD-as-a-library in tests | Alexandre Ganea | 1 | -10/+20 |
2020-09-22 | [lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16 | Greg McGary | 1 | -1/+4 |
2020-08-21 | lld: link libatomic if needed for Timer | Josh Stone | 1 | -1/+7 |
2020-07-30 | [lld-macho] Implement -headerpad | Jez Ng | 1 | -3/+13 |
2020-07-17 | [CMake] Make `intrinsics_gen` dependency unconditional. | Michele Scandale | 1 | -5/+1 |
2020-07-13 | [LLD][ELF][Windows] small improvement to D82567 | Ben Dunbobbin | 1 | -2/+4 |
2020-07-03 | [LLD][ELF][Windows] Allow LLD to overwrite existing output files that are in use | Ben Dunbobbin | 1 | -0/+28 |
2020-05-28 | FileOutputBuffer.h - remove unused includes. NFC. | Simon Pilgrim | 1 | -0/+1 |
2020-05-20 | [LLD] Make scoped timers thread safe | Reid Kleckner | 1 | -17/+12 |
2020-05-11 | Add vendor macro to "lld" | stevewan | 1 | -2/+9 |
2020-05-05 | [Support] Move LLD's parallel algorithm wrappers to support | Reid Kleckner | 2 | -2/+2 |
2020-03-31 | [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --thr... | Fangrui Song | 3 | -13/+1 |
2020-03-17 | Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis... | serge-sans-paille | 1 | -17/+8 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 4 | -9/+9 |
2020-01-28 | [LLD] Avoid exiting with a locked mutex NFC | Andrew Ng | 1 | -13/+22 |
2020-01-22 | [lld/ELF] PR44498: Support input filename in double quote | Thomas Preud'homme | 1 | -8/+18 |
2020-01-16 | Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. | Nico Weber | 1 | -2/+2 |
2020-01-10 | [Support] ThreadPoolExecutor fixes for Windows/MinGW | Andrew Ng | 1 | -3/+4 |
2020-01-06 | [lld] Fix trivial typos in comments | Kazuaki Ishizaki | 1 | -1/+1 |
2019-11-21 | LLD: Don't use the stderrOS stream in link before it's reassigned. | James Y Knight | 1 | -2/+0 |
2019-11-18 | Make it possible to redirect not only errs() but also outs() | Rui Ueyama | 1 | -15/+20 |
2019-10-21 | [LLD] Move duplicated dwarf parsing code to the Common library. NFC. | Martin Storsjo | 2 | -0/+105 |
2019-09-27 | [LLD] Simplify the demangleItanium function. NFC. | Martin Storsjo | 1 | -7/+4 |
2019-09-27 | [LLD] Convert demangleItanium to use the higher level llvm::demangle function... | Martin Storsjo | 1 | -6/+4 |
2019-09-27 | [LLD] [COFF] Use the unified llvm demangle frontend function. NFC. | Martin Storsjo | 1 | -17/+0 |
2019-08-09 | [ELF] For VS-style diagnostics, prefer printing full paths in the header. | Igor Kudrin | 1 | -2/+9 |
2019-08-07 | [ELF] Fix splitting messages for duplicate symbols. | Igor Kudrin | 1 | -2/+2 |
2019-08-07 | Simplify error message output. NFC. | Rui Ueyama | 1 | -16/+13 |
2019-08-07 | Re-submit r367649: Improve raw_ostream so that you can "write" colors using o... | Rui Ueyama | 1 | -60/+46 |
2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 1 | -1/+1 |
2019-08-02 | Revert r367649: Improve raw_ostream so that you can "write" colors using oper... | Rui Ueyama | 1 | -42/+59 |