summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Hexagon/HexagonTargetHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ELF][Hexagon] add GOTREL/GOT relocationsShankar Easwaran2013-03-261-1/+1
* [ELF][Hexagon] Add Hexagon dynamic relocationsShankar Easwaran2013-03-201-7/+39
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-1/+1
* [ELF][X86_64][Hexagon] order plt/got entries properly and fix testShankar Easwaran2013-03-131-7/+18
* [ELF][Hexagon] add initial changes to add GOT/PLTShankar Easwaran2013-03-031-0/+156
* [ELF][Hexagon] add quickdata relocationsShankar Easwaran2013-02-281-3/+3
* [ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing to start of quickdata)Shankar Easwaran2013-02-241-1/+1
* add hexagon scatter bits and split hexgontargethandler to hexagonrelocationha...Shankar Easwaran2013-02-011-91/+0
* [ELF] Use the target's LayoutHandler.Michael J. Spencer2013-01-301-1/+2
* simplify hexagon relocations handlingShankar Easwaran2013-01-301-4/+5
* Whitespace.Michael J. Spencer2013-01-301-1/+1
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-7/+7
* [ELF] Add {Hexagon,PPC,X86}TargetHandler.Michael J. Spencer2013-01-301-0/+110
OpenPOWER on IntegriCloud