Go to file
Simon Atanasyan be804559f8 [ELF][MIPS] R_MIPS_GOT_DISP, R_MIPS_GOT_PAGE, R_MIPS_GOT_OFST relocations support
These relocations introduced by MIPS N64 ABI. R_MIPS_GOT_DISP references
GOT entry with full symbol's address, R_MIPS_GOT_PAGE creates GOT entry
with address of memory page which includes symbol's address,
R_MIPS_GOT_OFST used together with R_MIPS_GOT_PAGE. This relocation
calculates offset from beginning of memory page to the symbol address.

llvm-svn: 268525
2016-05-04 17:47:11 +00:00
clang Update test CHECK lines after r268509. NFC. 2016-05-04 17:37:27 +00:00
clang-tools-extra [clang-tidy] Remove STL dependency from a test. 2016-05-04 12:17:55 +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 Fixed some spelling errors in assert messages. No functional change. Thanks to giffunip@yahoo.com for the report. 2016-05-04 15:35: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 [ELF][MIPS] R_MIPS_GOT_DISP, R_MIPS_GOT_PAGE, R_MIPS_GOT_OFST relocations support 2016-05-04 17:47:11 +00:00
lldb Fix a SIGSEGV caused by dereferencing a pointer without a null check 2016-05-04 17:24:31 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Adding test cases showing the behavior of LoopUnrollPass according to optnone and optsize attributes 2016-05-04 17:45:40 +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