]> granicus.if.org Git - clang/history - lib/Parse/ParseOpenMP.cpp
[OPENMP 4.1] Initial support for 'simdlen' clause.
[clang] / lib / Parse / ParseOpenMP.cpp
2015-08-21 Alexey Bataev[OPENMP 4.1] Initial support for 'simdlen' clause.
2015-08-20 Alexey Bataev[OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers...
2015-08-20 Alexey Bataev[OPENMP 4.1] Initial support for modifiers in 'linear...
2015-08-07 Michael WongThis patch commits OpenMP 4 target device clauses
2015-07-30 Alexey Bataev[OPENMP 4.1] Initial support for extended 'ordered...
2015-07-22 Samuel Antao[OpenMP] Make target data directive generate unexpected...
2015-07-21 Daniel JasperAdd missing parentheses to appease -Wlogical-op-parenth...
2015-07-21 Michael WongCommit for http://reviews.llvm.org/D10765
2015-07-02 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancel' construct.
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-06-23 Alexey Bataev[OPENMP] Initial support for 'depend' clause (4.0).
2015-06-23 Alexey Bataev[OPENMP] Do not emit references to original variables...
2015-06-18 Alexey Bataev[OPENMP] Support for '#pragma omp taskgroup' directive.
2015-05-08 Alexey Bataev[OPENMP] Code cleanup for capturing of variables in...
2015-04-02 Alexey Bataev[OPENMP] Fix crash on private variables not used in...
2014-11-21 Kaelyn TakataEnable ActOnIdExpression to use delayed typo correction...
2014-11-20 Kaelyn TakataWire up delayed typo correction to DiagnoseEmptyLookup...
2014-10-09 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-10-08 Renato GolinRevert "[OPENMP] 'omp teams' directive basic support...
2014-10-07 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-09-23 Alexander Musman[OPENMP] Parsing/Sema of directive omp parallel for...
2014-09-19 Alexey Bataev[OPENMP] Initial parsing/sema analysis of 'target'...
2014-09-18 Alexander MusmanParsing/Sema of directive omp for simd
2014-07-24 Alexey Bataev[OPENMP] Initial parsing and sema analysis for clause...
2014-07-24 Alexey Bataev[OPENMP] Initial parsing and sema analysis for clause...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'update...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing an sema analysis for 'write...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'read...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'atomic...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'ordered...
2014-07-21 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'flush...
2014-07-21 Alexander Musman[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'taskwai...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'barrier...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'taskyiel...
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'mergeabl...
2014-07-17 Alexey Bataev[OPENMP] Initial support for parsing and sema analysis...
2014-07-17 Alexander Musman[OPENMP] Parsing/Sema analysis of directive 'master'
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'final...
2014-07-11 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp task' direc...
2014-07-08 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp parallel...
2014-07-07 Alexey Bataev[OPENMP] Added initial support for 'omp parallel for'.
2014-06-27 Alexey Bataev[OPENMP] Parsing and sema analysis for 'copyprivate...
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'single...
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'section...
2014-06-25 Alexey Bataev[OPENMP] Initial support for 'sections' directive.
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'nowait' clause.
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'ordered' clause.
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'schedule' clause.
2014-06-18 Alexey Bataev[OPENMP] Reformatting and code improvement.
2014-06-18 Alexey Bataev[OPENMP] Initial support for '#pragma omp for' (fixed...
2014-06-17 Rafael EspindolaRevert "[OPENMP] Initial support for '#pragma omp for'."
2014-06-17 Alexey Bataev[OPENMP] Initial support for '#pragma omp for'.
2014-06-16 Alexey Bataev[OPENMP] Initial support of 'reduction' clause
2014-06-04 Alexander Musman[OPENMP] Parsing/Sema for OMPLasprivateClause.
2014-06-03 Alexander Musman[OPENMP] Loop canonical form analysis (Sema)
2014-05-29 Alexander MusmanParsing/Sema for OMPAlignedClause.
2014-05-29 Nikola SmiljanicRefactoring. Remove release and take methods from Actio...
2014-05-28 Alexey Bataev[OPENMP] Reformatting of parsing code for OpenMP constr...
2014-05-27 Alexander MusmanParsing/Sema for OMPCollapseClause.
2014-05-21 Craig Topper[C++11] Use 'nullptr'. Parser edition.
2014-05-12 Alexey Bataev[OPENMP] Removed unnecessary enums from OpenMP constructs
2014-05-06 Alexey Bataev[OPENMP] Initial codegen for '#pragma omp parallel'
2014-05-06 Alexey Bataev[OPENMP] 'proc_bind' clause support - Parsing and sema...
2014-04-22 Alexander Musman[OPENMP] parsing 'linear' clause (for directive 'omp...
2014-03-31 Alexey Bataev[OPENMP] Implemented 'copyin' clause
2014-03-21 Alexey Bataev[OPENMP] parsing of clause 'safelen' (for directive...
2014-03-06 Alexey Bataev[OPENMP] Clause 'num_threads'
2014-03-05 Alexey Bataev[OPENMP] emit error message for clause 'if(1 0)'
2014-02-27 Alexey Bataev[OPENMP] First changes for Parsing and Sema for 'omp...
2014-02-13 Alexey Bataev[OPENMP] 'if' clause support (no CodeGen support)
2014-02-10 David MajnemerBasic: Clean up malformed pragma diagnostics
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2013-12-24 Alp TokerSupport and use token kinds as diagnostic arguments
2013-12-18 Alp TokerRevert "[OPENMP] Fix for parsing OpenMP directives...
2013-12-18 Alexey Bataev[OPENMP] Fix for parsing OpenMP directives with extra...
2013-11-18 Alexey BataevReplaced bool parameters in SkipUntil function with...
2013-10-01 Alexey Bataev[OpenMP] Added parsing and semantic analysis for firstp...
2013-09-06 Alexey BataevOpenMP: Data-sharing attributes analysis and clause...
2013-09-03 Rafael EspindolaRevert "OpenMP: Data-sharing attributes analysis and...
2013-09-03 Alexey BataevOpenMP: Data-sharing attributes analysis and clause...
2013-07-20 Benjamin KramerSilence GCC warning for using both enum and unsigned...
2013-07-19 Alexey BataevOpenMP: basic support for #pragma omp parallel
2013-05-13 Alexey BataevOpenMP threadprivate with qualified names.
2013-03-22 Alexey BataevOpenMP threadprivate directive parsing and semantic...