summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Hexagon/HexagonDynamicLibraryWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-67/+0
* ELF: Remove ELFT template argument when referring the base class.Rui Ueyama2015-04-141-5/+4
* ELF: Remove this-> as much as we can.Rui Ueyama2015-04-141-1/+1
* ELF: Remove almost empty class.Rui Ueyama2015-04-141-2/+2
* ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.Rui Ueyama2015-04-141-5/+5
* ELF: Remove useless templates that takes always the same ELF type.Rui Ueyama2015-04-141-12/+8
* [ELF] Simplify adding default atomsSimon Atanasyan2015-04-071-10/+6
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+2
* Remove "_hexagon" prefix from some member variables.Rui Ueyama2015-03-311-9/+8
* Remove virtual and add override.Rui Ueyama2015-03-311-4/+4
* ELF: Do not use multiple inheritance.Rui Ueyama2015-03-311-6/+5
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-6/+6
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-1/+1
* More prefixing of error_code.Rafael Espindola2014-06-121-2/+2
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [ELF] Fix comments.Shankar Easwaran2014-01-271-2/+1
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-0/+80
OpenPOWER on IntegriCloud