Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75. | Alexey Bataev | 2015-08-14 | 1 | -3/+3 |
* | [OPENMP 4.1] Allow references in init expression for loop-based constructs. | Alexey Bataev | 2015-08-06 | 1 | -8/+8 |
* | [OPENMP] Fixed detection of canonical loops with random access iterators. | Alexey Bataev | 2015-07-16 | 1 | -1/+1 |
* | [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) | Alexey Bataev | 2015-05-20 | 1 | -1/+1 |
* | [OPENMP] Allow using of threadprivate variables as loop-control variables in ... | Alexey Bataev | 2015-05-12 | 1 | -2/+1 |
* | [OPENMP] Allow to use global variables as lcv in loop-based directives. | Alexey Bataev | 2015-04-30 | 1 | -2/+0 |
* | [OPENMP] Temporary fix for processing of global variables in loops. | Alexey Bataev | 2014-11-14 | 1 | -0/+16 |
* | [OPENMP] Loop collapsing and codegen for 'omp simd' directive. | Alexander Musman | 2014-10-01 | 1 | -0/+19 |
* | [OPENMP] Parsing/Sema of directive omp parallel for simd | Alexander Musman | 2014-09-23 | 1 | -0/+609 |