| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | lld-link: Fix subsystem inference for non-console apps on 32-bit, and fix ent... | Nico Weber | 2018-08-03 | 1 | -14/+17 |
* | lld-link: Remove /msvclto option | Nico Weber | 2018-08-01 | 1 | -132/+0 |
* | [COFF] clean up global resources after completion | Rui Ueyama | 2018-07-26 | 1 | -0/+3 |
* | Omit path to lld binary from lld's error, warning, and log output. | Nico Weber | 2018-07-20 | 1 | -1/+1 |
* | [PDB] Write the command line after response file expansion | Reid Kleckner | 2018-07-20 | 1 | -2/+1 |
* | [PDB] Add PDBSourcePath flag to support absolutize source file path | Takuto Ikuta | 2018-07-19 | 1 | -0/+3 |
* | Look for an entry point function if /nodefaultlib is given. | Rui Ueyama | 2018-07-18 | 1 | -0/+17 |
* | [coff] remove_dots from /PDBPATH but not /PDBALTPATH. | Zachary Turner | 2018-07-12 | 1 | -0/+5 |
* | [COFF] Add an LLD specific option -debug:symbtab | Martin Storsjo | 2018-06-29 | 1 | -0/+1 |
* | [COFF] Fix /wholearchive: to do libpath search again | Reid Kleckner | 2018-06-14 | 1 | -3/+4 |
* | Fix /WholeArchive bug. | Rui Ueyama | 2018-06-12 | 1 | -19/+40 |
* | lld-link: Implement /INTEGRITYCHECK flag | Nico Weber | 2018-05-31 | 1 | -0/+2 |
* | Code cleanup in preparation for adding LTO for wasm. NFC. | Sam Clegg | 2018-05-22 | 1 | -3/+3 |
* | [COFF] Add /Brepro and /TIMESTAMP options. | Zachary Turner | 2018-05-17 | 1 | -0/+17 |
* | COFF: Add a flag for disabling string tail merging. | Peter Collingbourne | 2018-05-11 | 1 | -0/+6 |
* | [COFF] Fix dangling StringRefs from SVN 331900 | Martin Storsjo | 2018-05-09 | 1 | -2/+2 |
* | [COFF] Allow specifying export forwarding in a def file | Martin Storsjo | 2018-05-09 | 1 | -0/+10 |
* | [COFF] Improve correctness of def parsing for GNU features | Martin Storsjo | 2018-05-09 | 1 | -5/+4 |
* | [COFF] Don't set the tsaware bit on DLLs | Hans Wennborg | 2018-04-25 | 1 | -1/+2 |
* | [COFF] create MemoryBuffers without requiring NUL terminators | Bob Haarman | 2018-04-24 | 1 | -3/+7 |
* | COFF: Merge .xdata into .rdata by default. | Peter Collingbourne | 2018-04-20 | 1 | -0/+1 |
* | COFF: Merge .bss into .data by default. | Peter Collingbourne | 2018-04-20 | 1 | -0/+1 |
* | COFF: Rename Chunk::getPermissions to getOutputCharacteristics. | Peter Collingbourne | 2018-04-19 | 1 | -1/+1 |
* | Reland r330223, "COFF: Merge .idata, .didat and .edata into .rdata by default... | Peter Collingbourne | 2018-04-17 | 1 | -0/+6 |
* | COFF: Implement /pdbaltpath flag. | Peter Collingbourne | 2018-04-17 | 1 | -4/+15 |
* | Revert r330223, "COFF: Merge .idata, .didat and .edata into .rdata by default." | Peter Collingbourne | 2018-04-17 | 1 | -6/+0 |
* | COFF: Merge .idata, .didat and .edata into .rdata by default. | Peter Collingbourne | 2018-04-17 | 1 | -0/+6 |
* | s/LLVM_ON_WIN32/_WIN32/, lld | Nico Weber | 2018-04-10 | 1 | -1/+1 |
* | [lld-link] Add comment explaining that /FIXED behavior is correct despite con... | Nico Weber | 2018-03-30 | 1 | -0/+3 |
* | [lld-link] Let /PROFILE imply /OPT:REF /OPT:NOICF /INCREMENTAL:NO /FIXED:NO | Nico Weber | 2018-03-30 | 1 | -8/+15 |
* | [PDB] Resubmit "Support embedding natvis files in PDBs." | Zachary Turner | 2018-03-23 | 1 | -1/+4 |
* | Revert "Resubmit "Support embedding natvis files in PDBs."" | Zachary Turner | 2018-03-20 | 1 | -4/+1 |
* | Resubmit "Support embedding natvis files in PDBs." | Zachary Turner | 2018-03-20 | 1 | -1/+4 |
* | Revert "Support embedding natvis files in PDBs." | Zachary Turner | 2018-03-19 | 1 | -4/+1 |
* | Support embedding natvis files in PDBs. | Zachary Turner | 2018-03-19 | 1 | -1/+4 |
* | [COFF] Add support for the GNU ld flag --kill-at | Martin Storsjo | 2018-03-14 | 1 | -0/+4 |
* | Make lld-link shout at me less. | Nico Weber | 2018-03-12 | 1 | -4/+4 |
* | [lld-link] For suppressible warnings, print the warning number. | Nico Weber | 2018-03-12 | 1 | -1/+1 |
* | [lld-link] Add support for /ignore:4037. | Nico Weber | 2018-03-09 | 1 | -3/+7 |
* | Report an error if you try to link against .dll instead of .lib. | Rui Ueyama | 2018-03-01 | 1 | -11/+18 |
* | Consistent use of header file for ICF and MarkLive | Sam Clegg | 2018-02-20 | 1 | -1/+3 |
* | Consistent (non) use of empty lines in include blocks | Sam Clegg | 2018-02-20 | 1 | -1/+0 |
* | [COFF] LTO does not require a disassembler. | Benjamin Kramer | 2018-02-06 | 1 | -1/+0 |
* | [COFF] Add minimal support for /guard:cf | Reid Kleckner | 2018-02-06 | 1 | -4/+6 |
* | [COFF] make /incremental control overwriting unchanged import libraries | Bob Haarman | 2018-01-31 | 1 | -0/+27 |
* | [COFF] Remove the temporary file if not updating the import library | Martin Storsjo | 2018-01-30 | 1 | -0/+2 |
* | Warn on nonexistent comdat sections in an /order file. | Rui Ueyama | 2018-01-29 | 1 | -5/+18 |
* | Remove trailing space. | Rui Ueyama | 2018-01-29 | 1 | -1/+1 |
* | Add the /order option. | Rui Ueyama | 2018-01-27 | 1 | -0/+32 |
* | [COFF] don't replace import library if contents are unchanged | Bob Haarman | 2018-01-23 | 1 | -6/+35 |