Go to file
Alexander Musman 3276a27b5c [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.
The linear variable is privatized (similar to 'private') and its
value on current iteration is calculated, similar to the loop
counter variables.
Differential revision: http://reviews.llvm.org/D8375

llvm-svn: 232890
2015-03-21 10:12:56 +00:00
clang [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive. 2015-03-21 10:12:56 +00:00
clang-tools-extra [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
compiler-rt [asan] update the sized_delete_test following the change of clang flags in r232788. 2015-03-20 20:45:42 +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: Implement erfc 2015-03-18 21:52:07 +00:00
libcxx Remove unneeded redeclaration of reference_wrapper. 2015-03-21 06:05:45 +00:00
libcxxabi Don't print debugging messages to stdout. 2015-03-19 09:17:21 +00:00
lld [ELF] GLOBAL_OFFSET_TABLE is a hidden symbol 2015-03-20 23:47:08 +00:00
lldb Fix ComputeSupportExeDirectory for Linux (merge with Android). 2015-03-21 03:59:29 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm MemoryDependenceAnalysis: Don't miscompile atomics 2015-03-21 06:19:17 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Add some missing __isl_give/__isl_keep annotations 2015-03-19 07:43:35 +00:00