Go to file
Peter Smith a630d0f01b [ELF] Split handleNoRelaxTlsRelocation into ARM and Mips specific impls
The handleNoRelaxTlsRelocation handled both ARM and Mips as at a
high-level the actions of what to do when encountering a local dynamic or
global dynamic TLS relocation are the same. However due to Mips using a
custom GOT the differences of the implementation are enough that the
function became difficult to understand.
    
This change replaces handleNotRelaxTlsRelocation into
handleARMTlsRelocation() and handleMipsTlsRelocation() so that the ARM and
Mips specific code is isolated.

Differential Revision: https://reviews.llvm.org/D31748

llvm-svn: 299750
2017-04-07 09:09:48 +00:00
clang [AMDGPU] Temporarily change constant address space from 4 to 2 for the new address space mapping 2017-04-06 19:18:36 +00:00
clang-tools-extra [clang-tidy] Reuse FileID in getLocation 2017-04-06 20:19:26 +00:00
compiler-rt Add missing import 2017-04-07 01:24:48 +00:00
debuginfo-tests Add an end-to-end testcase for address sanitizer. 2017-04-06 23:36:44 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Revert "Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions." 2017-04-07 05:55:28 +00:00
libcxxabi Fix exception address alignment test for EHABI 2017-04-04 14:03:54 +00:00
libunwind Fix unused typedef. Follow up to r299575. 2017-04-06 17:35:35 +00:00
lld [ELF] Split handleNoRelaxTlsRelocation into ARM and Mips specific impls 2017-04-07 09:09:48 +00:00
lldb Add more tests for ExtractContextAndIdentifier 2017-04-06 23:12:43 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [InstCombine] Handle more commuted cases of ((A & B) | ~A) -> (~A | B) 2017-04-07 07:32:00 +00:00
openmp Test cancellation_for_sections.c expectedly fails on GCC 2017-04-04 14:39:52 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [FIX] Fix ScheduleTreeOptimizer::optimizeMatMulPattern 2017-04-06 17:25:08 +00:00