summaryrefslogtreecommitdiffstats
path: root/lld/COFF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix -Wrange-loop-analysis warningsFangrui Song2020-01-011-4/+1
* [COFF] Avoid CodeView include in headerReid Kleckner2019-11-141-1/+2
* Forward declare the DWARFCache to avoid including LLVM DWARF detailsReid Kleckner2019-11-141-0/+1
* [COFF] Don't include llvm/LTO/LTO.h in a headerReid Kleckner2019-11-141-0/+7
* [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...Martin Storsjo2019-10-211-0/+13
* [LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo2019-10-211-69/+4
* [LLD] [COFF] Try to report source locations for duplicate symbolsMartin Storsjo2019-10-181-2/+86
* [COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song2019-10-101-17/+19
* dummy comment typo fix commit to cycle the botsNico Weber2019-10-101-2/+2
* reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman2019-09-031-8/+54
* Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich2019-08-301-54/+8
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-301-8/+54
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-301-4/+6
* ld.lld: Demangle symbols from archives in diagnosticsNico Weber2019-07-231-2/+3
* lld-link: Demangle symbols from archives in diagnosticsNico Weber2019-07-191-5/+4
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-161-4/+4
* Fix odd variable names.Rui Ueyama2019-07-121-1/+1
* [lld-link] implement -thinlto-{prefix,object-suffix}-replaceBob Haarman2019-07-111-0/+11
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-403/+403
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-1/+1
* [COFF] Handle .eh_frame$symbol as associative comdat for MinGWMartin Storsjo2019-06-141-3/+6
* lld/coff: slightly simplify ImportFile::parse()Nico Weber2019-06-141-2/+1
* lld-link: Reject more than one resource .obj fileNico Weber2019-06-111-1/+6
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-1/+1
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-3/+6
* [COFF] Don't emit .gfids sections when CFG is offReid Kleckner2019-04-241-2/+2
* [LLD][COFF] use offset in archive to disambiguate archive membersBob Haarman2019-04-151-2/+19
* [LLD][COFF] Early dependency detectionAlexandre Ganea2019-04-011-0/+56
* Don't copy the .drective section with std::stringReid Kleckner2019-03-291-1/+1
* [LLD][COFF] Generate import modules & COFF groups in PDBAlexandre Ganea2019-03-291-1/+1
* [LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea2019-02-231-0/+58
* [lld-link] preserve @llvm.used symbols in LTOBob Haarman2019-02-201-0/+2
* lld/coff: Simplify error message for comdat selection mismatchesNico Weber2019-02-141-98/+103
* lld-link: Allow mixing 'discard' and 'largest' comdat selectionsNico Weber2019-01-311-9/+17
* lld/coff: Implement some support for the comdat selection fieldNico Weber2019-01-301-11/+126
* lld-link: Allow backward references between associated comdatsNico Weber2019-01-291-8/+4
* lld/coff: Make assoc comdat diag a bit more detailedNico Weber2019-01-281-3/+4
* lld-link: Store comdat selection in SectionChunk, reject more invalid associa...Nico Weber2019-01-261-5/+16
* lld-link: Use just one code path to process associative comdats, reject some ...Nico Weber2019-01-231-18/+20
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* lld-link: Spelling fixes in comments and minor style tweaksNico Weber2019-01-141-7/+10
* [COFF] Fix error handling on duplicates for import library symbolsMartin Storsjo2018-10-191-0/+4
* [COFF] Cope with GCC produced weak aliases referring to comdat functionsMartin Storsjo2018-10-051-0/+7
* [COFF] Cope with weak aliases produced by GNU toolsMartin Storsjo2018-10-031-1/+9
* COFF: Implement safe ICF on rodata using address-significance tables.Peter Collingbourne2018-08-231-0/+5
* [COFF] Treat .xdata/.pdata$<sym> as implicitly associative to <sym> for MinGWMartin Storsjo2018-08-061-5/+49
* [COFF] Handle comdat sections without leader symbolsMartin Storsjo2018-07-261-0/+7
* Fix error messages for bad symbols.Rui Ueyama2018-07-241-13/+19
* Simplify; no behavior change.Nico Weber2018-07-201-4/+2
* [COFF] Store import symbol pointers as pointers to the base classMartin Storsjo2018-07-101-1/+2
OpenPOWER on IntegriCloud