summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused parameters.Rui Ueyama2016-07-121-8/+7
* Recommit R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-9/+16
* Revert R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-16/+9
* Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-9/+16
* Fix endianness issue.Rui Ueyama2016-07-071-12/+13
* [ELF] - Support of compressed input sections implemented.George Rimar2016-06-241-1/+27
* [ELF][MIPS] Support MIPS TLS relocationsSimon Atanasyan2016-06-231-0/+6
* Fix a bug that MIPS thunks can overwrite other section contents.Rui Ueyama2016-06-231-8/+15
* [ELF][MIPS] Support GOT entries for non-preemptible symbols with different a...Simon Atanasyan2016-06-191-7/+5
* Rename Align -> Alignment.Rui Ueyama2016-06-171-2/+2
* Implement gd to ie relaxation for aarch64.Rafael Espindola2016-06-041-0/+4
* Use adjustRelaxExpr for tls relaxations too.Rafael Espindola2016-06-041-28/+8
* Fix implicit plt creation on aarch64.Rafael Espindola2016-06-041-0/+1
* Start adding tlsdesc support for aarch64.Rafael Espindola2016-06-021-0/+5
* [ELF] - Implemented support for test/binop relaxations from latest ABI.George Rimar2016-06-011-0/+2
* Revert "bar"Rafael Espindola2016-06-011-3/+0
* barRafael Espindola2016-06-011-0/+3
* Simplify. NFC.Rui Ueyama2016-05-281-2/+1
* Avoid doing binary search.Rui Ueyama2016-05-271-12/+30
* [ELF][MIPS] Handle section symbol points to the .MIPS.options / .reginfo sectionSimon Atanasyan2016-05-261-2/+7
* [ELF] - Implemented optimization for R_X86_64_GOTPCREL relocation.George Rimar2016-05-251-0/+4
* Fix crash in .eh_frame marker section.Rafael Espindola2016-05-241-1/+1
* Simplify. Thanks to Rui for the suggestion.Rafael Espindola2016-05-241-6/+5
* Revert "Simplify. Thanks to Rui for the suggestion."Rafael Espindola2016-05-241-10/+6
* Simplify. Thanks to Rui for the suggestion.Rafael Espindola2016-05-241-6/+10
* Rename EHInputSection -> EhInputSection.Rui Ueyama2016-05-241-9/+9
* Create a new file EhFrame.cpp and move code to read .eh_frame there.Rui Ueyama2016-05-241-18/+2
* Do not split mergeable sections if they are gc'ed.Rui Ueyama2016-05-231-1/+7
* Make file-local function file-local. NFC.Rui Ueyama2016-05-231-3/+4
* Split MergeInputSection's ctor. NFC.Rui Ueyama2016-05-231-21/+34
* Move splitInputSection from EHOutputSection to EHInputSection.Rui Ueyama2016-05-221-0/+32
* Store section contents to SectionPiece. NFC.Rui Ueyama2016-05-221-7/+7
* Simplify SplitInputSection::getRangeAndSize.Rui Ueyama2016-05-221-11/+7
* Define SectionPiece and use it instead of std::pair<uint_t, uint_t>.Rui Ueyama2016-05-221-30/+20
* [ELF] Take into account offset in the output section when read addends for a ...Simon Atanasyan2016-05-211-3/+3
* Refactor R_RELAX_TLS_* value computation.Rafael Espindola2016-05-201-6/+29
* Simplify a bit. NFC.Rafael Espindola2016-05-201-18/+18
* Directly compute the right value for R_RELAX_TLS_GD_TO_IE.Rafael Espindola2016-05-201-1/+1
* Make tp offset computation target independent.Rafael Espindola2016-05-201-3/+6
* [ELF][MIPS] Rename R_MIPS_GOT_xxx relocation expression kindsSimon Atanasyan2016-05-151-2/+2
* Cache result when tail merging too.Rafael Espindola2016-05-051-2/+3
* ELF: Do not use -1 to mark pieces of merge sections as being tail merged.Peter Collingbourne2016-05-051-4/+5
* Simplify handling of hint relocations.Rafael Espindola2016-05-041-0/+2
* [ELF][MIPS] Fix typo in the comment. NFC.Simon Atanasyan2016-05-041-1/+1
* [ELF][MIPS] Read/write .MIPS.options sectionSimon Atanasyan2016-05-041-4/+37
* Do not produce broken debug info.Rui Ueyama2016-04-291-4/+8
* Skip scanRelocs for non-alloc sections.Rui Ueyama2016-04-281-0/+42
* ELF: Move code to where it is used, and related cleanups. NFC.Peter Collingbourne2016-04-261-39/+1
* Call repl in getSymbolBody. NFC.Rafael Espindola2016-04-261-2/+2
* Fix link failure.Rui Ueyama2016-04-221-0/+5
OpenPOWER on IntegriCloud