Go to file
Simon Atanasyan da83bbc1a1 [ELF][MIPS] Create combined dynamic relocation type R_MIPS_REL32/R_MIPS_64/R_MIPS_NONE
MIPS N64 ABI packs multiple relocations into the single relocation
record. Particularly it requires to represent dynamic relative
relocation as a combination of R_MIPS_REL32 and R_MIPS_64 relocations.

llvm-svn: 268565
2016-05-04 22:39:40 +00:00
clang Add the Pure attribute to C99 builtin functions from ctype.h. This is a corrected version of r266199 with test case fixes. 2016-05-04 21:08:13 +00:00
clang-tools-extra [clang-tidy] Apply NOLINT filtering to Clang warnings. 2016-05-04 21:18:31 +00:00
compiler-rt [sanitizer] Move stat/__xstat to the common interceptors 2016-05-03 23:43:45 +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 prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Removing some trailing whitespace 2016-05-04 20:29:19 +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 [ELF][MIPS] Create combined dynamic relocation type R_MIPS_REL32/R_MIPS_64/R_MIPS_NONE 2016-05-04 22:39:40 +00:00
lldb Don't let two threads call Debugger::Clear simultaneously. 2016-05-04 22:26:42 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm clean up; NFCI 2016-05-04 22:39:36 +00:00
openmp NFC remove unneded spaces (test commit) 2016-05-03 23:10:20 +00:00
polly Update to ISL 0.17. 2016-05-04 14:41:36 +00:00