aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Merging r327562:Martin Storsjo3-0/+7
2018-05-11Merging r327561,327567:Martin Storsjo5-1/+67
2018-05-10Merging r326172:Tom Stellard1-0/+2
2018-04-11Merging r325647, r325713:Simon Dardis5-8/+25
2018-02-26Fix type in the Release Notes.Rafael Espindola1-1/+1
2018-02-23Add more items to lld 6.0 release noteHans Wennborg1-22/+47
2018-02-22Add a few release notes.Rafael Espindola1-0/+22
2018-02-22docs: remove in-progress warningsHans Wennborg1-5/+0
2018-02-22ReleaseNotes: a few flags etc. By Nico Weber.Hans Wennborg1-0/+10
2018-02-22Revert r324100 "Merging r324043: Fix typo: --nopie -> --no-pie."Hans Wennborg3-4/+4
2018-02-22Merging r325714:Hans Wennborg2-4/+1
2018-02-21[docs][mips] Add MIPS specific release notes for LLD 6.0Simon Atanasyan1-1/+5
2018-02-21Merging r325679:Hans Wennborg2-1/+4
2018-02-19Merging r325204:Hans Wennborg2-1/+15
2018-02-13Merging r323893 and r323895:Hans Wennborg2-20/+42
2018-02-07Merging r324467 and r324468:Hans Wennborg4-0/+37
2018-02-02Merging r324043:Hans Wennborg3-4/+4
2018-02-02Merging r323288:Hans Wennborg2-43/+27
2018-02-02Merging r323155:Hans Wennborg8-10/+525
2018-01-30Merging r323243:Hans Wennborg1-1/+2
2018-01-30Merging r323395, r323396, r323399, r323440, r323449, r323456, and r323625:Hans Wennborg8-29/+109
2018-01-24Merging r322359, r322421, and r322801:Hans Wennborg6-8/+183
2018-01-24Merging r323221:Hans Wennborg3-1/+19
2018-01-17Merging r322264:Hans Wennborg1-3/+1
2018-01-17Merging r322041:Hans Wennborg1-2/+2
2018-01-17Merging r322259:Hans Wennborg2-0/+16
2018-01-16Merging r321986:Hans Wennborg6-15/+68
2018-01-16Merging r321983:Hans Wennborg1-0/+1
2018-01-04[docs] Add preliminary release notes for LLD 6.0 for COFFMartin Storsjo1-1/+7
2018-01-03Don't assume that size relocations are always constant.Rafael Espindola2-1/+17
2018-01-03Produce relocations with weak undef if the section is RW.Rafael Espindola2-6/+18
2018-01-02Align SHT_NOBITS sections is they are the first on a PT_LOAD.Rafael Espindola2-10/+34
2017-12-31[ELF] - Add missing dynamic tags when producing output with IRelative relocat...George Rimar2-1/+48
2017-12-30[ELF] - Remove excessive checks. NFC.George Rimar1-2/+2
2017-12-30[ELF] Only scan executables for shlib undefined symbolsShoaib Meenai3-1/+21
2017-12-28Update lld tests after r321526.Benjamin Kramer4-6/+6
2017-12-28Do not parse the same /export string more than once.Rui Ueyama2-0/+10
2017-12-28[COFF] support /ignore:4217Bob Haarman5-7/+90
2017-12-28Allow copy relocation with -z notext.Rafael Espindola5-7/+31
2017-12-27Don't try to preempt protected symbols with -z notext.Rafael Espindola3-10/+26
2017-12-27[ELF] - Allow relocation to a weak undefined symbol when -z notext is given.George Rimar2-13/+29
2017-12-27Make it clear where is a placeholder for later binary patching.Rui Ueyama2-20/+20
2017-12-27[COFF] Do not parse args twice if no rsp files existsRui Ueyama3-1/+21
2017-12-26Add a comment about subtracting two non abs symbols. NFC.Rafael Espindola1-0/+1
2017-12-26Simplify script lexer.Rui Ueyama2-3/+9
2017-12-24Allow relocations in rw sections to create plt entries.Rafael Espindola5-10/+24
2017-12-24Fix output section offset and contents when linker script uses memory region ...Rafael Espindola2-0/+38
2017-12-23Detemplate reportDuplicate.Rafael Espindola10-126/+98
2017-12-23[ELF] - Fix mistype in comment. NFC.George Rimar1-1/+1
2017-12-23[ELF] - Allow using PLT relocations when "-z notext" is given.George Rimar3-28/+68