aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-15Add initial support for Thumb for ARMv7alinaro-local/InitialThumbSupportPeter Smith
2016-06-14Don't include --start-lib/--end-lib files twice.Rafael Espindola
2016-06-14Use a reference instead of a pointer. NFC.Rafael Espindola
2016-06-14ELF: Add a test showing that the new local_unnamed_addr attribute can permit ...Peter Collingbourne
2016-06-13Update numbers.Rui Ueyama
2016-06-11[ELF] - Change wording of error message.George Rimar
2016-06-11Merge two if(s) into one, simplifying the code.Davide Italiano
2016-06-10[ELF] Use static function isPreemptible instead of SymbolBody::isPreemptible....Simon Atanasyan
2016-06-10[ELF][MIPS] Move MIPS specific code under `if` block to accent its specificit...Simon Atanasyan
2016-06-10[ELF][MIPS] Fix mask used to parse MIPS 3-in-1 relocation packetSimon Atanasyan
2016-06-10[ELF] - Properly check that R_X86_64_PC32 and R_X86_64_32 relocations are dis...George Rimar
2016-06-10[ELF] - Inform user that we do not support dynamic relocations against text s...George Rimar
2016-06-09Use errorDynRel like every other target.Rafael Espindola
2016-06-09Rename warnDynRel.Rafael Espindola
2016-06-09Also reject 32 bit dynamic relocs when producing executable.Rafael Espindola
2016-06-09Don't require a dynamic R_X86_64_32 reloc in a test.Rafael Espindola
2016-06-09ELF: Compute used bit for --as-needed during symbol resolution.Peter Collingbourne
2016-06-09Fix global version handling.Rafael Espindola
2016-06-09[ELF] - Removed excessive variable. NFC.George Rimar
2016-06-09Update to match LLVM r272232.Richard Smith
2016-06-08Handle gd tls relocs pointing to local symbols.Rafael Espindola
2016-06-08Move a function declaration to a header.Rui Ueyama
2016-06-08[ELF] - Removed includeInGnuHashTable() function. NFC.George Rimar
2016-06-08[ELF] - Fixed mistype in comment. NFC.George Rimar
2016-06-08[ELF] Replace getELFRelocationTypeName() calls with getRelName(). NFC.George Rimar
2016-06-08[ELF] Simplify shouldMerge() result calculation. NFC.George Rimar
2016-06-08[ELF] - Replaced one more hardcode with named constant. NFC.George Rimar
2016-06-08[ELF] - Replaced hardcode with named constants. NFC.George Rimar
2016-06-08[ELF] - Tweak verneed.s test to use new llvm-readobj functionalityGeorge Rimar
2016-06-07Remove break after return.Rui Ueyama
2016-06-07Define a helper function to get a relocation name. NFC.Rui Ueyama
2016-06-07Merge duplicate code. NFC.Rui Ueyama
2016-06-07Use StringSwitch. NFC.Rui Ueyama
2016-06-07Add missing REQUIRES: arm from test. To fix tests building without ARM.Peter Smith
2016-06-07 Initial support for ARM in lld.Peter Smith
2016-06-06Ignore the "globally available" version.Rafael Espindola
2016-06-06Create version.txt in a reproduce archive file.Rui Ueyama
2016-06-06[ELF] - Assign sh_link field of SHT_GNU_versym section to DynSymTab section i...George Rimar
2016-06-05add missing REQUIRESRafael Espindola
2016-06-05Add a missing REQUIRES.Rafael Espindola
2016-06-05Move GlobalDynIndex to SymbolBody.Rafael Espindola
2016-06-05Include version in --reproduce.Rafael Espindola
2016-06-05Attempt to fix non-determinism in test.Davide Italiano
2016-06-04Implement gd to ie relaxation for aarch64.Rafael Espindola
2016-06-04Use adjustRelaxExpr for tls relaxations too.Rafael Espindola
2016-06-04Rename TlsGdToLeSkip.Rafael Espindola
2016-06-04Rename adjustRelaxGotExpr.Rafael Espindola
2016-06-04Add missing REQUIRES.Rafael Espindola
2016-06-04Fix implicit plt creation on aarch64.Rafael Espindola
2016-06-03Apply clang-tidy's misc-move-constructor-init to lld.Benjamin Kramer