Go to file
Tamas Berghammer 75cb3c5077 Make use of lldv::Triple::isAndroid
It is a new function added to the llvm::Triple class to simplify the
checking if we are targeting android to clean up the confusion between
android being an OS or an environment.

llvm-svn: 250286
2015-10-14 10:29:17 +00:00
clang [CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libclang. 2015-10-14 07:50:47 +00:00
clang-tools-extra Prevent modernize-use-auto from emitting a warning when 'auto' was already being used. 2015-10-14 09:29:55 +00:00
compiler-rt [PGO]: Eliminate calls to __llvm_profile_register_function for Linux. 2015-10-13 18:40:00 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Fix GCC atomic implementation in C++03 2015-10-14 08:36:22 +00:00
libcxxabi Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to Jason King for the report and suggested fix 2015-10-12 20:45:05 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [ELF2/PPC64] S+A -> R in more places when handling R_PPC64_REL24 2015-10-13 22:54:24 +00:00
lldb Make use of lldv::Triple::isAndroid 2015-10-14 10:29:17 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [x86][FastISel] Teach how to select nontemporal stores. 2015-10-14 10:03:13 +00:00
openmp Detect final task in GOMP interface. 2015-10-13 18:36:22 +00:00
polly [tests] More testing for PHI-nodes in non-affine regions 2015-10-13 20:03:09 +00:00