Go to file
Tamas Berghammer 0deef9c3cb Fix SO entry is main executable detection on android
* On Android (at least on platfrom-21 x86) the dynamic linker reports the
  executable with its full path
* Use the platform path of the executable when storing it into the cache
  (used to identify the SO entry for the executable) as this is the path
  what will be reported by the dynamic linker. If the platform path isn't
  set (local debugging) then it falls back to the normal file path.

Differential revision: http://reviews.llvm.org/D8296

llvm-svn: 232158
2015-03-13 11:16:14 +00:00
clang [OPENMP] Re-factor __kmpc_for_static_init_* routine generation. 2015-03-13 10:38:23 +00:00
clang-tools-extra Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers was changed. 2015-03-13 03:47:43 +00:00
compiler-rt We want single precision here. 2015-03-13 00:18:28 +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 Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Update copyright year to 2015. 2015-03-12 20:13:11 +00:00
libcxxabi Update copyright year to 2015. 2015-03-12 20:13:54 +00:00
lld LinkerScript: Add evaluation of the EXTERN command 2015-03-12 21:55:55 +00:00
lldb Fix SO entry is main executable detection on android 2015-03-13 11:16:14 +00:00
llgo [llgo] update year in LICENSE.txt 2015-03-13 01:36:02 +00:00
llvm Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hanging. 2015-03-13 07:09:33 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Add -polly-vectorizer=stripmine 2015-03-12 20:48:07 +00:00