| Commit message (Expand) | Author | Age | Files | Lines |
* | LLD: Don't use the stderrOS stream in link before it's reassigned. | James Y Knight | 2019-11-21 | 1 | -4/+4 |
* | Make it possible to redirect not only errs() but also outs() | Rui Ueyama | 2019-11-18 | 1 | -1/+1 |
* | lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars. | Nico Weber | 2019-09-13 | 1 | -5/+8 |
* | [LLD] [COFF] Implement MinGW default manifest handling | Martin Storsjo | 2019-09-04 | 1 | -1/+3 |
* | [LLD] [COFF] Support merging resource object files | Martin Storsjo | 2019-08-30 | 1 | -7/+21 |
* | Re-submit r367649: Improve raw_ostream so that you can "write" colors using o... | Rui Ueyama | 2019-08-07 | 1 | -4/+4 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -3/+3 |
* | Revert r367649: Improve raw_ostream so that you can "write" colors using oper... | Rui Ueyama | 2019-08-02 | 1 | -5/+4 |
* | Improve raw_ostream so that you can "write" colors using operator<< | Rui Ueyama | 2019-08-02 | 1 | -4/+5 |
* | [COFF] Rename variale references in comments after VariableName -> variableNa... | Fangrui Song | 2019-07-16 | 1 | -1/+1 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
* | [Coding style change][lld] Rename variables for non-ELF ports | Rui Ueyama | 2019-07-11 | 1 | -462/+462 |
* | lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p... | Nico Weber | 2019-07-05 | 1 | -3/+3 |
* | [COFF] Allow setting subsystem versions while inferring the subsystem type im... | Martin Storsjo | 2019-06-14 | 1 | -2/+4 |
* | lld-link: Reject more than one resource .obj file | Nico Weber | 2019-06-11 | 1 | -0/+1 |
* | Let writeWindowsResourceCOFF() take a TimeStamp parameter | Nico Weber | 2019-06-11 | 1 | -1/+2 |
* | llvm-lib: Implement /machine: argument | Nico Weber | 2019-06-11 | 1 | -28/+0 |
* | [COFF] Fix /export:foo=bar when bar is a weak alias | Reid Kleckner | 2019-06-07 | 1 | -12/+0 |
* | lld-link, clang: Treat non-existent input files as possible spellos for optio... | Nico Weber | 2019-05-23 | 1 | -1/+2 |
* | Add typo correction for command-line flags to ELF and COFF lld drivers | Nico Weber | 2019-05-07 | 1 | -2/+8 |
* | lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal | Nico Weber | 2019-05-02 | 1 | -1/+9 |
* | lld-link: Make "duplicate resource" error message a bit more concise | Nico Weber | 2019-05-02 | 1 | -1/+1 |
* | lld-link: Implement /swaprun: flag | Nico Weber | 2019-04-25 | 1 | -0/+21 |
* | [LLD][COFF] Improve checkFailIfMismatch() | Alexandre Ganea | 2019-03-29 | 1 | -4/+7 |
* | [LLD][COFF] More detailed information for /failifmismatch | Alexandre Ganea | 2019-03-06 | 1 | -6/+8 |
* | [LLD][COFF] Add support for /FUNCTIONPADMIN command-line option | Alexandre Ganea | 2019-02-23 | 1 | -0/+21 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Eliminate dependency to formatv(). NFC. | Fangrui Song | 2018-10-11 | 1 | -3/+3 |
* | Adapt OptTable::PrintHelp change in D51009 | Fangrui Song | 2018-10-10 | 1 | -1/+3 |
* | lld-link: Remove /msvclto option | Nico Weber | 2018-08-01 | 1 | -20/+0 |
* | [PDB] Write the command line after response file expansion | Reid Kleckner | 2018-07-20 | 1 | -8/+13 |
* | lld-link: Add /lib to Options.td so that it appears in lld-link's help output. | Nico Weber | 2018-07-14 | 1 | -0/+4 |
* | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 2018-06-12 | 1 | -6/+1 |
* | lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost... | Nico Weber | 2018-05-10 | 1 | -0/+25 |
* | COFF: Process /merge flag as we create output sections. | Peter Collingbourne | 2018-04-07 | 1 | -0/+4 |
* | [COFF] Add support for the GNU ld flag --kill-at | Martin Storsjo | 2018-03-14 | 1 | -0/+29 |
* | Make lld-link shout at me less. | Nico Weber | 2018-03-12 | 1 | -1/+1 |
* | [LLD] Implement /guard:[no]longjmp | Reid Kleckner | 2018-02-13 | 1 | -7/+13 |
* | [COFF] Add minimal support for /guard:cf | Reid Kleckner | 2018-02-06 | 1 | -0/+9 |
* | [COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode | Martin Storsjo | 2018-01-20 | 1 | -0/+6 |
* | Attempt to fix FreeBSD build broken by the previous commit | Pavel Labath | 2018-01-12 | 1 | -1/+1 |
* | [lld/COFF] Use WritableMemoryBuffer for creating the manifest | Pavel Labath | 2018-01-12 | 1 | -5/+5 |
* | [COFF] Process /EXPORT option in fastpath | Rui Ueyama | 2018-01-09 | 1 | -5/+16 |
* | [COFF] Do not parse args twice if no rsp files exists | Rui Ueyama | 2017-12-27 | 1 | -0/+16 |
* | Remove redundant local variables. | Rui Ueyama | 2017-12-11 | 1 | -2/+1 |
* | Prefer `ArrayRef` over `const std::vector&` | Sam Clegg | 2017-12-08 | 1 | -1/+1 |
* | Always evaluate the second argument for CHECK() lazily. | Rui Ueyama | 2017-12-06 | 1 | -2/+2 |
* | Move Memory.{h,cpp} to Common. | Rui Ueyama | 2017-11-28 | 1 | -1/+1 |
* | Use DenseMap instead of std::map in fixupExports | Reid Kleckner | 2017-11-10 | 1 | -1/+1 |
* | Rename SymbolBody -> Symbol | Rui Ueyama | 2017-11-03 | 1 | -1/+1 |