summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Hexagon/HexagonLinkingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-47/+0
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-1/+1
* ELF: Move function definitions from .h to .cpp.Rui Ueyama2015-04-141-3/+13
* ELF: Merge ELFTargets.h with ELFLinkingContext.h.Rui Ueyama2015-04-041-1/+0
* ELF: Remove partial class definitions of <Arch>LinkingContexts.Rui Ueyama2015-04-031-1/+2
* ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...Rui Ueyama2015-04-021-0/+13
* Use llvm::make_unique.Rui Ueyama2015-04-011-2/+1
* ELF: Remove TargetHandlerBase by merging it with TargetHandler.Rui Ueyama2015-04-011-1/+1
* Fix the ELF shared library build targets - take 2Greg Fitzgerald2015-01-241-0/+8
* [ELF] Make -init/-fini options compatible with the gnu linkerSimon Atanasyan2014-12-101-89/+0
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-2/+0
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-4/+4
* [ELF] Add Target specific Readers.Shankar Easwaran2014-01-271-0/+5
* The return value of createInternalFiles is unused, so remove it.Joey Gouly2013-12-311-2/+1
* Run clang-format on r197727.Rui Ueyama2013-12-201-1/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-154/+5
* [Layout] Dont set ordinals to Files by default.Shankar Easwaran2013-10-091-3/+3
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-2/+2
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-10/+7
* [lld][ELF][Hexagon] add Init/Fini option for hexagonShankar Easwaran2013-09-031-0/+85
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-0/+170
OpenPOWER on IntegriCloud