summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-330/+0
* ELF: Move Instrcution definition to HexagonEncoding.h.Rui Ueyama2015-04-141-28/+1
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-1/+1
* Remove excessive parentheses.Rui Ueyama2015-04-141-3/+3
* ELF: Remove a header which is used only by one .cpp file.Rui Ueyama2015-04-141-1/+28
* ELF: Simplify assignments to "result"Rui Ueyama2015-04-101-22/+22
* Remove redundant parentheses.Rui Ueyama2015-04-101-1/+1
* Do not use default arguments for trivial functions.Rui Ueyama2015-04-101-6/+5
* Remove unused return values.Rui Ueyama2015-04-101-55/+30
* ELF: Don't use APPLY_RELOC macro.Rui Ueyama2015-04-101-61/+56
* ELF: Move Hexagon linker helper function to Hexagon directory.Rui Ueyama2015-04-101-19/+36
* ELF: Use short variable names in <Arch>RelocationHandlers.cpp.Rui Ueyama2015-04-041-35/+35
* ELF: Fix header file dependencies.Rui Ueyama2015-04-031-1/+2
* Remove "_hexagon" prefix from some member variables.Rui Ueyama2015-03-311-23/+16
* ELF: Replace a macro with an inlined function.Rui Ueyama2015-03-311-11/+11
* Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.Rui Ueyama2015-03-021-3/+3
* Add {read,write}{16,32,64}{le,be} functions.Rui Ueyama2015-02-271-6/+3
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-1/+1
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-7/+2
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-2/+1
* More prefixing of error_code.Rafael Espindola2014-06-121-3/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-2/+2
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-18/+25
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-8/+7
* Make anonymous namespace as small as possible.Rui Ueyama2013-12-101-32/+30
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-1/+1
* 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-1/+1
* [lld] Fix compiler warning that shift count is too big on P64.Rui Ueyama2013-05-141-1/+1
* [ELF][Hexagon] fix few relocations and add testShankar Easwaran2013-04-011-33/+41
* [ELF][Hexagon] remove duplicated codeShankar Easwaran2013-03-261-59/+27
* [ELF][Hexagon] add GOTREL/GOT relocationsShankar Easwaran2013-03-261-0/+51
* [ELF][Hexagon] Add Hexagon dynamic relocationsShankar Easwaran2013-03-201-0/+97
* [ELF][Hexagon] add initial changes to add GOT/PLTShankar Easwaran2013-03-031-0/+15
* [ELF][Hexagon] add quickdata relocationsShankar Easwaran2013-02-281-0/+30
* [lld][ELF][Hexagon] add more relocationsShankar Easwaran2013-02-281-23/+96
* fixing typo in header fileShankar Easwaran2013-02-271-0/+1
* add changes for layoutafter/layoutbefore/ingroup/layoutpass and test casesShankar Easwaran2013-02-071-1/+5
* add hexagon scatter bits and split hexgontargethandler to hexagonrelocationha...Shankar Easwaran2013-02-011-0/+108
OpenPOWER on IntegriCloud