summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* lld-link: Fix subsystem inference for non-console apps on 32-bit, and fix ent...Nico Weber2018-08-031-14/+17
* lld-link: Remove /msvclto optionNico Weber2018-08-011-132/+0
* [COFF] clean up global resources after completionRui Ueyama2018-07-261-0/+3
* Omit path to lld binary from lld's error, warning, and log output.Nico Weber2018-07-201-1/+1
* [PDB] Write the command line after response file expansionReid Kleckner2018-07-201-2/+1
* [PDB] Add PDBSourcePath flag to support absolutize source file pathTakuto Ikuta2018-07-191-0/+3
* Look for an entry point function if /nodefaultlib is given.Rui Ueyama2018-07-181-0/+17
* [coff] remove_dots from /PDBPATH but not /PDBALTPATH.Zachary Turner2018-07-121-0/+5
* [COFF] Add an LLD specific option -debug:symbtabMartin Storsjo2018-06-291-0/+1
* [COFF] Fix /wholearchive: to do libpath search againReid Kleckner2018-06-141-3/+4
* Fix /WholeArchive bug.Rui Ueyama2018-06-121-19/+40
* lld-link: Implement /INTEGRITYCHECK flagNico Weber2018-05-311-0/+2
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-221-3/+3
* [COFF] Add /Brepro and /TIMESTAMP options.Zachary Turner2018-05-171-0/+17
* COFF: Add a flag for disabling string tail merging.Peter Collingbourne2018-05-111-0/+6
* [COFF] Fix dangling StringRefs from SVN 331900Martin Storsjo2018-05-091-2/+2
* [COFF] Allow specifying export forwarding in a def fileMartin Storsjo2018-05-091-0/+10
* [COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo2018-05-091-5/+4
* [COFF] Don't set the tsaware bit on DLLsHans Wennborg2018-04-251-1/+2
* [COFF] create MemoryBuffers without requiring NUL terminatorsBob Haarman2018-04-241-3/+7
* COFF: Merge .xdata into .rdata by default.Peter Collingbourne2018-04-201-0/+1
* COFF: Merge .bss into .data by default.Peter Collingbourne2018-04-201-0/+1
* COFF: Rename Chunk::getPermissions to getOutputCharacteristics.Peter Collingbourne2018-04-191-1/+1
* Reland r330223, "COFF: Merge .idata, .didat and .edata into .rdata by default...Peter Collingbourne2018-04-171-0/+6
* COFF: Implement /pdbaltpath flag.Peter Collingbourne2018-04-171-4/+15
* Revert r330223, "COFF: Merge .idata, .didat and .edata into .rdata by default."Peter Collingbourne2018-04-171-6/+0
* COFF: Merge .idata, .didat and .edata into .rdata by default.Peter Collingbourne2018-04-171-0/+6
* s/LLVM_ON_WIN32/_WIN32/, lldNico Weber2018-04-101-1/+1
* [lld-link] Add comment explaining that /FIXED behavior is correct despite con...Nico Weber2018-03-301-0/+3
* [lld-link] Let /PROFILE imply /OPT:REF /OPT:NOICF /INCREMENTAL:NO /FIXED:NONico Weber2018-03-301-8/+15
* [PDB] Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-231-1/+4
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-4/+1
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-1/+4
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-4/+1
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-1/+4
* [COFF] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-141-0/+4
* Make lld-link shout at me less.Nico Weber2018-03-121-4/+4
* [lld-link] For suppressible warnings, print the warning number.Nico Weber2018-03-121-1/+1
* [lld-link] Add support for /ignore:4037.Nico Weber2018-03-091-3/+7
* Report an error if you try to link against .dll instead of .lib.Rui Ueyama2018-03-011-11/+18
* Consistent use of header file for ICF and MarkLiveSam Clegg2018-02-201-1/+3
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-1/+0
* [COFF] LTO does not require a disassembler.Benjamin Kramer2018-02-061-1/+0
* [COFF] Add minimal support for /guard:cfReid Kleckner2018-02-061-4/+6
* [COFF] make /incremental control overwriting unchanged import librariesBob Haarman2018-01-311-0/+27
* [COFF] Remove the temporary file if not updating the import libraryMartin Storsjo2018-01-301-0/+2
* Warn on nonexistent comdat sections in an /order file.Rui Ueyama2018-01-291-5/+18
* Remove trailing space.Rui Ueyama2018-01-291-1/+1
* Add the /order option.Rui Ueyama2018-01-271-0/+32
* [COFF] don't replace import library if contents are unchangedBob Haarman2018-01-231-6/+35
OpenPOWER on IntegriCloud