summaryrefslogtreecommitdiffstats
path: root/lld/lib
Commit message (Expand)AuthorAgeFilesLines
* Make ELF2 the default.Rafael Espindola2015-11-171-2/+2
* Rename gnu2 to gnu.Rafael Espindola2015-11-161-4/+4
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-161-9/+9
* Fix Clang-tidy modernize-use-auto warnings, other minor fixes.Eugene Zelenko2015-11-1013-109/+53
* These are the matching changes needed to the lld project for the changes to llvmKevin Enderby2015-11-051-12/+22
* Fix Clang-tidy modernize-use-override warnings, other minor fixes.Eugene Zelenko2015-11-041-5/+4
* [lld][MachO] Make sure LC_RPATH command size is a multiple of the pointer size.Lang Hames2015-10-291-2/+2
* [lld][MachO] Use a std::string rather than a StringRef for the section name inLang Hames2015-10-291-1/+1
* [Driver] Ignore -G option in both new and old ELF linkerSimon Atanasyan2015-10-281-0/+3
* [Driver] Accept both -m <emulation> and -m<emulation>Simon Atanasyan2015-10-281-1/+1
* [lld][Darwin] Add support for the -sectcreate option.Lang Hames2015-10-246-2/+132
* [lld][MachO] Prune unused EH frames.Lang Hames2015-10-231-0/+51
* Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....Craig Topper2015-10-214-4/+4
* [lld][MachO] Fix indentation.Lang Hames2015-10-201-2/+2
* [lld][MachO] Fix typo in comment.Lang Hames2015-10-201-1/+1
* Simplify. NFC.Rafael Espindola2015-10-021-2/+2
* Use ld.lld2 as a argv[0] alias.Rafael Espindola2015-10-021-1/+4
* [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.Rui Ueyama2015-10-024-20/+5
* [lld][MachO] Fix a think-o to get the twolevel/dynamic_lookup test passing.Lang Hames2015-09-282-7/+5
* [lld][MachO] Initial implementation of -flat_namespace and -undefined.Lang Hames2015-09-286-12/+167
* ELF/AMDGPU: Text section should be called .hsatextTom Stellard2015-09-252-3/+3
* Fix memory leak in FileArchive::find().Rui Ueyama2015-09-242-4/+17
* [LLD][MachO] Fix a FIXME: Subtract base address from atom address when buildingLang Hames2015-09-212-1/+4
* [Mips] Rejects all --hash-style arguments except 'sysv' in case of MIPS targetSimon Atanasyan2015-09-161-1/+7
* [Mips] Do not show an error if R_MIPS_GPREL32 relocation has a non-local targetSimon Atanasyan2015-09-161-13/+0
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-1012-66/+42
* Fix -Wcovered-switch-default warnings.Rui Ueyama2015-08-311-4/+2
* ELF: Fix "not all control paths return a value" warning.Rui Ueyama2015-08-311-12/+16
* [Mips] Support grouping of multiple consecutive relocations in case of N32 an...Simon Atanasyan2015-08-281-1/+15
* [Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32lt...Simon Atanasyan2015-08-281-2/+2
* [Mips] Make "emulation" option less dependent on the "-target" option.Simon Atanasyan2015-08-281-11/+7
* [Mips] Initial support of the MIPS N32 ABISimon Atanasyan2015-08-287-10/+117
* ELF/AMDGPU: Add more misssing: using namespace lld;Tom Stellard2015-08-272-0/+2
* ELF/AMDGPU: Add missing: using namespace lld; to try to fix windows botTom Stellard2015-08-271-0/+1
* ELF/AMDGPU: Remove another unused private member variableTom Stellard2015-08-271-4/+1
* ELF/AMDGPU: Remove unused private member variableTom Stellard2015-08-272-2/+1
* ELF/AMDGPU: Attempt to fix windows botsTom Stellard2015-08-271-0/+1
* ELF: Add AMDGPU ReaderWriterTom Stellard2015-08-2716-3/+434
* [LinkerScript] Fix a crash when matching wildcards.Davide Italiano2015-08-221-2/+5
* [Mips] Use 'or' for move instead of [d]addu in PLT entriesSimon Atanasyan2015-08-191-2/+2
* Update for llvm api change.Rafael Espindola2015-08-131-1/+1
* Update for llvm api change.Rafael Espindola2015-08-132-9/+11
* Wdeprecated: Remove unnecessary user-defined dtor that was getting in the way...David Blaikie2015-08-121-1/+0
* [ELF] Remove TargetLayout::getCustomSegments methodsDenis Protivensky2015-08-122-23/+1
* [LinkerScript] Process program header in PHDRS commandDenis Protivensky2015-08-125-60/+135
* Update for llvm api change.Rafael Espindola2015-08-102-3/+14
* Don't depend on getDotSymtabSec. It is going away.Rafael Espindola2015-08-102-11/+15
* COFF: Remove lld-link2 alias.Rui Ueyama2015-08-071-2/+0
* Avoid using getDotDynSymSec in lld. It is going away.Rafael Espindola2015-08-071-2/+8
* Use already available symbol tables. NFC.Rafael Espindola2015-08-072-2/+3
OpenPOWER on IntegriCloud