1. efbe4af [OPENMP] Support relational-op != (not-equal) as one of the canonical by Kelvin Li · 7 years ago
  2. a8a9153a [OPENMP] Support for -fopenmp-simd option with compilation of simd loops only. by Alexey Bataev · 8 years ago
  3. 5372fb8 [OPENMP] Fix for PR34398: assert with random access iterator if the step>1. by Alexey Bataev · 8 years ago
  4. 5a3af13 [OPENMP] Remove extra code transformation. by Alexey Bataev · 10 years ago
  5. c0214e0 [OPENMP] Allow to use compound assignment operators. by Alexey Bataev · 10 years ago
  6. e648e80 [OPENMP] Do not allow to use threadprivate or thread local variables as loop iteration variables. by Alexey Bataev · 10 years ago
  7. 8c26ea6 Produce a better diagnostic for global register variables. by Akira Hatanaka · 10 years ago
  8. b08f89f [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75. by Alexey Bataev · 10 years ago
  9. a889917 [OPENMP 4.1] Allow references in init expression for loop-based constructs. by Alexey Bataev · 10 years ago
  10. 54acd40 [OPENMP 4.1] Support for 'linear' clause in loop directives. by Alexey Bataev · 10 years ago
  11. 0d08a7f [OPENMP] Fixed detection of canonical loops with random access iterators. by Alexey Bataev · 10 years ago
  12. db39021 [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) by Alexey Bataev · 10 years ago
  13. 0c024df [OPENMP] Allow using of threadprivate variables as loop-control variables in lop based directives. by Alexey Bataev · 10 years ago
  14. f2453a0 [OPENMP] Fixed messages about predetermined DSA for loop control variables. by Alexey Bataev · 10 years ago
  15. 1a8b3f1 [OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attribute.c by Alexey Bataev · 10 years ago
  16. 9c82103 [OPENMP] Allow to use global variables as lcv in loop-based directives. by Alexey Bataev · 10 years ago
  17. 9aba41c [OPENMP] Temporary fix for processing of global variables in loops. by Alexey Bataev · 11 years ago
  18. a5f070a [OPENMP] Loop collapsing and codegen for 'omp simd' directive. by Alexander Musman · 11 years ago
  19. 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
  20. 4acb859 [OPENMP] Added initial support for 'omp parallel for'. by Alexey Bataev · 11 years ago
  21. f29276e [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). by Alexey Bataev · 11 years ago
  22. a566efb Revert "[OPENMP] Initial support for '#pragma omp for'." by Rafael Espindola · 11 years ago
  23. c77dd52 [OPENMP] Initial support for '#pragma omp for'. by Alexey Bataev · 11 years ago