Go to file
Daniel Sanders 2225d9415f [mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (except for N64).
Following post-commit comments on r268900 from Rafael Espindola:
The missing relocations are now explicitly listed in the switch statement with
appropriate FIXME comments and the default path is now unreachable. The
temporary exception to this is that compound relocations for N64 still have a
default path that returns true. This is because fixing that case ought to be a
separate patch.

Also make R_MIPS_NONE return false since it has no effect on the section data.

llvm-svn: 269047
2016-05-10 12:17:04 +00:00
clang [Clang][AVX512] completing missing intrinsics [vmin/vmax]{sd|sq|uq|ud}. 2016-05-10 11:34:19 +00:00
clang-tools-extra [include-fixer] Default to YAML db, it's much more useful than the fixed dummy db. 2016-05-10 11:35:47 +00:00
compiler-rt tsan: fix another crash due to processors 2016-05-10 11:19:50 +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 math: Add erf ported from amd-builtins 2016-05-06 18:02:30 +00:00
libcxx Generate code coverage for experimental libraries 2016-05-08 23:08:50 +00:00
libcxxabi libc++abi: fix visibility of personalities 2016-05-04 04:22:29 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Print member name in undefined symbol error. 2016-05-09 21:40:06 +00:00
lldb Fix race in TestExitDuringStep and unify pseudo_barrier handling 2016-05-10 07:54:25 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (except for N64). 2016-05-10 12:17:04 +00:00
openmp Fine tuning of TC* macros 2016-05-07 00:00:00 +00:00
polly Simplify access relation for invariant loads early [NFC] 2016-05-10 11:59:59 +00:00