Go to file
Konstantin Zhuravlyov b625d17db8 [AMDGPU] Handle R_AMDGPU_ABS64 relocation
This is needed for the following case (OpenCL example):
  __global int Var = 0; 
  __global int* Ptr[] = {&Var}; 
  ...

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

llvm-svn: 284764
2016-10-20 18:34:58 +00:00
clang [c++1z] Fix assertion failure when using the wrong number of bindings for a 2016-10-20 18:29:25 +00:00
clang-tools-extra [clang-tidy] Add check 'readability-redundant-member-init' 2016-10-20 16:08:03 +00:00
compiler-rt [lsan] [aarch64] Fix printing of pointers in make check tests 2016-10-20 12:25:57 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Adding a missing constexpr test for reverse_iterator operator[]. 2016-10-20 14:57:34 +00:00
libcxxabi Fix typo in comment 2016-10-15 00:02:20 +00:00
libunwind [libunwind] Add missing <stdint.h> include. NFC. 2016-10-13 14:32:24 +00:00
lld [AMDGPU] Handle R_AMDGPU_ABS64 relocation 2016-10-20 18:34:58 +00:00
lldb Re-landing a cleaned up implementation of r284550 2016-10-20 18:01:19 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Fix case of file include path. 2016-10-20 18:34:37 +00:00
openmp Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115 2016-10-20 17:14:17 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [cmake] Avoid warnings in feature tests. NFC. 2016-10-20 11:16:19 +00:00