summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Hexagon/HexagonTargetHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-383/+0
* Add File::kind's for all subclasses of File.Pete Cooper2016-01-141-1/+2
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-7/+7
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-1/+3
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-3/+3
* ELF: Remove ELFT template argument when referring the base class.Rui Ueyama2015-04-141-2/+2
* ELF: Move function definitions from .h to .cpp.Rui Ueyama2015-04-141-4/+72
* Remove unused variable.Rui Ueyama2015-04-141-2/+1
* ELF: Remove useless templates that takes always the same ELF type.Rui Ueyama2015-04-141-6/+4
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-1/+1
* ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...Rui Ueyama2015-04-021-12/+0
* ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...Rui Ueyama2015-04-021-2/+2
* ELF: Remove <Arch>TargetHandler::kindString.Rui Ueyama2015-04-011-8/+6
* Remove "_hexagon" prefix from some member variables.Rui Ueyama2015-03-311-7/+5
* Use C++ non-static member initialization.Rui Ueyama2015-03-311-5/+4
* Rename identifiers starting with an underscore and a uppercase letter.Rui Ueyama2015-03-311-11/+11
* If x is a unique_ptr, *x.get() is equivalent to *x.Rui Ueyama2015-03-311-1/+1
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-9/+9
* Use llvm::make_unique.Rui Ueyama2015-03-261-6/+4
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-3/+3
* Remove duplicate code. NFC.Rui Ueyama2015-03-071-5/+1
* Use make_unique.Rui Ueyama2015-02-061-1/+1
* ELF: Support detection of relocation errors during processingWill Newton2015-01-201-1/+1
* [ELF] Remove TargetHandler and DefaultTargetHandler constructorsSimon Atanasyan2015-01-161-1/+1
* ELF: Add a standard method for unknown relocation errorsWill Newton2014-12-091-2/+2
* ELF: Use ELF reloc .def files to reduce duplicationWill Newton2014-12-051-92/+5
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-1/+1
* More prefixing of error_code.Rafael Espindola2014-06-121-4/+4
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-2/+2
* [ELF] Remove unused fields (linking context references).Simon Atanasyan2014-03-191-2/+2
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-9/+9
* [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM isChandler Carruth2014-03-021-1/+1
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-6/+24
* Run clang-format on r197727.Rui Ueyama2013-12-201-8/+5
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-10/+119
* Revert "Remove makeArrayRef() calls."Rui Ueyama2013-12-101-5/+7
* Remove makeArrayRef() calls.Rui Ueyama2013-12-051-7/+5
* Use makeArrayRef to construct ArrayRefs from C arrays.Rui Ueyama2013-12-051-6/+7
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-2/+2
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-291-8/+8
* Revert "r193300 - [PassManager] add ReaderWriter{Native, YAML} to the Driver"Rui Ueyama2013-10-241-7/+7
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-241-7/+7
* [Layout] Dont set ordinals to Files by default.Shankar Easwaran2013-10-091-1/+3
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-1/+1
* Rename ti -> ctx.Rui Ueyama2013-08-271-3/+3
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-10/+10
* [lld][ELF] Inline header files into the one file using itShankar Easwaran2013-05-211-1/+81
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-2/+1
* [ELF][Hexagon] Create .got.plt entries with the appropriate alignmentShankar Easwaran2013-04-011-0/+1
* [ELF] Add dynamic hash table and get simple dynamic libraries working with He...Shankar Easwaran2013-03-291-8/+6
OpenPOWER on IntegriCloud