summaryrefslogtreecommitdiffstats
path: root/lld/COFF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* COFF: include archive name in LTO object nameBob Haarman2017-03-281-2/+2
* refactor COFF linker to use new LTO APIBob Haarman2017-02-021-43/+54
* Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...Sylvestre Ledru2017-01-281-2/+0
* Merge elf::toString and coff::toString.Rui Ueyama2017-01-061-4/+3
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-3/+3
* COFF: Open and map input files asynchronously on Windows.Peter Collingbourne2016-12-151-24/+3
* COFF: Use a DenseSet instead of a map to atomic_flag to track which archive m...Peter Collingbourne2016-12-121-11/+1
* COFF: New symbol table design.Peter Collingbourne2016-12-091-36/+60
* COFF: Move a call to toString() out of the hot path.Peter Collingbourne2016-12-091-2/+4
* Remove unnecessary `llvm::`.Rui Ueyama2016-12-081-3/+3
* Revert r289084: Start using make() in COFF.Rui Ueyama2016-12-081-7/+10
* Start using make() in COFF.Rui Ueyama2016-12-081-10/+7
* COFF: Define overloaded toString functions.Rui Ueyama2016-12-071-26/+28
* Do plumbing work for CodeView debug info.Rui Ueyama2016-11-211-5/+20
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Create PDB.h and move code to remove unnecessary #includes.Rui Ueyama2016-09-151-0/+5
* lld-link: Include the name of bad input files in several "input file is bad" ...Nico Weber2016-08-031-7/+7
* Revert an unintentional change from r277599Nico Weber2016-08-031-7/+7
* Revert 277594, it caused PR28827Nico Weber2016-08-031-7/+7
* COFF: Implement /linkrepro flag.Peter Collingbourne2016-07-261-3/+11
* COFF: Update error messages so that they start with lowercase letters.Rui Ueyama2016-07-151-7/+7
* Make check() always return a value.Rui Ueyama2016-07-151-25/+12
* COFF: Remove `void error()` functions and use fatal instead.Rui Ueyama2016-07-151-15/+19
* COFF: Remove unnecessary explicit calls of Twine ctor.Rui Ueyama2016-07-141-9/+9
* COFF: Rename noreturn error -> fatal.Rui Ueyama2016-07-141-5/+5
* COFF: Rename non-noreturn error -> check.Rui Ueyama2016-07-141-9/+9
* COFF: Update remaining #include paths.Peter Collingbourne2016-07-141-1/+1
* [lld] Update LLD for Archive::child_iterator change in LLVM r275361.Lang Hames2016-07-141-4/+3
* Matching change for lld for the llvm change of Archive::create() from ErrorOr...Kevin Enderby2016-06-291-1/+2
* Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.Eugene Zelenko2016-04-211-5/+15
* LTO: Adapt to LLVM API changes in r266713Duncan P. N. Exon Smith2016-04-191-1/+1
* LTO: Merge debug info types when linking bitcodeDuncan P. N. Exon Smith2016-04-171-0/+1
* Do not use llvm::getGlobalContext().Rui Ueyama2016-04-141-3/+3
* Revert "Do not use llvm::getGlobalContext(), trying to nuke it from LLVM"Mehdi Amini2016-04-141-2/+1
* Use fully qualified name to refer to LLVMContextMehdi Amini2016-04-141-1/+1
* Do not use llvm::getGlobalContext(), trying to nuke it from LLVMMehdi Amini2016-04-141-1/+2
* Needed change to lld for the change to createBinary() now returning Expected<...Kevin Enderby2016-04-061-1/+3
* [COFF] Remove undefined behavior from ObjectFile::createWeakExternalDavid Majnemer2016-03-201-14/+7
* [COFF] Don't trust a symbol's section numberDavid Majnemer2016-03-151-2/+12
* COFF: Rename RoundUpToAlignment -> align.Rui Ueyama2016-01-081-1/+0
* Update for llvm change.Rafael Espindola2015-12-041-6/+6
* These are the matching changes needed to the lld project for the changes to llvmKevin Enderby2015-11-051-1/+4
* Don't implicitly construct an Archive::child_iterator.Rafael Espindola2015-11-051-6/+5
* COFF: Fix thread-safety bug.Rui Ueyama2015-09-191-0/+5
* COFF: Corrected error message if a section failed to load.Rui Ueyama2015-09-131-2/+2
* COFF: Use section content checksum for ICF.Rui Ueyama2015-09-041-1/+2
* Remove an allocator which was used for just one allocation.Rafael Espindola2015-09-021-3/+1
* COFF: Preserve original spelling of DLL file name.Rui Ueyama2015-09-021-1/+1
* COFF: Use ErrorOr::operator* instead of ErrorOr::get.Rui Ueyama2015-08-181-4/+4
* COFF: Do not handle __NULL_IMPORT_DESCRIPTOR differently than the other symbols.Rui Ueyama2015-08-181-7/+2
OpenPOWER on IntegriCloud