summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-33/+0
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-1/+1
* ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.Rui Ueyama2015-04-141-2/+0
* ELF: Remove useless templates that takes always the same ELF type.Rui Ueyama2015-04-141-3/+3
* ELF: Fix header file dependencies.Rui Ueyama2015-04-031-4/+4
* Remove "_hexagon" prefix from some member variables.Rui Ueyama2015-03-311-2/+2
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-3/+2
* [ELF] Make `TargetRelocationHandler` a regular non-template classSimon Atanasyan2015-01-161-4/+2
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-2/+4
* Revert "[ELF][AllArchs] Fix includes"Shankar Easwaran2014-10-081-2/+2
* [ELF][AllArchs] Fix includesShankar Easwaran2014-10-081-2/+2
* More prefixing of error_code.Rafael Espindola2014-06-121-3/+3
* [ELF] Add "override" and remove "virtual".Rui Ueyama2014-03-281-3/+3
* [ELF] Remove unused fields (linking context references).Simon Atanasyan2014-03-191-5/+2
* [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM isChandler Carruth2014-03-021-1/+1
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-10/+8
* Run clang-format on r197727.Rui Ueyama2013-12-201-2/+2
* [lld] fix unused variable warningsNick Kledzik2013-12-191-2/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-1/+2
* Fix include guards.Rui Ueyama2013-11-151-2/+2
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-1/+1
* [ELF] Change MaxAlignment to 2.Shankar Easwaran2013-10-091-1/+0
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-4/+4
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-2/+2
* [ELF][Hexagon] add GOTREL/GOT relocationsShankar Easwaran2013-03-261-2/+3
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-1/+1
* [ELF][Hexagon] add quickdata relocationsShankar Easwaran2013-02-281-8/+13
* fixing typo in header fileShankar Easwaran2013-02-271-3/+2
* add proper copyright headerShankar Easwaran2013-02-011-1/+1
* add hexagon scatter bits and split hexgontargethandler to hexagonrelocationha...Shankar Easwaran2013-02-011-0/+37
OpenPOWER on IntegriCloud