summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Make File non-const in the resolver.Rui Ueyama2015-03-047-27/+27
* Revert "temporary"Rui Ueyama2015-03-041-22/+8
* Simplify FileArchive. NFC.Rui Ueyama2015-03-041-23/+15
* temporaryRui Ueyama2015-03-041-8/+22
* Make a private function private.Rui Ueyama2015-03-041-21/+20
* Implement our own future and use that for FileArchive::preload().Rui Ueyama2015-03-033-15/+60
* Fix -Wcast-qual warning.Rui Ueyama2015-03-031-1/+1
* [ELF] Implement R_X86_64_PC16 relocation.Davide Italiano2015-03-034-1/+72
* Make ArchiveLibraryFile::~ArchiveLibraryFile virtual.Rui Ueyama2015-03-022-2/+2
* Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.Rui Ueyama2015-03-0210-82/+23
* Update the list of relocations that need to be implemented.Davide Italiano2015-03-021-2/+1
* Add missing includes for make_unique, lld edition.Benjamin Kramer2015-03-0212-7/+14
* Revert "PECOFF: Don't parse files in .drectve asynchronously."Rui Ueyama2015-03-011-4/+8
* Revert "PECOFF: Temporarily add a lock to un-break buildbot."Rui Ueyama2015-03-011-4/+0
* Do s/_context/_ctx/ to Resolver.cpp.Rui Ueyama2015-02-272-25/+24
* 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-273-2/+10
* PECOFF: Move a call of WinLinkDriver::parse from FileCOFF::doParse to FileCOF...Rui Ueyama2015-02-274-43/+33
* PECOFF: Use StringRef::find_first_of instead of a hand-written loop.Rui Ueyama2015-02-271-11/+3
* [ELF] Set up initial live symbol(s) to avoid incorrect reclaim of atoms.Davide Italiano2015-02-271-0/+4
* Temporarily disable FileArchive::preload().Rui Ueyama2015-02-271-16/+2
* Partially revert "PECOFF: Do not add layout-after edges."Rui Ueyama2015-02-272-7/+12
* [ELF] Remove includes that are not usedShankar Easwaran2015-02-271-21/+0
* PECOFF: Do not add layout-after edges.Rui Ueyama2015-02-272-18/+7
* [CMake] CleanupShankar Easwaran2015-02-271-19/+0
* Twine should be used within a statement.Rui Ueyama2015-02-271-3/+3
* Update comments, fix typos.Rui Ueyama2015-02-273-5/+8
* Use read{le,be}{16,32}. NFC.Rui Ueyama2015-02-271-24/+10
* Remove unused #includes.Rui Ueyama2015-02-275-5/+0
* Add {read,write}{16,32,64}{le,be} functions.Rui Ueyama2015-02-279-131/+129
* PECOFF: allow more than one /alternatename for the same symbol.Rui Ueyama2015-02-265-27/+22
* Give enum an unsigned type to silence -Wmicrosoft clang-cl warningReid Kleckner2015-02-261-1/+1
* [Driver] Use paths explicitly provided by the -L option before default pathsSimon Atanasyan2015-02-263-4/+13
* [ELF] Reduce the code indentationSimon Atanasyan2015-02-261-11/+10
* [Mips] Mark some MipsELFFile member functions as constantSimon Atanasyan2015-02-261-3/+3
* [Core] Do not reclaim absolute atoms in resolver.Davide Italiano2015-02-262-2/+7
* Add Example Sub Target.Michael J. Spencer2015-02-2610-0/+165
* [ELF][x86-64] Make the X86_64LinkingContext and X86_64TargetHandler derivable.Michael J. Spencer2015-02-263-14/+21
* Remove unused variables.Michael J. Spencer2015-02-251-4/+1
* [ELF][x86] Detemplatify ELFT. There's only a single valid instantiation.Michael J. Spencer2015-02-256-56/+64
* [ELF][X86_64] Handle R_X86_64_PC64 relocationDavide Italiano2015-02-252-0/+72
* Suppress 'warning C4062: enumerator X in switch of enum Y is not handled' fro...Michael J. Spencer2015-02-251-0/+1
* [ELF] Create a map from Reference to Symbol.Shankar Easwaran2015-02-233-24/+36
* [ELF][Writer] Use llvm::StringMap insteadShankar Easwaran2015-02-231-1/+1
* [ELF] Add comments in the ELF readerShankar Easwaran2015-02-233-7/+18
* [ELF] Add section group/COMDAT support.Shankar Easwaran2015-02-2315-29/+1458
* [ELF] Add .gnu.linkonce support.Shankar Easwaran2015-02-237-12/+563
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-2218-144/+144
* [ELF] Add symbol to ELFReference.Shankar Easwaran2015-02-223-21/+28
* [Core] Fix handling of Section Groups.Shankar Easwaran2015-02-226-56/+28
OpenPOWER on IntegriCloud