summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Config.h
Commit message (Expand)AuthorAgeFilesLines
* Implement /driver, /driver:wdm and /driver:uponlyRui Ueyama2019-11-141-0/+3
* Warn when an output section name is longer than 8 charactersReid Kleckner2019-11-011-0/+1
* [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...Martin Storsjo2019-10-211-8/+0
* [LLD] [COFF] Resolve source locations for undefined references using dwarfMartin Storsjo2019-09-251-0/+8
* [lld-link] implement -lto-obj-pathBob Haarman2019-08-211-0/+3
* [COFF] Allow using custom .edata from input object filesMartin Storsjo2019-08-201-0/+1
* Handle /align option.Rui Ueyama2019-08-071-0/+1
* [COFF] Implement /safeseh:no and check @feat.00 flags by defaultReid Kleckner2019-07-161-0/+1
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-161-1/+1
* Fix odd variable names.Rui Ueyama2019-07-121-1/+1
* [lld-link] implement -thinlto-{prefix,object-suffix}-replaceBob Haarman2019-07-111-0/+6
* [lld-link] implement -thinlto-index-onlyBob Haarman2019-07-111-0/+5
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-113/+113
* [LLD][COFF] Case insensitive compares for /nodefaultlibAlexandre Ganea2019-06-261-1/+1
* [LLD][COFF] Implement /filealign parameterRui Ueyama2019-05-241-0/+1
* lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber2019-05-021-0/+1
* lld-link: Implement /swaprun: flagNico Weber2019-04-251-0/+2
* [LLD][COFF] Improve checkFailIfMismatch()Alexandre Ganea2019-03-291-1/+2
* [LLD][COFF] Add /summary to print statisticsAlexandre Ganea2019-03-141-0/+1
* lld-link: Only print demangled symbol names by defaultNico Weber2019-03-111-0/+1
* [LLD][COFF] More detailed information for /failifmismatchAlexandre Ganea2019-03-061-1/+1
* [LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea2019-02-231-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLD][COFF] Support /ignore:4099. Support /ignore with comma-separated argume...Alexandre Ganea2019-01-111-0/+1
* [COFF] Add and use a Wordsize field in Config. NFCI.Martin Storsjo2018-10-111-0/+1
* COFF: Add support for /force:multiple optionRui Ueyama2018-09-131-1/+2
* [PDB] Add PDBSourcePath flag to support absolutize source file pathTakuto Ikuta2018-07-191-0/+1
* [COFF] Add an LLD specific option -debug:symbtabMartin Storsjo2018-06-291-0/+1
* lld-link: Implement /INTEGRITYCHECK flagNico Weber2018-05-311-0/+1
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-221-2/+2
* [COFF] Add /Brepro and /TIMESTAMP options.Zachary Turner2018-05-171-0/+2
* COFF: Add a flag for disabling string tail merging.Peter Collingbourne2018-05-111-0/+1
* COFF: Implement /pdbaltpath flag.Peter Collingbourne2018-04-171-0/+1
* [PDB] Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-231-0/+1
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-1/+0
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-0/+1
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-1/+0
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-0/+1
* [COFF] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-141-0/+1
* [lld-link] Add support for /ignore:4037.Nico Weber2018-03-091-0/+1
* [LLD] Implement /guard:[no]longjmpReid Kleckner2018-02-131-1/+7
* [COFF] Add minimal support for /guard:cfReid Kleckner2018-02-061-0/+3
* [COFF] make /incremental control overwriting unchanged import librariesBob Haarman2018-01-311-0/+1
* Add the /order option.Rui Ueyama2018-01-271-0/+4
* [coff] Print detailed timing information with /TIME.Zachary Turner2018-01-171-0/+1
* [COFF] Delete CanExitEarlyShoaib Meenai2018-01-081-1/+0
* [COFF] support /ignore:4217Bob Haarman2017-12-281-0/+1
* [COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner2017-12-141-0/+1
* COFF: Emit a COFF symbol table if /debug:dwarf is specified.Peter Collingbourne2017-11-211-0/+1
* COFF: Remove unused fields. NFC.Peter Collingbourne2017-11-201-1/+0
OpenPOWER on IntegriCloud