Go to file
Jonathan Peyton 7979a07611 Change CMake variable prefix to LIBOMP
Cached CMake variables need to have a prefix so they don't collide with other
projects. This change (a lot of simple changes) simply prefixes cached variables
with LIBOMP_ and sets all of these variables to UPPERCASE which is convention.
e.g., os => LIBOMP_OS, ompt_support => LIBOMP_OMPT_SUPPORT.

Differential Revision: http://reviews.llvm.org/D9829

llvm-svn: 237845
2015-05-20 22:33:24 +00:00
clang Evaluate union cast subexpressions when the cast value is unused 2015-05-20 21:59:25 +00:00
clang-tools-extra Copy lit shell changes from clang to clang-tools-extra, excluding some failing tests 2015-05-20 20:33:18 +00:00
compiler-rt Revert some of "Silence some CMake 3.3 dev warnings in compiler-rt" 2015-05-20 18:39:59 +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 Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Start a to-do list for libc++ 2015-05-20 17:39:54 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00
lld y 2015-05-20 22:26:06 +00:00
lldb Have TestNumThreads use std::thread instead of pthreads so that it can work cross-platform. 2015-05-20 22:32:44 +00:00
llgo benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes. 2015-05-12 22:14:26 +00:00
llvm Revert r237828 "[X86] Remove unused node after morphing it from shr to and." 2015-05-20 22:31:55 +00:00
openmp Change CMake variable prefix to LIBOMP 2015-05-20 22:33:24 +00:00
polly Add diagnostic for unsigned integer comparisions 2015-05-20 15:37:11 +00:00