aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2017-01-18Port r292146.llvmorg-4.0.0-rc1Rafael Espindola4-15/+31
2017-01-12Remove dead code.Rui Ueyama1-6/+1
2017-01-12Simplify. NFC.Rui Ueyama1-5/+1
2017-01-12Allow mixing nobits and progbits.Rafael Espindola3-2/+26
2017-01-12[ELF] avoid 'invalid-noreturn' error.Eric Liu1-3/+1
2017-01-12[ELF] - Do not crash if user section has name equal to one of synthetic secti...George Rimar2-1/+11
2017-01-12[ELF] - Reuse Decompressor class.George Rimar5-66/+17
2017-01-12[ELF] - Make x86 unknown relocations messages to be consistent with x64 onesGeorge Rimar2-3/+3
2017-01-12[ELF] - Explicitly list supported relocations for x64 target.George Rimar2-4/+12
2017-01-12PDB: Merge type info.Rui Ueyama5-363/+632
2017-01-11[CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner1-5/+8
2017-01-11Make the -b binary .data section rw.Rafael Espindola2-2/+3
2017-01-11[ELF] - Ignore R_386_NONE.George Rimar2-0/+25
2017-01-11[ELF] - Explicitly list supported relocations for x86 target.George Rimar3-1/+23
2017-01-11[CodeView/PDB] Rename a bunch of files.Zachary Turner1-1/+1
2017-01-10Inline a simple accessor function.Rui Ueyama1-10/+7
2017-01-10Give local binding to VER_NDX_LOCAL symbols.Rafael Espindola4-12/+34
2017-01-10Add support for anonymous local symbols.Rafael Espindola3-38/+69
2017-01-10Revert r291526: Re-enable /linkrepro test on Windows.Rui Ueyama1-1/+1
2017-01-10Re-enable /linkrepro test on Windows.Rui Ueyama1-1/+1
2017-01-10ELF: Reserve space for copy relocations of read-only symbols in relro.Peter Collingbourne9-14/+110
2017-01-10ELF: Place relro sections after non-relro sections in r/w segment.Peter Collingbourne85-618/+630
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny1-1/+2
2017-01-09[ELF] Fix `_gp` linker script testMeador Inge1-7/+1
2017-01-09Support non-regular output files.Rui Ueyama2-4/+7
2017-01-09ELF: Discard .gnu.linkonce.* sections.Peter Collingbourne2-0/+17
2017-01-09[ELF] Allow defined symbols to be assigned from linker scriptMeador Inge3-36/+68
2017-01-09[lld][cmake] Fix LLVM_LINK_LLVM_DYLIB buildPavel Labath8-16/+29
2017-01-09Define sys::path::convert_to_slashRui Ueyama2-14/+1
2017-01-09Add linker-script-included files to reproduce tar files.Rui Ueyama6-36/+48
2017-01-07Attempt to fix windows buildbotSimon Pilgrim1-0/+2
2017-01-06Handle versioned undefined symbols.Rafael Espindola3-6/+94
2017-01-06Revert r291221.Rafael Espindola2-1/+14
2017-01-06Fix test now that --reproduce takes a full filename.Rafael Espindola1-1/+1
2017-01-06Match backslashes in undef.s test on WindowsReid Kleckner1-3/+3
2017-01-06Unbreak Darwin buildbots.Rui Ueyama1-7/+7
2017-01-06Rename lld::stringize -> lld::toString.Rui Ueyama5-5/+5
2017-01-06Merge elf::toString and coff::toString.Rui Ueyama12-36/+34
2017-01-06Remove lld::convertToUnixPathSeparator.Rui Ueyama2-14/+1
2017-01-06Use \ as the path separator on Windows.Rui Ueyama1-2/+1
2017-01-06Attempt to unbreak buildbots.Rui Ueyama1-1/+1
2017-01-06Use TarWriter to create tar archives instead of cpio.Rui Ueyama16-150/+68
2017-01-05Move code to the .cpp file. NFC.Rafael Espindola2-9/+16
2017-01-05Detemplate SectionKey. NFC.Rafael Espindola2-39/+23
2017-01-05Change which input sections we concatenateRafael Espindola9-95/+124
2017-01-04Delete stale test.Rafael Espindola1-39/+1
2017-01-04ELF: Round p_memsz of the PT_GNU_RELRO program header up to the page size.Peter Collingbourne3-3/+8
2017-01-04test: loosen a test for the time beingSaleem Abdulrasool1-1/+2
2017-01-04COFF: tie the execute and the PDB togetherSaleem Abdulrasool4-9/+20
2017-01-04[ELF] Add support for thunks to undefined non-weak symbolsPeter Smith9-16/+85