summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne2016-11-111-2/+2
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+1
* Parse relocations only once.Rafael Espindola2016-11-101-12/+21
* Remove an overloaded function to simplify.Rui Ueyama2016-11-091-6/+6
* [ELF][MIPS] Convert .MIPS.abiflags section to synthetic input sectionSimon Atanasyan2016-11-091-6/+0
* [ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input se...Simon Atanasyan2016-11-091-20/+0
* Make Discarded a InputSection.Rafael Espindola2016-11-091-1/+1
* Remove dead arguments. NFC.Rafael Espindola2016-11-081-7/+5
* [LTO] Don't leak BitcodeFiles. Found by the asan bot.Davide Italiano2016-11-081-1/+1
* [ELF] Don't leak the ".data" section. Fixes an asan failure.Davide Italiano2016-11-081-1/+1
* Simplify now that this is only used for global symbols.Rafael Espindola2016-11-031-4/+2
* Now that the ELFFile constructor does nothing, create it when needed.Rafael Espindola2016-11-031-16/+17
* Update for llvm change.Rafael Espindola2016-11-031-10/+7
* Simplify by directly using this->Symbols. NFC.Rui Ueyama2016-11-031-4/+2
* Change how we store the symbol table.Rafael Espindola2016-11-031-26/+18
* Initialize the StringTable early and do it only once.Rafael Espindola2016-11-031-13/+10
* Use the getSectionIndex from llvm.Rafael Espindola2016-11-031-6/+1
* Use existing ELFObj function. NFC.Rafael Espindola2016-11-031-4/+1
* Update for llvm change.Rafael Espindola2016-11-031-1/+1
* Update for llvm change.Rafael Espindola2016-11-031-2/+2
* Pass the section table around instead of recomputing it.Rafael Espindola2016-11-031-12/+16
* We already have the sections, pass them to getSHNDXTable.Rafael Espindola2016-11-031-3/+4
* [ELF] - Update after LLVM change (r285886)George Rimar2016-11-031-1/+1
* Pass the sections to getShtGroupSignature.Rafael Espindola2016-11-031-3/+8
* Fix Windows buildbot.Rui Ueyama2016-11-021-3/+3
* Reduce number of classes by merging DIHelper with ObjectFile.Rui Ueyama2016-11-021-35/+21
* Pass the section table to getSectionStringTable. NFC.Rafael Espindola2016-11-021-1/+1
* Don't use getNumSections.Rafael Espindola2016-11-021-3/+4
* Update for llvm change.Rafael Espindola2016-11-021-3/+3
* Simplify SHF_LINK_ORDER handling. NFC.Rafael Espindola2016-11-021-19/+9
* [ELF] - Check that .dynsym is present in DSO if SHT_GNU_versym section is.George Rimar2016-11-021-0/+3
* Provide a convenient function to allocate and initialize objects.Rui Ueyama2016-11-011-11/+8
* Don't fetch the section string table multiple times. NFC.Rafael Espindola2016-11-011-3/+5
* Replace GAlloc with a template function.Rafael Espindola2016-11-011-19/+8
* Allow fetching source line, when multiple "AX" sections presentEugene Leviant2016-11-011-4/+30
* Consolidate BumpPtrAllocators.Rui Ueyama2016-10-281-19/+18
* Define ~DIHelper::DIHelper() in .cpp.Rui Ueyama2016-10-271-0/+2
* Don't create a dummy ELF to process a binary file.Rafael Espindola2016-10-271-13/+26
* Store OSABI in Config.Rafael Espindola2016-10-271-0/+1
* Use fewer allocators.Rafael Espindola2016-10-271-4/+8
* Reduce the number of allocators.Rafael Espindola2016-10-261-14/+15
* [ELF] Better error reporting for undefined symbolsEugene Leviant2016-10-261-0/+48
* Update for llvm change.Rafael Espindola2016-10-251-21/+14
* Use a CachedHashString for comdats too.Rafael Espindola2016-10-211-14/+17
* Move code from InputFile to ELFCreator to decouple the two files.Rui Ueyama2016-10-201-37/+5
* [ELF] - Applied clang format. NFC.George Rimar2016-10-201-1/+1
* Add a helper function to define symbols.Rui Ueyama2016-10-201-18/+14
* Rename variables so that they are more in line with rest of the code.Rui Ueyama2016-10-201-7/+7
* Remove std:: from std::size_t.Rui Ueyama2016-10-201-1/+1
* Avoid using getComdatSymbolTable.Rafael Espindola2016-10-171-12/+17
OpenPOWER on IntegriCloud