summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* [ELF] Pass callables by function_refBenjamin Kramer2018-06-167-20/+20
* [ELF][MIPS] Fix stable_sort predicate to satisfy strict-ordering requirement....Simon Atanasyan2018-06-156-21/+23
* Fix wasm responsefile lld test on WindowsReid Kleckner2018-06-141-2/+2
* [COFF] Fix /wholearchive: to do libpath search againReid Kleckner2018-06-142-4/+5
* [ELF][MIPS] Replace calls to MapVector::find by MapVector::lookup. NFCSimon Atanasyan2018-06-141-5/+5
* [ELF][X86_64] Use R_GOTREL_FROM_END instead of R_GOTREL for R_X86_64_GOTOFF64Fangrui Song2018-06-133-21/+30
* Remove needless bitwise-AND.Rui Ueyama2018-06-131-1/+1
* Make a function non-member because it doesn't depend on any class.Rui Ueyama2018-06-131-2/+1
* Apply clang-format.Rui Ueyama2018-06-131-4/+2
* [Darwin] Do not error on '-lto_library' optionBrian Gesiak2018-06-132-0/+15
* Add Hexagon SupportSid Manning2018-06-137-0/+104
* [WebAssembly] Fix broken build due to missing attributes.incAaron Smith2018-06-131-1/+9
* Use shorter names for #lo, #hi, #ha, etc. NFC.Rui Ueyama2018-06-131-15/+15
* Fix /WholeArchive bug.Rui Ueyama2018-06-123-20/+54
* [COFF] Fix crash when emitting symbol tables with GCShoaib Meenai2018-06-122-1/+31
* Handle R_X86_64_GOTOFF64.Rui Ueyama2018-06-122-0/+20
* [ELF][PPC64] Support R_PPC64_DTPREL64 which may be emitted in .rela.debug_addrFangrui Song2018-06-122-0/+8
* [ELF] Support R_X86_64_GOTPC{32,64}Fangrui Song2018-06-122-0/+25
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-6/+1
* Fix -DBUILD_SHARED_LIBS=1 buildSam Clegg2018-06-121-0/+1
* [ELF][MIPS] Fix TLS GOT entries for local symbols in shared librariesAlexander Richardson2018-06-122-2/+63
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-1211-186/+170
* [PPC64] Support R_PPC64_DTPREL relocations.Sean Fertile2018-06-123-13/+227
* AMDGPU/LLD: Handle R_AMDGPU_REL64 relocationKonstantin Zhuravlyov2018-06-112-0/+14
* [ELF] Fix copy relocation when two symbols share the same Symbol instance.Fangrui Song2018-06-113-4/+31
* [ELF] Pass a pointer to InputFile to the getRelocTargetVA to escape dereferen...Simon Atanasyan2018-06-113-23/+22
* [ELF][MIPS] Multi-GOT implementationSimon Atanasyan2018-06-1122-459/+851
* Fix build broken by r334341.Rui Ueyama2018-06-091-1/+1
* Remove a dead variable.Rui Ueyama2018-06-092-2/+0
* [PPC64] Add support for local-exec TLS modelZaara Syeda2018-06-084-2/+209
* Expand comments.Rui Ueyama2018-06-082-11/+42
* [WebAssembly] Add --export-all flagSam Clegg2018-06-075-5/+64
* [COFF] report file containing unsupported relocationBob Haarman2018-06-071-4/+8
* Expand the file comment for the error handlers.Rui Ueyama2018-06-071-11/+52
* [ThinLTO/lld] Document constant bool ModuleSummaryIndex parameter (NFC)Teresa Johnson2018-06-061-1/+1
* Correct aligment computation for shared object symbols.Han Shen2018-06-067-7/+93
* Remove an unrelated file accidentally submitted as part of r334095.Rui Ueyama2018-06-061-5797/+0
* [lld] Add REQUIRES: x86 where needed to testsJoel Jones2018-06-06118-3/+5914
* Do not show unrelated "-m is missing" error message.Rui Ueyama2018-06-051-0/+3
* [ELF] - Fix BB.George Rimar2018-06-041-2/+2
* [ELF] - Also use DW_AT_linkage_name when gathering information about variable...George Rimar2018-06-042-3/+201
* ELF: Ignore argument after --plugin.Peter Collingbourne2018-06-012-1/+3
* Show choices of multiple-choice options in `ld.lld --help` message.Rui Ueyama2018-06-011-13/+17
* [PPC64] Add support for initial-exec TLS modelZaara Syeda2018-06-013-0/+134
* Print out "Alias for -foo" instead of repeating the same help message for -foo.Rui Ueyama2018-05-312-49/+52
* Fix rpath-link handlingTaiju Tsuiki2018-05-311-1/+1
* [PPC64] Support R_PPC64_GOT_TLSLD16 relocations.Sean Fertile2018-05-315-1/+126
* Rename R_TLSGD/R_TLSLD to add _GOT_FROM_END. NFC.Sean Fertile2018-05-314-13/+14
* Remove name from unused options. NFC.Rui Ueyama2018-05-311-22/+22
OpenPOWER on IntegriCloud