summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* ELF: Discard .gnu.linkonce.* sections.Peter Collingbourne2017-01-091-0/+8
* Add linker-script-included files to reproduce tar files.Rui Ueyama2017-01-091-4/+23
* Handle versioned undefined symbols.Rafael Espindola2017-01-061-6/+16
* Merge elf::toString and coff::toString.Rui Ueyama2017-01-061-1/+1
* Use \ as the path separator on Windows.Rui Ueyama2017-01-061-2/+1
* Use TarWriter to create tar archives instead of cpio.Rui Ueyama2017-01-061-3/+3
* [ELF] Add support for thunks to undefined non-weak symbolsPeter Smith2017-01-041-1/+1
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* [ELF] Accept first SHT_ARM_ATTRIBUTES sectionPeter Smith2016-12-141-2/+9
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-1/+1
* Remove redundant call of std::unique_ptr::get.Rui Ueyama2016-12-071-1/+1
* Do not pass line number to convertToUnixPathSeparator.Rui Ueyama2016-12-071-2/+2
* Make convertToUnixPathSeparator return a new string instead of mutating argum...Rui Ueyama2016-12-071-3/+2
* Format. NFC.George Rimar2016-12-071-1/+1
* [ELF] - Print absolute file name in errors when possible.George Rimar2016-12-071-4/+6
* Use StringRefZ explicitly instead of const char *.Rui Ueyama2016-11-291-1/+1
* Introduce StringRefZ class to represent null-terminated strings.Rui Ueyama2016-11-291-12/+18
* Move typedefs inside a class definition.Rui Ueyama2016-11-251-2/+0
* Define toString() as a generic function to get a string for error message.Rui Ueyama2016-11-231-19/+18
* [ELF] Refactor several error messagesEugene Leviant2016-11-231-3/+3
* Remove one of SymbolTable::addRegular function that forwards other addRegular.Rui Ueyama2016-11-231-13/+18
* Allow calling getName() on local symbols.Rui Ueyama2016-11-231-3/+7
* Change the way how we print out line numbers.Rui Ueyama2016-11-211-1/+1
* [ELF] Better error reporting for broken archivesEugene Leviant2016-11-211-1/+2
* [ELF] - Better diagnostic for relative relocation to an absolute value error.George Rimar2016-11-151-4/+6
* [ELF] - Allow symbols of STT_NOTYPE to be associated with SHT_SYMTAB sections.George Rimar2016-11-151-5/+6
* [ELF] - format. NFC.George Rimar2016-11-141-4/+3
* 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
OpenPOWER on IntegriCloud