summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/PPC/PPCTargetHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove PPC ELF targetGreg Fitzgerald2015-01-281-93/+0
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-2/+2
* [ELF] Remove TargetHandler and DefaultTargetHandler constructorsSimon Atanasyan2015-01-161-1/+1
* [PPC] Remove unused class field PPCTargetRelocationHandler::_ppcTargetLayoutSimon Atanasyan2015-01-161-2/+1
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-7/+2
* ELF: Use ELF reloc .def files to reduce duplicationWill Newton2014-12-051-53/+5
* 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-3/+20
* Run clang-format on r197727.Rui Ueyama2013-12-201-7/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-9/+72
* Make anonymous namespace as small as possible.Rui Ueyama2013-12-101-3/+3
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-1/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-7/+6
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-1/+1
* add changes for layoutafter/layoutbefore/ingroup/layoutpass and test casesShankar Easwaran2013-02-071-1/+7
* [ELF] Use the target's LayoutHandler.Michael J. Spencer2013-01-301-1/+2
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-2/+2
* [ELF] Add {Hexagon,PPC,X86}TargetHandler.Michael J. Spencer2013-01-301-0/+66
OpenPOWER on IntegriCloud