summaryrefslogtreecommitdiffstats
path: root/lld/lib
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Fix section header.Rui Ueyama2014-07-311-6/+13
* [mach-o] wire up -t optionNick Kledzik2014-07-312-0/+6
* Update for llvm api change.Rafael Espindola2014-07-312-2/+2
* [mach-o] Fix arm interworking with movw/movtNick Kledzik2014-07-301-0/+8
* [mach-o] Add support for -sectalign optionNick Kledzik2014-07-305-45/+145
* [mach-o] fix non-debug warningsNick Kledzik2014-07-281-4/+4
* [mach-o] Implement interworking between thumb and arm codeNick Kledzik2014-07-282-45/+120
* [PECOFF] Add /profile command line option.Rui Ueyama2014-07-252-0/+8
* Fix unsafe memory accessRui Ueyama2014-07-251-2/+11
* [mach-o] Add support for LC_DATA_IN_CODENick Kledzik2014-07-249-25/+293
* Change the signature of insertElementAt and rename addInputElementFrontRui Ueyama2014-07-242-13/+5
* [PECOFF] Simplify.Rui Ueyama2014-07-231-4/+2
* [PECOFF] Add the entry point file at the right place.Rui Ueyama2014-07-232-5/+8
* [PECOFF] Fix entry point address.Rui Ueyama2014-07-232-4/+6
* [PECOFF] Fix entry point functions selectionRui Ueyama2014-07-234-83/+108
* [mach-o] add initial support for modes in arm code.Nick Kledzik2014-07-235-7/+97
* [mach-o] add support for round tripping all arm/thumb relocationsNick Kledzik2014-07-222-61/+469
* [PECOFF] Parameterize ResovalbeSymbols object.Rui Ueyama2014-07-222-10/+10
* [PECOFF] Remember /noentry option so that later passes can handle it.Rui Ueyama2014-07-221-1/+5
* [mach-o] Add test case for armv6 (arm not thumb) hello worldNick Kledzik2014-07-222-7/+11
* [mach-o] add support for old x86 __eh_frame sectionsNick Kledzik2014-07-212-27/+47
* Fix lld build for llvm API changes committed in r213557David Blaikie2014-07-211-1/+1
* [Mips] Fix typo in the comment.Simon Atanasyan2014-07-211-1/+1
* swapStruct extracted into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov2014-07-181-155/+0
* [mach-o] Add support for x86 pointers which use scattered relocationsNick Kledzik2014-07-181-4/+20
* [mach-o] Add support for x86 CALL instruction that uses a scattered relocationNick Kledzik2014-07-181-14/+47
* [mach-o] implement more x86 and x86_64 relocation supportNick Kledzik2014-07-176-100/+614
* References cannot be bound to null.Joerg Sonnenberger2014-07-171-2/+0
* [PECOFF] Split ExportedSymbolRenameFile.Rui Ueyama2014-07-171-31/+44
* Remove all uses of llvm::function_ref from LLD.Rui Ueyama2014-07-171-1/+1
* Use std::function instead of llvm::function_ref.Rui Ueyama2014-07-172-16/+2
* [Mips] s/context/ctx/ for consistency and reduce lines lengths.Simon Atanasyan2014-07-178-48/+42
* [PECOFF] Set DLL bit in PE header if DLL.Rui Ueyama2014-07-171-0/+2
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-1624-2377/+2270
* [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...Simon Atanasyan2014-07-153-6/+46
* [PECOFF] s/context/ctx/ for consistency.Rui Ueyama2014-07-101-16/+16
* [PECOFF] Set resource table entry in header.Rui Ueyama2014-07-101-0/+3
* [PECOFF] Invoke cvtres.exe in the driver.Rui Ueyama2014-07-102-147/+99
* [mach-o]: support -Z option to skip standard library pathsTim Northover2014-07-102-2/+7
* [mach-o]: support user-specified (-L) library search pathsTim Northover2014-07-102-3/+7
* [mach-o]: support -syslibroot and -l optionsTim Northover2014-07-103-4/+164
* Move GOTPass and StubsPass from Core to MachONick Kledzik2014-07-098-71/+111
* [all]: Use range-based ArgList adapter instead of filtered_begin/filtered_endTim Northover2014-07-093-31/+17
* [PECOFF] Fix .bss section alignmentRui Ueyama2014-07-081-4/+5
* Update for llvm api change.Rafael Espindola2014-07-065-19/+23
* Update for llm api change.Rafael Espindola2014-07-057-14/+18
* [mach-o] Add parsing of arm/thumb relocationsNick Kledzik2014-07-045-95/+528
* [mach-o] add x86 test case to build hello world. Fix bugs it uncovered.Nick Kledzik2014-07-034-35/+43
* [mach-o] Fix warning on enumeration cases not handledNick Kledzik2014-07-031-0/+10
* [mach-o] add parsing of x86 relocationsNick Kledzik2014-07-024-30/+259
OpenPOWER on IntegriCloud