Go to file
Jonathan Peyton b9d28fbeb3 Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET
Deprecate KMP_PLACE_THREADS and rename it to KMP_HW_SUBSET due to confusion
about its purpose and function among users.  KMP_HW_SUBSET is an environment
variable which allows users to easily pick a subset of the hardware topology to
use.  e.g., KMP_HW_SUBSET=30c,2t means use 30 cores, 2 threads per core.

Patch by Andrey Churbanov

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

llvm-svn: 272937
2016-06-16 18:53:48 +00:00
clang [x86] generate IR for AVX2 integer min/max builtins 2016-06-16 18:45:01 +00:00
clang-tools-extra [clang-tidy] misc-move-const-arg: Fix typos 2016-06-16 14:32:54 +00:00
compiler-rt [esan] Use internal_mmap during initialization 2016-06-16 03:19:58 +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 math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Remove CloudABI specific workaround. 2016-06-16 11:53:11 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld [ELF] - Handle every global as unversioned export in versioned script. 2016-06-16 18:47:04 +00:00
lldb Allow installing watchpoints at less than 8-byte alligned addresses for AArch64 targets 2016-06-16 16:41:22 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Refactor duplicated code. 2016-06-16 18:50:12 +00:00
openmp Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET 2016-06-16 18:53:48 +00:00
polly Replace ScalarReplAggregatesPass by SROAPass. 2016-06-15 13:21:28 +00:00