Go to file
Rafael Espindola 790db9c458 Bring r264761 back with an extra fix.
The extra fix is to note that it still requires copy relocations.

Original message:

Change how we handle R_MIPS_LO16.

Mips aligns PT_LOAD to 16 bits (0x10000). That means that the lower 16
bits are always the same, so we can, effectively, say that the
relocation is relative.

P.S.: Suggestions for a better name for the predicate are welcome :-)

llvm-svn: 265150
2016-04-01 17:00:36 +00:00
clang [OpenCL] Moved nosvm attribute handling in Sema to other OpenCL attrs 2016-04-01 16:05:09 +00:00
clang-tools-extra [clang-tidy] Don't delete unused parameter in class override method in anonymous namespace. 2016-04-01 07:57:30 +00:00
compiler-rt [CMake] Provide the ability to skip stripping when generating dSYMs 2016-03-31 21:17:19 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update copyright year to 2016. 2016-03-30 22:39:03 +00:00
libcxx Fix LWG issue 2469 - Use piecewise construction in map::operator[]. 2016-03-31 03:13:37 +00:00
libcxxabi Update copyright year to 2016. 2016-03-30 22:40:47 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Bring r264761 back with an extra fix. 2016-04-01 17:00:36 +00:00
lldb Fix clean rule for a makefile 2016-04-01 12:59:37 +00:00
llgo [llgo] add USES_TERMINAL option to check-libgo 2016-03-30 00:29:33 +00:00
llvm [PGO] Refactor PGOFuncName meta data code to be used in clang 2016-04-01 16:43:30 +00:00
openmp Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0 2016-03-30 21:50:59 +00:00
polly [FIX] Adjust the insert point for non-affine region PHIs 2016-04-01 11:25:47 +00:00