summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Mips/MipsSectionChunks.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-150/+0
* [Mips] Reading, merging and writing .MIPS.abiflags sectionSimon Atanasyan2015-05-311-0/+20
* [Mips] Delete MipsReginfo structure. Use the Elf_Mips_RegInfo instead.Simon Atanasyan2015-05-311-8/+7
* [Mips] Move member function definitions to cpp filesSimon Atanasyan2015-05-271-166/+15
* [Mips] Use structures declared in the llvm/Object/ELFTypes.hSimon Atanasyan2015-05-261-8/+8
* [Mips] Assign .MIPS.options section to the PT_LOAD segmentSimon Atanasyan2015-04-221-1/+3
* [Mips] Write .reginfo section into the separate PT_MIPS_REGINFO segmentSimon Atanasyan2015-04-211-1/+5
* [Mips] Create _GLOBAL_OFFSET_TABLE_ only if the .got section existsSimon Atanasyan2015-04-151-0/+3
* ELF: Remove redundant namespace qualifiers.Rui Ueyama2015-04-141-4/+4
* Speculative build fix for lld on WindowsHans Wennborg2015-04-131-0/+1
* [Mips] Replace MipsTargetHandler member function getGP() by getGPAddr()Simon Atanasyan2015-04-101-4/+2
* [Mips] Support writing .MIPS.options section into the linked fileSimon Atanasyan2015-04-051-1/+58
* [Mips] Support writing .reginfo section into the linked fileSimon Atanasyan2015-04-041-0/+47
* [Hexagon][Mips] Rename template arguments <arch>ELFType to ELFTSimon Atanasyan2015-04-041-12/+12
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-3/+3
* [Mips] Do not use inheriting constructor due build problem on WindowsSimon Atanasyan2015-03-241-1/+3
* [Mips] Support MIPS N64 relocation record formatSimon Atanasyan2015-03-241-0/+31
* [Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABISimon Atanasyan2015-03-161-0/+3
* [ELF] Add section group/COMDAT support.Shankar Easwaran2015-02-231-4/+4
* [ELF] Rename align2 to alignment.Shankar Easwaran2014-11-301-1/+1
* Revert "[ELF][AllArchs] Fix includes"Shankar Easwaran2014-10-081-2/+2
* [ELF][AllArchs] Fix includesShankar Easwaran2014-10-081-2/+2
* [Mips] s/context/ctx/ for consistency and reduce lines lengths.Simon Atanasyan2014-07-171-4/+4
* [Mips] Fix the bug -- symbol referred by the R_MIPS_TLS_GD relocationSimon Atanasyan2014-06-111-1/+1
* [Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...Simon Atanasyan2014-06-071-11/+30
* [Mips] Do not count global GOT entries using the separate variable. UseSimon Atanasyan2014-05-261-10/+4
* [Mips] Implement emitting of R_MIPS_REL32 relocations:Simon Atanasyan2014-04-291-0/+36
* [Mips] Replace "virtual" by "override" in member function declarationsSimon Atanasyan2014-03-061-1/+1
* [Mips] In case of executable file linking MIPS ABI requires to add evenSimon Atanasyan2014-02-031-0/+3
* [Mips] Unify #include guard names.Simon Atanasyan2014-02-031-2/+2
* [Mips] Factor out the code determines type of GOT entry (local/global)Simon Atanasyan2014-01-081-2/+1
* [Mips] Do not use standard relocation identifier R_MIPS_NONE forSimon Atanasyan2014-01-081-1/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-2/+5
* Linking of shared libraries for MIPS little-endian 32-bit target.Simon Atanasyan2013-12-151-0/+80
OpenPOWER on IntegriCloud