summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-131-3/+6
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-13/+15
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-8/+9
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-3/+22
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-151-76/+113
* [OPENMP] Additional processing of 'omp atomic write' directive.Alexey Bataev2014-11-281-12/+61
* [OPENMP] Disable CapturedStmt generation for standalone directives.Alexey Bataev2014-11-211-32/+4
* [OPENMP] Additional processing of 'omp atomic read' directive.Alexey Bataev2014-11-181-5/+87
* [OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev2014-11-141-1/+12
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+5
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-4/+3
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-49/+27
* [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive.Alexey Bataev2014-10-131-1/+0
* Reduce double set lookups. NFC.Benjamin Kramer2014-10-101-2/+1
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-6/+144
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-62/+84
* Revert commit r219297.Alexey Bataev2014-10-081-84/+62
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-62/+84
* Revert back r219295.Alexey Bataev2014-10-081-84/+62
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-62/+84
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-144/+6
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-6/+144
* [OPENMP] Limit the loop counters to 64 bits for the worksharing loopsAlexander Musman2014-10-061-3/+26
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-49/+527
* [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.Alexander Musman2014-09-301-0/+5
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+77
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+76
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-6/+64
* [OPENMP] Improved DSA processing of the loop control variables for loop direc...Alexey Bataev2014-07-251-12/+24
* [OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...Alexey Bataev2014-07-241-0/+12
* [OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...Alexey Bataev2014-07-241-7/+31
* [OPENMP] Fixed DSA detecting for function parameters: by default they must be...Alexey Bataev2014-07-241-3/+5
* [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...Alexey Bataev2014-07-231-1/+21
* [OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...Alexey Bataev2014-07-231-26/+39
* [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...Alexey Bataev2014-07-231-4/+42
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-4/+50
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-17/+99
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-1/+48
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-7/+107
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+30
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+38
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-20/+53
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-171-0/+12
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-171-0/+12
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-7/+57
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-171-0/+26
* [OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma ...Alexey Bataev2014-07-151-0/+3
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-87/+211
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-1/+65
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-29/+122