summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r339603:Hans Wennborg2018-08-161-1/+32
* [OPENMP] DO not crash on combined constructs in declare targetAlexey Bataev2018-05-161-1/+1
* [OPENMP] Replace push_back by emplace_back, NFC.Alexey Bataev2018-04-131-2/+2
* [OPENMP] Code cleanup + formatting, NFC.Alexey Bataev2018-04-131-469/+484
* [OPENMP] Additional attributes for the pointer parameters.Alexey Bataev2018-04-101-1/+2
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* [OPENMP, NVPTX] Globalization of the private redeclarations.Alexey Bataev2018-03-201-13/+13
* [OPENMP, NVPTX] Improve globalization of the variables captured by value.Alexey Bataev2018-03-151-17/+34
* [OPENMP] Codegen for `omp declare target` construct.Alexey Bataev2018-03-151-0/+10
* [OpenMP] Add OpenMP data sharing infrastructure using global memoryGheorghe-Teodor Bercea2018-03-141-0/+1
* [OPENMP] Emit sizes/init ptrs etc. data for task reductions beforeAlexey Bataev2018-03-081-10/+10
* [OPENMP] Fix lifetime of the loop counters.Alexey Bataev2018-03-071-18/+18
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-5/+3
* [OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli2018-02-281-0/+2
* [OpenMP] Limit reduction support for pragma 'distribute' when combined with p...Carlo Bertolli2018-02-221-19/+23
* [OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.Alexey Bataev2018-02-151-0/+2
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-3/+4
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-4/+3
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-3/+4
* [CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev2018-01-251-4/+8
* [OPENMP] Replace call of EmitLoadOfLValue() by EmitLoadOfScalar(), NFC.Alexey Bataev2018-01-231-7/+4
* [OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev2018-01-231-61/+65
* [OPENMP] Initial codegen for `target teams distribute parallel forAlexey Bataev2018-01-151-10/+50
* [OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev2018-01-151-12/+10
* [OPENMP] Replace calls of getAssociatedStmt().Alexey Bataev2018-01-121-92/+91
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-1/+1
* [OpenMP] Initial implementation of code generation for pragma 'target teams d...Carlo Bertolli2018-01-031-11/+49
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-12/+115
* [OPENMP] Support for `depend` clauses on `target data update`.Alexey Bataev2017-12-271-21/+148
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+1
* [OPENMP] Initial codegen for `target teams distribute simd` directive.Alexey Bataev2017-12-131-11/+45
* [OPENMP] Simplify codegen for loop iteration variables in loop preamble.Alexey Bataev2017-12-081-1/+6
* [OPENMP] Initial codegen for `target teams distribute` directive.Alexey Bataev2017-12-081-11/+45
* [OPENMP] Initial codegen for `teams distribute simd` directive.Alexey Bataev2017-12-061-13/+23
* [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev2017-12-041-0/+3
* [OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli2017-12-041-12/+22
* [OPENMP] Codegen for `distribute simd` directive.Alexey Bataev2017-12-041-21/+54
* [OPENMP] General improvement of handling of `teams distribute`Alexey Bataev2017-11-291-1/+1
* [OPENMP] Codegen for `distribute parallel for simd` directive.Alexey Bataev2017-11-271-7/+5
* [OPENMP] Improve handling of cancel directives in target-basedAlexey Bataev2017-11-271-6/+4
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-1/+5
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-221-7/+17
* [OPENMP] Do not mark captured variables as artificial in debug info.Alexey Bataev2017-11-221-3/+21
* [OPENMP] Codegen for `target teams` directive.Alexey Bataev2017-11-221-2/+11
* [OPENMP] Initial support for asynchronous data update, NFC.Alexey Bataev2017-11-211-3/+24
* [OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli2017-11-201-12/+22
* Fix some -Wunused-variable warningsHans Wennborg2017-11-181-1/+0
* [OPENMP] Codegen for `target simd` construct.Alexey Bataev2017-11-171-78/+100
* [OPENMP] Add support for cancelling inside target parallel forAlexey Bataev2017-11-161-1/+3
* [OPENMP] Codegen for `#pragma omp target parallel for simd`.Alexey Bataev2017-11-091-12/+38
OpenPOWER on IntegriCloud