summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Mips/MipsExecutableWriter.h
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Move member function definitions to cpp filesSimon Atanasyan2015-05-271-168/+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/+14
* [Mips] Inline the MipsELFWriter::hasGlobalGOTEntry functionSimon Atanasyan2015-04-021-2/+2
* [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-9/+9
* 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-6/+5
* [Mips] Make MipsLinkingContext owner of MipsELFFlagsMergerSimon Atanasyan2015-01-161-8/+5
* [Mips] Use OR operation to set the microMIPS bitSimon Atanasyan2014-12-241-1/+1
* [ELF] Adjust ELF header entry symbol value if this symbol is microMIPS encodedSimon Atanasyan2014-12-041-6/+20
* [ELF] Add CodeModel attribute to the DefinedAtom classSimon Atanasyan2014-11-131-0/+8
* [Mips] Check ELF flags to prevent linking of incompatible filesSimon Atanasyan2014-11-061-5/+8
* Fix warnings about missing override.Rafael Espindola2014-11-031-2/+3
* 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
* [ELF] Fix inclusion of weak symbols in the dynamic symbol tableRafael Auler2014-10-081-2/+20
* 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
* [Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...Simon Atanasyan2014-06-071-0/+8
* 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-15/+2
* [Mips] Convert MipsDynamicSymbolTable to the class template.Simon Atanasyan2014-04-281-2/+3
* [Mips] Do not inherit MipsDynamicLibraryWriter and MipsExecutableWriterSimon Atanasyan2014-03-091-6/+6
* [Mips] Replace "virtual" by "override" in member function declarationsSimon Atanasyan2014-03-061-4/+4
* [Mips] In case of executable file linking MIPS ABI requires to add evenSimon Atanasyan2014-02-031-0/+16
* [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