summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/File.h
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Rename File.h to ELFFile.h to avoid confusion.Shankar Easwaran2014-01-261-831/+0
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-16/+16
* Run clang-format on r197727.Rui Ueyama2013-12-201-29/+27
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-38/+53
* Fix "doesnot", "endsup" typos and "lets" grammar issuesAlp Toker2013-12-021-2/+2
* Fix a variety of typos in function names and commentsAlp Toker2013-12-011-2/+2
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-1/+1
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-8/+8
* [ELF] Set ordinals properly to all atoms.Shankar Easwaran2013-10-181-1/+3
* [ELF] Fix Atoms in the same file had overlapping ordinals.Shankar Easwaran2013-10-111-2/+1
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-1/+1
* [ELF] Fix uninitalized value.Michael J. Spencer2013-10-031-0/+2
* [lld][ELF] Handle multiple weak symbolsShankar Easwaran2013-09-131-7/+6
* [lld] Remove bitfield for boolean membersShankar Easwaran2013-09-031-1/+1
* [lld][LinkingContext] Atoms created from command line options should be avail...Shankar Easwaran2013-08-311-0/+73
* [lld][ELF] process fini_array sectionsShankar Easwaran2013-08-251-1/+3
* [lld][ELF] Dont ignore zero sized sections.Shankar Easwaran2013-08-231-3/+1
* [lld][ELF][Cleanup] Section associated with the relocation traversedShankar Easwaran2013-08-231-10/+6
* [lld] handle typeZeroFill atoms in ELF/Native/YAMLShankar Easwaran2013-08-231-2/+5
* Update to llvm changes.Michael J. Spencer2013-08-081-129/+130
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-12/+15
* Fix typo in comment. Found by -Wdocumentation.Benjamin Kramer2013-06-161-2/+2
* [ELF] Remove unused parameter from ELFReference c'tor.Rui Ueyama2013-06-121-2/+2
* [ELF] Refactor File.h.Rui Ueyama2013-06-101-211/+217
* Fix handling of files without a symbol table.Rafael Espindola2013-06-071-1/+5
* Update for llvm's r183337.Rafael Espindola2013-06-051-1/+1
* [ELF][Reader] Kind in this context refers to File::Kind. Qualify with Referen...Michael J. Spencer2013-05-281-2/+2
* [lld][ELF] set ordinals for mergeAtoms and fix testcaseShankar Easwaran2013-05-101-6/+7
* [lld][ELF] fix build failureShankar Easwaran2013-05-071-1/+0
* [lld][ELF] split ELF reader into multiple functions for readability (no chang...Shankar Easwaran2013-05-071-114/+190
* [lld][ELF] reduce the number of symbols emitted in the symbol tableShankar Easwaran2013-05-011-6/+6
* [lld][ELF] continue on finding a section with no symbols, tests already presentShankar Easwaran2013-04-301-0/+1
* [ELF] fix atom orderShankar Easwaran2013-04-041-5/+12
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-1/+1
* Update for API change for handling mips64el.Rafael Espindola2013-04-031-2/+10
* [ELF] Cache contentType and permissions.Michael J. Spencer2013-03-281-1/+4
* [ELF][Reader][Perf] Only do loookup once.Michael J. Spencer2013-03-201-2/+3
* [ELF][Reader] Refactor how relocations are read. Improves performance.Michael J. Spencer2013-03-201-20/+23
* Devirtualize File::kind.Michael J. Spencer2013-03-201-3/+2
* Set ordinals correctly.Michael J. Spencer2013-03-201-3/+0
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-12/+12
* [ELF][Writer] Let std::vector handle allocating space instead of reserving ti...Michael J. Spencer2013-03-131-6/+0
* [ELF] Order weak symbols properlyShankar Easwaran2013-03-061-19/+59
* add changes for typeDataFastShankar Easwaran2013-02-221-8/+6
* functionality to handle global atoms in Merge sectionsShankar Easwaran2013-02-201-14/+27
* fix the mergeable string atom, when the target points to a symbol which is at...Shankar Easwaran2013-02-131-6/+13
* add merge strings option, this temporarily fixes the problem bringing up hell...Shankar Easwaran2013-02-131-15/+21
* add support for merging common stringsShankar Easwaran2013-02-121-10/+171
* [ELF] Add support for reading dynamic libraries.Michael J. Spencer2013-02-111-10/+0
* add changes for layoutafter/layoutbefore/ingroup/layoutpass and test casesShankar Easwaran2013-02-071-2/+35
OpenPOWER on IntegriCloud