summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama2016-01-281-21/+21
* Do not use return with a function whose return type is void.Rui Ueyama2016-01-271-5/+7
* Remove another case of almost duplicated code.Rafael Espindola2016-01-271-54/+8
* Remove redundant variable.Rafael Espindola2016-01-271-2/+0
* Simplify. NFC.Rui Ueyama2016-01-261-5/+5
* Simplify. NFC.Rui Ueyama2016-01-261-15/+9
* Add missing template instantiations.Rui Ueyama2016-01-261-16/+24
* Fix MSVC build.Rafael Espindola2016-01-261-2/+2
* Move code to create RELATIVE reloc for TLS_IE to one place.Rui Ueyama2016-01-261-3/+10
* ELF: Move code for GNU_IFUNC to one place. NFC.Rui Ueyama2016-01-261-3/+15
* Define a helper function to make it visually shorter. NFC.Rui Ueyama2016-01-251-46/+41
* Use Symtab.find() instead of Symtab.getSymbols().lookup().Rui Ueyama2016-01-251-4/+4
* Avoid almost duplication in .dynamic finalize and write.Rafael Espindola2016-01-251-152/+87
* Fix: added assert condition to EhFrameHeader<ELFT>::assignEhFrame().George Rimar2016-01-251-2/+2
* Use of assert instead of llvm_unreachable in EhFrameHeader<ELFT>::assignEhFra...George Rimar2016-01-251-1/+1
* [ELF] Avoid unnecessary global variable.Sean Silva2016-01-231-2/+0
* Use of llvm_unreachable instead of warning in EhFrameHeader<ELFT>::assignEhFr...George Rimar2016-01-221-5/+2
* ELF: Move code to emit copyrel to one place. NFC.Rui Ueyama2016-01-211-9/+11
* [ELF][MIPS] Initial support of MIPS local GOT entriesSimon Atanasyan2016-01-211-5/+39
* [ELF] Do not keep STT_FILE symbols in the symbol tableSimon Atanasyan2016-01-201-1/+1
* Reapply r257753 with fix:George Rimar2016-01-151-1/+212
* Update for LLVM function name change.Rui Ueyama2016-01-141-4/+4
* Revert r257753: "[ELF] - implemented --eh-frame-hdr command line option."Rui Ueyama2016-01-141-208/+1
* [ELF] - implemented --eh-frame-hdr command line option.George Rimar2016-01-141-1/+208
* Fixed typo in comment. NFC.George Rimar2016-01-111-1/+1
* Revert "Remove unnecessary type casts."Rui Ueyama2016-01-071-2/+3
* Fix local variable name.Rui Ueyama2016-01-071-13/+13
* Remove useless local variable.Rui Ueyama2016-01-071-5/+2
* Remove unnecessary type casts.Rui Ueyama2016-01-071-3/+2
* Fix typo.Rui Ueyama2016-01-071-1/+1
* [ELF] Add AMDGPU supportTom Stellard2016-01-071-1/+10
* ELF: Improve performance of string table construction.Rui Ueyama2016-01-071-14/+44
* Define align() and use that instead of RoundUpToAlignment().Rui Ueyama2016-01-061-4/+4
* Remove redundant `llvm::ELF::`.Rui Ueyama2016-01-061-25/+15
* Simplify MipsReginfoInputSection.Rui Ueyama2016-01-061-2/+3
* Remove unnecessary `lld::`.Rui Ueyama2016-01-061-9/+8
* Add debugger rendezvous DT_DEBUG .dynamic entryEd Maste2016-01-061-0/+5
* Simplify. NFC.Rui Ueyama2016-01-061-3/+2
* Simplify. NFC.Rui Ueyama2016-01-051-9/+8
* Consistently use 'Bss' instead of 'BSS'.Rui Ueyama2016-01-051-3/+3
* Revert or r256638. I`ve lost a little piece of code when resolved conflicts r...George Rimar2016-01-021-12/+8
* [ELF] - Optimize .eh_frame section: remove CIE if all FDEs referencing it wer...George Rimar2015-12-301-8/+12
* Reformat of conditions for calculating r_offset in RelocationSection<ELFT>::w...George Rimar2015-12-291-8/+6
* Use virtual function instead of hand-written type dispatch.Rui Ueyama2015-12-261-10/+13
* Move a function to a file where it is used.Rui Ueyama2015-12-251-10/+0
* Simplify. NFC.Rafael Espindola2015-12-251-2/+1
* Update the recorded CIE length when aligning.Rafael Espindola2015-12-241-7/+14
* Make it possible to create common symbols from bitcode.Rafael Espindola2015-12-241-1/+4
* Delete DefinedAbsolute.Rafael Espindola2015-12-241-12/+13
* Split Defined and DefinedElf.Rafael Espindola2015-12-241-2/+4
OpenPOWER on IntegriCloud