summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/PPC/PPCTargetHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove PPC ELF targetGreg Fitzgerald2015-01-281-67/+0
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-3/+0
* [ELF] Make `TargetRelocationHandler` a regular non-template classSimon Atanasyan2015-01-161-3/+2
* [PPC] Remove redundant `virtual` keywordSimon Atanasyan2015-01-161-3/+3
* [PPC] Remove unused class field PPCTargetRelocationHandler::_ppcTargetLayoutSimon Atanasyan2015-01-161-7/+2
* [cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-3/+3
* [ELF] Check for target architecture.Shankar Easwaran2014-10-201-1/+9
* 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-5/+5
* [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM isChandler Carruth2014-03-021-2/+2
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-8/+22
* [ELF] Add Target specific Readers.Shankar Easwaran2014-01-271-1/+1
* Run clang-format on r197727.Rui Ueyama2013-12-201-4/+2
* [lld] fix unused variable warningsNick Kledzik2013-12-191-4/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-0/+4
* Fix include guards.Rui Ueyama2013-11-151-2/+2
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-3/+3
* [ELF] Change MaxAlignment to 2.Shankar Easwaran2013-10-091-1/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-4/+5
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-161-1/+1
* [ELF] Use the target's LayoutHandler.Michael J. Spencer2013-01-301-0/+6
* [ELF] Add {Hexagon,PPC,X86}TargetHandler.Michael J. Spencer2013-01-301-0/+48
OpenPOWER on IntegriCloud