Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
OpenMP
/
for_loop_messages.cpp
efbe4af
[OPENMP] Support relational-op != (not-equal) as one of the canonical
by Kelvin Li
· 7 years ago
a8a9153a
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops only.
by Alexey Bataev
· 8 years ago
5372fb8
[OPENMP] Fix for PR34398: assert with random access iterator if the step>1.
by Alexey Bataev
· 8 years ago
5a3af13
[OPENMP] Remove extra code transformation.
by Alexey Bataev
· 10 years ago
c0214e0
[OPENMP] Allow to use compound assignment operators.
by Alexey Bataev
· 10 years ago
e648e80
[OPENMP] Do not allow to use threadprivate or thread local variables as loop iteration variables.
by Alexey Bataev
· 10 years ago
8c26ea6
Produce a better diagnostic for global register variables.
by Akira Hatanaka
· 10 years ago
b08f89f
[OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.
by Alexey Bataev
· 10 years ago
a889917
[OPENMP 4.1] Allow references in init expression for loop-based constructs.
by Alexey Bataev
· 10 years ago
54acd40
[OPENMP 4.1] Support for 'linear' clause in loop directives.
by Alexey Bataev
· 10 years ago
0d08a7f
[OPENMP] Fixed detection of canonical loops with random access iterators.
by Alexey Bataev
· 10 years ago
db39021
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
by Alexey Bataev
· 10 years ago
0c024df
[OPENMP] Allow using of threadprivate variables as loop-control variables in lop based directives.
by Alexey Bataev
· 10 years ago
f2453a0
[OPENMP] Fixed messages about predetermined DSA for loop control variables.
by Alexey Bataev
· 10 years ago
1a8b3f1
[OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attribute.c
by Alexey Bataev
· 10 years ago
9c82103
[OPENMP] Allow to use global variables as lcv in loop-based directives.
by Alexey Bataev
· 10 years ago
9aba41c
[OPENMP] Temporary fix for processing of global variables in loops.
by Alexey Bataev
· 11 years ago
a5f070a
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
by Alexander Musman
· 11 years ago
4c904ad
[OPENMP] Added several test cases for clauses 'ordered' and 'nowait': if there are more than one 'nowait' or 'ordered' clause an error message is expected.
by Alexey Bataev
· 11 years ago
4acb859
[OPENMP] Added initial support for 'omp parallel for'.
by Alexey Bataev
· 11 years ago
f29276e
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC).
by Alexey Bataev
· 11 years ago
a566efb
Revert "[OPENMP] Initial support for '#pragma omp for'."
by Rafael Espindola
· 11 years ago
c77dd52
[OPENMP] Initial support for '#pragma omp for'.
by Alexey Bataev
· 11 years ago