summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/PPC
Commit message (Expand)AuthorAgeFilesLines
* Remove PPC ELF targetGreg Fitzgerald2015-01-288-346/+0
* Fix the ELF shared library build targets - take 2Greg Fitzgerald2015-01-244-14/+17
* Revert " Fix the ELF shared library build targets"Greg Fitzgerald2015-01-234-8/+14
* Fix the ELF shared library build targetsGreg Fitzgerald2015-01-234-14/+8
* add_lld_library -> add_llvm_libraryGreg Fitzgerald2015-01-211-7/+4
* ELF: Support detection of relocation errors during processingWill Newton2015-01-202-5/+2
* Add LLVM_LINK_COMPONENTS for the shared object buildGreg Fitzgerald2015-01-161-0/+2
* [ELF] Remove TargetHandler and DefaultTargetHandler constructorsSimon Atanasyan2015-01-161-1/+1
* [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-162-9/+3
* [cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-5/+8
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-092-10/+5
* ELF: Use ELF reloc .def files to reduce duplicationWill Newton2014-12-051-53/+5
* [ELF] Remove is64bits() and isLittlEndian().Shankar Easwaran2014-11-071-2/+0
* [ELF] Remove duplicate code.Shankar Easwaran2014-10-211-52/+10
* [ELF] Check for target architecture.Shankar Easwaran2014-10-203-21/+50
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-182-4/+0
* [CMake] lld: Introduce ${cmake_2_8_12_INTERFACE} onto each target_link_librar...NAKAMURA Takumi2014-10-171-1/+1
* Revert "[ELF][AllArchs] Fix includes"Shankar Easwaran2014-10-082-5/+5
* [ELF][AllArchs] Fix includesShankar Easwaran2014-10-082-5/+5
* More prefixing of error_code.Rafael Espindola2014-06-122-6/+6
* Initial set of MakefilesIain Sandoe2014-06-041-0/+15
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-312-4/+4
* [ELF] Add "override" and remove "virtual".Rui Ueyama2014-03-282-7/+7
* [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM isChandler Carruth2014-03-022-3/+3
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-274-11/+161
* [ELF] Add Target specific Readers.Shankar Easwaran2014-01-272-1/+2
* Run clang-format on r197727.Rui Ueyama2013-12-202-11/+4
* [lld] fix unused variable warningsNick Kledzik2013-12-191-4/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-194-40/+76
* Make anonymous namespace as small as possible.Rui Ueyama2013-12-101-3/+3
* Fix include guards.Rui Ueyama2013-11-152-5/+5
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-052-4/+4
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-291-1/+2
* Put missing license header.Rui Ueyama2013-10-251-0/+9
* [ELF] Change MaxAlignment to 2.Shankar Easwaran2013-10-091-1/+1
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-2/+2
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-067-54/+55
* [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...Rui Ueyama2013-06-162-2/+2
* [lld][ELF][All Archs] Addend is used by dynamic relocationsShankar Easwaran2013-05-171-0/+4
* [ELF] Initialize readers and writers on creation.Michael J. Spencer2013-05-071-4/+1
* This is my Driver refactoring patch. Nick Kledzik2013-04-042-4/+40
* 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-302-1/+8
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-2/+2
* [ELF] Add {Hexagon,PPC,X86}TargetHandler.Michael J. Spencer2013-01-304-6/+123
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-292-7/+8
* add elf targethandlerShankar Easwaran2013-01-254-0/+52
OpenPOWER on IntegriCloud