summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove inappropriate use of CachedHashStringRef.Rui Ueyama2016-12-191-3/+2
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* [ELF][MIPS] Calculate default _gp value relative to the GPREL section with th...Simon Atanasyan2016-12-121-2/+10
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-2/+1
* [ELF] ifunc implementation using synthetic sectionsPeter Smith2016-12-081-7/+20
* [ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbolsSimon Atanasyan2016-12-081-11/+17
* Delete dead code.Rafael Espindola2016-12-081-0/+2
* Simplify. NFC.Rafael Espindola2016-12-071-9/+7
* Use the correct MaxPageSize.Rafael Espindola2016-12-071-1/+1
* Make a decision about whether we should warn on missing entry or not early.Rui Ueyama2016-12-071-2/+2
* Simplify -e <number> option handling.Rui Ueyama2016-12-071-3/+5
* [ELF] Shared libraries should have entry pointPetr Hosek2016-12-071-4/+6
* Don't print empty PT_LOAD.Rafael Espindola2016-12-061-0/+16
* Revert r288707: Split removeUnusedSyntheticSections into two functions.Rui Ueyama2016-12-051-27/+16
* Split removeUnusedSyntheticSections into two functions.Rui Ueyama2016-12-051-16/+27
* Remove existing file in a separate thread asynchronously.Rui Ueyama2016-12-051-0/+38
* [ELF] - Change the way how we compute offsets for binary output.George Rimar2016-12-031-4/+9
* [ELF] - Add support of proccessing of the rest allocatable synthetic sections...George Rimar2016-11-291-37/+27
* [ELF] - Implemented -N (-omagic) command line option.George Rimar2016-11-291-0/+2
* [ELF] Refactor target error messagesEugene Leviant2016-11-291-0/+28
* [ELF] - Do not put non exec sections first when -no-rosegmentGeorge Rimar2016-11-281-2/+2
* [ELF] - Implemented -no-rosegment.George Rimar2016-11-281-1/+1
* Always create a PT_ARM_EXIDX if needed.Rafael Espindola2016-11-281-7/+18
* [ELF] - Add support for access to most of synthetic sections from linkerscript.George Rimar2016-11-251-61/+64
* [ELF] Add terminating sentinel .ARM.exidx table entryPeter Smith2016-11-241-0/+4
* Remove HasError and use ErrorCount instead.Rui Ueyama2016-11-241-4/+4
* Set default entry point to .text if no entry point is found.Rui Ueyama2016-11-231-3/+22
* [ELF][MIPS] Fix handling of _gp/_gp_disp/__gnu_local_gp symbolsSimon Atanasyan2016-11-231-6/+16
* Define toString() as a generic function to get a string for error message.Rui Ueyama2016-11-231-1/+3
* Remove one of SymbolTable::addRegular function that forwards other addRegular.Rui Ueyama2016-11-231-6/+4
* Allow calling getName() on local symbols.Rui Ueyama2016-11-231-9/+5
* move VerDef finalization before DynStrTabRafael Espindola2016-11-221-3/+3
* Fix build breakage.Rui Ueyama2016-11-221-1/+1
* [ELF] Convert .rld_map to input sectionEugene Leviant2016-11-221-11/+4
* Do not save unused pointers to In<ELFT>.Rui Ueyama2016-11-221-17/+6
* Convert MipsOptionsSection to SyntheticSection.Rui Ueyama2016-11-221-4/+3
* Convert MipsReginfoSection to SyntheticSection.Rui Ueyama2016-11-221-8/+5
* Convert MipsAbiFlagsSection to SyntheticSection.Rui Ueyama2016-11-221-4/+3
* Merge BuildId subclasses.Rui Ueyama2016-11-221-14/+3
* Fix address computation for headers.Rafael Espindola2016-11-211-4/+6
* [ELF] Convert Version*** sections to input sectionsEugene Leviant2016-11-211-16/+16
* [ELF] Convert EhFrameHeader to input sectionEugene Leviant2016-11-211-14/+18
* [ELF] Convert GdbIndexSection to input sectionEugene Leviant2016-11-211-5/+6
* Add comments.Rui Ueyama2016-11-211-6/+31
* Simplify handling of SHF_LINK_ORDER.Rafael Espindola2016-11-181-60/+0
* [ELF] Convert PltSection to input sectionEugene Leviant2016-11-181-4/+4
* [ELF] Convert HashTableSection to input sectionEugene Leviant2016-11-181-6/+6
* [ELF] Convert GnuHashTableSection to input sectionEugene Leviant2016-11-181-12/+8
* Simplify MergeOutputSection.Rui Ueyama2016-11-181-5/+0
* Allow use define symbols to override linker defined ones.Rafael Espindola2016-11-171-1/+3
OpenPOWER on IntegriCloud