summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* De-template DefinedRegular.Rui Ueyama2017-02-281-2/+2
* Add Triple::thumb to getBitcodeMachineKindSean Silva2017-02-281-0/+1
* Use uint64_t instead of uintX_t where the larger type just works.Rui Ueyama2017-02-241-6/+6
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-18/+18
* Slightly improve an error message.Rui Ueyama2017-02-231-1/+2
* Add a comment about .note.GNU-split-stack.Rui Ueyama2017-02-231-0/+4
* Update comment: .note.GNU-stack is added by default today.Rui Ueyama2017-02-231-3/+4
* Update a comment about .note.GNU-stack.Rui Ueyama2017-02-231-4/+12
* Use isa<MergeInputSection> to check if a section is a merge section.Rui Ueyama2017-02-231-1/+1
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-10/+8
* Do not use errs() or outs() directly. Instead use message(), log() or error()Rui Ueyama2017-02-211-3/+2
* [ELF] - Added support of linkerscript's "/DISCARD/" for --emit-relocsGeorge Rimar2017-02-171-2/+6
* [ELF] - Move DependentSections vector from InputSection to InputSectionBaseGeorge Rimar2017-02-171-2/+1
* [ELF] - Allow section to have multiple dependent sections.George Rimar2017-02-161-1/+1
* [ELF] - Do not segfault when using -r and section groups.George Rimar2017-02-141-5/+8
* Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-0/+7
* Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-7/+0
* [ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...George Rimar2017-02-081-0/+7
* [ELF] Use SyntheticSections for ThunksPeter Smith2017-02-011-1/+1
* Revert "[ELF][ARM] Use SyntheticSections for Thunks"Rui Ueyama2017-01-281-1/+1
* [ELF][ARM] Use SyntheticSections for ThunksPeter Smith2017-01-271-1/+1
* Remove error(error_code, const Twine &).Rui Ueyama2017-01-121-1/+1
* Make the -b binary .data section rw.Rafael Espindola2017-01-111-2/+2
* 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
OpenPOWER on IntegriCloud