summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Mips/MipsDynamicLibraryWriter.h
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Move member function definitions to cpp filesSimon Atanasyan2015-05-271-117/+0
* [ELF] Remove redundant unique_ptr moves found by -Wpessimizing-move.Benjamin Kramer2015-05-221-1/+1
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+2
* [Mips] Rename MipsLinkingContext class methodSimon Atanasyan2015-04-051-1/+1
* [Mips] Support writing .MIPS.options section into the linked fileSimon Atanasyan2015-04-051-7/+10
* [Mips] Support writing .reginfo section into the linked fileSimon Atanasyan2015-04-041-0/+16
* [Mips] Remove 'mips' prefix from class member fields namesSimon Atanasyan2015-04-011-4/+4
* [Mips] clang-format the codeSimon Atanasyan2015-03-301-3/+1
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-6/+6
* Use template aliases.Rui Ueyama2015-03-101-11/+11
* [Mips] Use template class argument instead of hard-coded type name inSimon Atanasyan2015-01-251-1/+1
* [Mips] Use ELFLinkingContext class instead of MipsLinkingContext where possibleSimon Atanasyan2015-01-161-5/+4
* [Mips] Make MipsLinkingContext owner of MipsELFFlagsMergerSimon Atanasyan2015-01-161-7/+4
* [ELF] Add CodeModel attribute to the DefinedAtom classSimon Atanasyan2014-11-131-0/+9
* [Mips] Check ELF flags to prevent linking of incompatible filesSimon Atanasyan2014-11-061-4/+7
* Fix warnings about missing override.Rafael Espindola2014-11-031-2/+3
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-0/+1
* Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)Rafael Auler2014-10-091-4/+0
* Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"Rui Ueyama2014-10-091-0/+4
* [ELF] Only mark as DT_NEEDED libs that are strictly necessaryRafael Auler2014-10-081-4/+0
* Revert "[ELF][AllArchs] Fix includes"Shankar Easwaran2014-10-081-2/+2
* [ELF][AllArchs] Fix includesShankar Easwaran2014-10-081-2/+2
* [lld] [ELF] [MIPS] Remove duplicate logicRafael Auler2014-10-021-4/+0
* [Mips] s/context/ctx/ for consistency and reduce lines lengths.Simon Atanasyan2014-07-171-5/+4
* [ELF] Add two new virtual functions to the `OutputELFWriter` class to controlSimon Atanasyan2014-06-251-0/+8
* More prefixing of error_code.Rafael Espindola2014-06-121-2/+2
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [Mips] Factor out the code create Mips specific runtime file intoSimon Atanasyan2014-05-251-13/+1
* [Mips] Convert MipsDynamicSymbolTable to the class template.Simon Atanasyan2014-04-281-2/+3
* [Mips] Do not inherit MipsDynamicLibraryWriter and MipsExecutableWriterSimon Atanasyan2014-03-091-5/+5
* [Mips] Replace "virtual" by "override" in member function declarationsSimon Atanasyan2014-03-061-3/+3
* [Mips] Unify #include guard names.Simon Atanasyan2014-02-031-3/+3
* [Mips] Declare MipsDynamicTable class in a separate header file.Simon Atanasyan2014-01-281-1/+2
* [ELF] Make changes to all the targets supported currentlyShankar Easwaran2014-01-271-0/+102
OpenPOWER on IntegriCloud