summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-31/+0
* [Mips] Support MIPS big-endian 32/64-bits targetsSimon Atanasyan2015-07-131-0/+1
* [Mips] Remove redundant non-template MipsRelocationHandler classSimon Atanasyan2015-04-061-5/+1
* [Mips] Replace MipsRelocationHandler::readAddend() by a regular functionSimon Atanasyan2015-04-061-2/+2
* [Mips] Reformat the code with clang-formatSimon Atanasyan2015-04-061-1/+2
* ELF: Remove TargetHandler::getTargetLayout.Rui Ueyama2015-03-311-1/+3
* [Mips] Make `readAddend` a virtual member function to escape explicitSimon Atanasyan2015-03-121-16/+2
* [Mips] Refactoring of relocation handling functionsSimon Atanasyan2015-03-091-1/+21
* [Mips] Teach LLD to recognize one more MIPS target triple - mips64elSimon Atanasyan2015-01-251-15/+5
* 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
* [Mips] Move AHL addends calculation to the RelocationPass class.Simon Atanasyan2014-03-191-14/+0
* [Mips] Remove unused class field.Simon Atanasyan2014-03-091-4/+2
* [Mips] Replace "virtual" by "override" in member function declarationsSimon Atanasyan2014-03-061-3/+3
* [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM isChandler Carruth2014-03-021-1/+1
* [Mips] Unify #include guard names.Simon Atanasyan2014-02-031-2/+2
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-5/+7
* [Mips] Add assert to check that we handle all paired relocations.Simon Atanasyan2014-01-081-0/+2
* [lld] fix unused variable warningsNick Kledzik2013-12-191-1/+0
* Linking of shared libraries for MIPS little-endian 32-bit target.Simon Atanasyan2013-12-151-0/+49
OpenPOWER on IntegriCloud