summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-43/+0
* [ELF] Remove redundant unique_ptr moves found by -Wpessimizing-move.Benjamin Kramer2015-05-221-1/+1
* ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...Rui Ueyama2015-04-021-1/+1
* ELF: Remove TargetHandlerBase by merging it with TargetHandler.Rui Ueyama2015-04-011-3/+3
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-7/+5
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-1/+0
* [ELF] Remove class declarations that do nothing.Rui Ueyama2014-03-281-76/+0
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-4/+4
* [ELF] Add Target specific Readers.Shankar Easwaran2014-01-271-13/+10
* [ELF] Separate ELFReader classes for subclassingShankar Easwaran2014-01-271-28/+4
* [ELF] Unify interfaces between DynamicFile/ELFFile.Shankar Easwaran2014-01-271-10/+9
* [ELF] Rename File.h to ELFFile.h to avoid confusion.Shankar Easwaran2014-01-261-1/+1
* [ELF] Dont include all targetsShankar Easwaran2014-01-261-3/+0
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-2/+2
* Run clang-format on r197727.Rui Ueyama2013-12-201-30/+29
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-59/+77
* Fix "doesnot", "endsup" typos and "lets" grammar issuesAlp Toker2013-12-021-2/+2
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-1/+1
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-15/+10
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-8/+9
* Rename ti -> ctx.Rui Ueyama2013-08-271-6/+6
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-13/+13
* [ELF] add NMAGIC/OMAGIC supportShankar Easwaran2013-06-161-0/+4
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-6/+6
* Use the StringRef version of identifyFileType.Rafael Espindola2013-06-101-2/+1
* Use new version of countLeadingZeros.Michael J. Spencer2013-05-251-1/+1
* Revert "Correctly pass ownership of MemoryBuffers."Michael J. Spencer2013-04-051-6/+5
* Correctly pass ownership of MemoryBuffers.Michael J. Spencer2013-04-051-5/+6
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-9/+8
* [ELF] Add support for reading dynamic libraries.Michael J. Spencer2013-02-111-60/+40
* [ELF] Use LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-031-4/+16
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-0/+146
OpenPOWER on IntegriCloud