summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* Fix component buildRui Ueyama2019-11-191-11/+11
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-12/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-3/+3
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Fix -Wpessimizing-move warnings.Rui Ueyama2016-03-301-2/+2
* Convert file handle* methods to llvm::Error instead of std::error_code. NFC.Pete Cooper2016-03-301-22/+31
* Remove dead flags.Rui Ueyama2016-03-281-35/+11
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-71/+70
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-70/+71
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-71/+70
* Remove more dead code.Rui Ueyama2016-03-021-1/+0
* Remove dead code for ELF.Rui Ueyama2016-02-281-34/+1
* Delete more COFF and ELF bits from the old linker.Rafael Espindola2016-02-281-11/+0
* Delete more ELF bits from the old linker.Rafael Espindola2016-02-281-41/+2
* Remove a few bits of elf from the old linker.Rafael Espindola2016-02-281-1/+0
* Fix handling of mach header and DSO handle symbols.Pete Cooper2016-02-021-0/+1
* Add File::kind's for all subclasses of File.Pete Cooper2016-01-141-1/+11
* Add handleLoadedFile hook to the context.Pete Cooper2016-01-141-22/+60
* Add more debugging output to MachO lld. NFC.Pete Cooper2015-12-161-5/+24
* Added some DEBUG() prints to make it clearer what the mach-o passes are doing...Pete Cooper2015-12-161-2/+25
* Remove return after report_fatal_error which has noreturn attribute.Rui Ueyama2015-04-061-1/+0
* PECOFF: Create layout-afters instead of layout-befores.Rui Ueyama2015-03-091-1/+1
* Revert r231552: Resolver: optimize fallback atoms.Rui Ueyama2015-03-081-4/+5
* Remove sectionPosition attribute.Rui Ueyama2015-03-081-5/+0
* Resolver: optimize fallback atoms.Rui Ueyama2015-03-071-5/+4
* Resolver: Reduce number of SymbolTable::isDefined function calls.Rui Ueyama2015-03-071-1/+1
* Resolver: Reduce number of hash function call.Rui Ueyama2015-03-071-2/+2
* Resolver: move code inside an assert.Rui Ueyama2015-03-061-4/+3
* Core: Make the resolver faster.Rui Ueyama2015-03-061-25/+29
* Optimize resolver by using std::unordered_multimap.Rui Ueyama2015-03-061-2/+6
* Early return. NFC.Rui Ueyama2015-03-051-31/+30
* Resolver: Update preload map after File::beforeLink().Rui Ueyama2015-03-051-8/+17
* Make File non-const in the resolver.Rui Ueyama2015-03-041-7/+7
* Implement our own future and use that for FileArchive::preload().Rui Ueyama2015-03-031-2/+16
* Do s/_context/_ctx/ to Resolver.cpp.Rui Ueyama2015-02-271-22/+21
* Remove a varaible that's used only once. NFC.Rui Ueyama2015-02-271-8/+7
* Call File::beforeLink hook even if the file is in an archive.Rui Ueyama2015-02-271-0/+1
* Temporarily disable FileArchive::preload().Rui Ueyama2015-02-271-16/+2
* [Core] Do not reclaim absolute atoms in resolver.Davide Italiano2015-02-261-1/+6
* Fix runtime error on Windows.Rui Ueyama2015-01-211-2/+2
* Simplify.Rui Ueyama2015-01-211-8/+10
* Fix --start-group/end-group.Rui Ueyama2015-01-211-8/+8
* [PATCH] Speculatively instantiate archive membersRui Ueyama2015-01-161-2/+28
* Remove duplication code.Rui Ueyama2015-01-161-26/+0
* Run the resolver in parallel with the reader.Rui Ueyama2015-01-161-4/+10
* Remove InputGraph and use std::vector<Node> instead.Rui Ueyama2015-01-151-4/+2
* Rename InputElement Node.Rui Ueyama2015-01-151-2/+2
* Remove InputGraph::size().Rui Ueyama2015-01-151-2/+2
OpenPOWER on IntegriCloud