aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-13ELF/Aarch64: Add overflow checks for relocation writesHEADmasterAdhemerval Zanella
2015-04-13ELF/AArch64: Add tests for ADR_PREL_LO21Adhemerval Zanella
2015-04-13[PATCH 08/10] ELF/Aarch64: Add R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_...Adhemerval Zanella
2015-04-13ELF/Aarch64: Internal variable cleanupAdhemerval Zanella
2015-04-13ELF/AArch64: Check linker created dynamic variablesAdhemerval Zanella
2015-04-13ELF/AArch64: Check ADR_PREL_PG_HI21 for overflowAdhemerval Zanella
2015-04-13ELF/AArch64: Add support for R_AARCH64_PREL16Adhemerval Zanella
2015-04-13ELF/AArch64: Add support for R_AARCH64_PREL64Adhemerval Zanella
2015-04-13ELF/AArch64: Add support for checking PREL32 for overflowAdhemerval Zanella
2015-04-13ELF/AArch64: Add support for R_AARCH64_ABS16Adhemerval Zanella
2015-04-13Speculative build fix for lld on WindowsHans Wennborg
2015-04-13[ARM] Use std::call_once for thread safe initializationDenis Protivensky
2015-04-13[ARM] Replace branch to unreachable with assertionDenis Protivensky
2015-04-13[Mips] Explicitly instantiate MipsELFFile template classSimon Atanasyan
2015-04-13[Mips] Create MipsTargetHandler class object using factory functionsSimon Atanasyan
2015-04-13[Mips] Move `MipsTargetLayout` class to the separate headerSimon Atanasyan
2015-04-13[Mips] Support R_MICROMIPS_GOT_HI/LO16 and R_MICROMIPS_CALL_HI/LO16 relocationsSimon Atanasyan
2015-04-13[Mips] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16 relocations handlingSimon Atanasyan
2015-04-13[Mips] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocations handlingSimon Atanasyan
2015-04-13[Mips] Add more checkings to the test caseSimon Atanasyan
2015-04-11Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."Nico Weber
2015-04-10Replace a macro with an inline function.Rui Ueyama
2015-04-10PECOFF: Use C++11 braced init list to make Version objects.Rui Ueyama
2015-04-10Use C++11 non-static member initialization.Rui Ueyama
2015-04-10Attempt to fix buildbots.Rui Ueyama
2015-04-10Do s/_context/_ctx/g globally.Rui Ueyama
2015-04-10Fix docs-lld-html build.Rui Ueyama
2015-04-10Remove the Native file format.Rui Ueyama
2015-04-10[Mips] Fix broken test caseSimon Atanasyan
2015-04-10ELF: Simplify assignments to "result"Rui Ueyama
2015-04-10[Mips] Add -pcrel-eh-reloc command line optionSimon Atanasyan
2015-04-10[Mips] Support R_MIPS_EH relocation handlingSimon Atanasyan
2015-04-10[Mips] Replace MipsTargetHandler member function getGP() by getGPAddr()Simon Atanasyan
2015-04-10[Mips] Use std::call_once for thread safe initializationSimon Atanasyan
2015-04-10[Mips] Fix typo in the commentSimon Atanasyan
2015-04-10Fix minor threading issue.Rui Ueyama
2015-04-10[ARM] Implement PLT for dynamic passDenis Protivensky
2015-04-10[ARM] Rework GOT/PLT entry generationDenis Protivensky
2015-04-10[ARM] Replace dyn_cast with isa checkDenis Protivensky
2015-04-10[ARM] Improve veneer handling and introduce handlePlain methodDenis Protivensky
2015-04-10[ARM] Remove unused variable in dynamic passDenis Protivensky
2015-04-10[ARM] Add skeleton for dynamic relocation passDenis Protivensky
2015-04-10Remove redundant parentheses.Rui Ueyama
2015-04-10Do not use default arguments for trivial functions.Rui Ueyama
2015-04-10Remove unused return values.Rui Ueyama
2015-04-10Reapply r234378, with test fixed (by emaste).Davide Italiano
2015-04-10ELF: Don't use APPLY_RELOC macro.Rui Ueyama
2015-04-10ELF: Move Hexagon linker helper function to Hexagon directory.Rui Ueyama
2015-04-10Remove dead code.Rui Ueyama
2015-04-09Fix undefined behavior.Rui Ueyama