summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_messages.cpp
AgeCommit message (Expand)Author
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2021-08-05Correct a lot of diagnostic wordings for the driverAaron Ballman
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-02-24[OpenMP] Refactor the analysis in checkMapClauseBaseExpression using StmtVisi...cchen
2020-01-20[OPENMP]Fix PR44578: crash in target construct with captured global.Alexey Bataev
2019-10-03[OPENMP]Improve diagnostics for not found declare target entries.Alexey Bataev
2019-01-02[OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster
2018-11-07[OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev
2018-07-16[OPENMP] Fix syntactic errors in error messages.Alexey Bataev
2018-04-30[OPENMP] Do not crash on incorrect input data.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-08-07[OpenMP] Error when trying to offload to an unsupported architectureGheorghe-Teodor Bercea
2016-06-30[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao
2016-03-14[OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao
2016-02-08Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao
2016-02-07Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin
2016-02-06Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao
2016-02-06Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao
2016-02-06[OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao
2016-02-02[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-02-01Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob
2016-02-01[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-01-06[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao
2016-01-05[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao
2016-01-05[OpenMP] Offloading descriptor registration and device codegen.Samuel Antao
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-09-19[OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev