aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2014-07-22[mach-o] Add test case for armv6 (arm not thumb) hello worldNick Kledzik3-7/+101
2014-07-21[mach-o] add support for old x86 __eh_frame sectionsNick Kledzik4-27/+369
2014-07-21Fix lld build for llvm API changes committed in r213557David Blaikie1-1/+1
2014-07-21[Mips] Fix typo in the comment.Simon Atanasyan1-1/+1
2014-07-20[Mips] Replace assembler code by YAML to make the 'dynlib-fileheader.test'Simon Atanasyan1-13/+43
2014-07-19[Mips] Replace assembler code by YAML to make the test 'dynlib-dynamic.test'Simon Atanasyan1-23/+84
2014-07-18[Mips] Replace assembler code by YAML to make the test 'base-address.test'Simon Atanasyan1-13/+57
2014-07-18swapStruct extracted into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov1-155/+0
2014-07-18[mach-o] Add support for x86 pointers which use scattered relocationsNick Kledzik2-30/+83
2014-07-18[mach-o] Add support for x86 CALL instruction that uses a scattered relocationNick Kledzik2-50/+147
2014-07-17[mach-o] implement more x86 and x86_64 relocation supportNick Kledzik9-107/+638
2014-07-17References cannot be bound to null.Joerg Sonnenberger1-2/+0
2014-07-17[PECOFF] Split ExportedSymbolRenameFile.Rui Ueyama1-31/+44
2014-07-17Remove all uses of llvm::function_ref from LLD.Rui Ueyama1-1/+1
2014-07-17Use std::function instead of llvm::function_ref.Rui Ueyama3-18/+5
2014-07-17[Mips] s/context/ctx/ for consistency and reduce lines lengths.Simon Atanasyan8-48/+42
2014-07-17[PECOFF] Set DLL bit in PE header if DLL.Rui Ueyama2-0/+9
2014-07-16Update .gitignore to ignore hidden MacOSX Finder droppingsNick Kledzik1-0/+2
2014-07-16[mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik33-2417/+2518
2014-07-15[ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...Simon Atanasyan9-11/+93
2014-07-14[Mips] Fix test case expectations due the latest changes in the LLVM.Simon Atanasyan8-59/+59
2014-07-14[Mips] Remove unused test input file.Simon Atanasyan1-55/+0
2014-07-11[Mips] Make rel-dynamic-11.test test case independent from external input files.Simon Atanasyan1-9/+35
2014-07-10[PECOFF] s/context/ctx/ for consistency.Rui Ueyama1-16/+16
2014-07-10[PECOFF] Set resource table entry in header.Rui Ueyama2-0/+10
2014-07-10[PECOFF] Invoke cvtres.exe in the driver.Rui Ueyama5-168/+106
2014-07-10[Mips] Make rel-dynamic-10.test test case independent from external input files.Simon Atanasyan1-7/+59
2014-07-10[mach-o]: support -Z option to skip standard library pathsTim Northover3-2/+28
2014-07-10[mach-o]: support user-specified (-L) library search pathsTim Northover5-5/+45
2014-07-10[mach-o]: support -syslibroot and -l optionsTim Northover12-4/+288
2014-07-09Move GOTPass and StubsPass from Core to MachONick Kledzik11-274/+111
2014-07-09[all]: Use range-based ArgList adapter instead of filtered_begin/filtered_endTim Northover3-31/+17
2014-07-09[Mips] Make rel-dynamic-08.test test case independent from external input files.Simon Atanasyan1-9/+56
2014-07-09Change llvm-nm to use -M instead of -s to work with latest llvm-nmNick Kledzik1-1/+1
2014-07-08[PECOFF] Fix .bss section alignmentRui Ueyama3-6/+30
2014-07-08[Mips] Make rel-dynamic-07.test test case independent from external input files.Simon Atanasyan1-9/+55
2014-07-07[Mips] Make rel-dynamic-05.test test case independent from external input files.Simon Atanasyan1-7/+43
2014-07-06[Mips] Make rel-dynamic-04.test test case independent from external input files.Simon Atanasyan1-7/+43
2014-07-06Update for llvm api change.Rafael Espindola8-29/+38
2014-07-06Fix build of DriverTests for config & make.Iain Sandoe1-6/+6
2014-07-05Update for llm api change.Rafael Espindola7-14/+18
2014-07-04Remove redundant "Standard: Cpp11" tag. The LLVM style has used theSimon Atanasyan1-1/+0
2014-07-04[mach-o] Add parsing of arm/thumb relocationsNick Kledzik6-95/+1319
2014-07-03[mach-o]: remove dylib install-name test with a.outTim Northover1-9/+0
2014-07-03[mach-o] add x86 test case to build hello world. Fix bugs it uncovered.Nick Kledzik5-35/+126
2014-07-03[mach-o] Fix warning on enumeration cases not handledNick Kledzik1-0/+10
2014-07-02[mach-o] add parsing of x86 relocationsNick Kledzik7-36/+480
2014-07-02Add missing dependency to macho-dump.Rui Ueyama1-1/+1
2014-07-01[mach-o]: make the default dylib install-name the output filename.Tim Northover2-0/+21
2014-07-01[mach-o] add representation for LC_ID_DYLIB to MachONormalizedFileTim Northover9-9/+114