summaryrefslogtreecommitdiff
path: root/test/OpenMP
AgeCommit message (Expand)Author
2018-01-02[WinEH] Allow for multiple terminatepadsReid Kleckner
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-29[OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev
2017-12-27[OPENMP] Support for `depend` clauses on `target enter|exit data`.Alexey Bataev
2017-12-27[OPENMP] Support for `depend` clauses on `target data update`.Alexey Bataev
2017-12-27[OpenMP] Further adjustments of nvptx runtime functionsJonas Hahnfeld
2017-12-24[OPENMP] Fix the tests for 32bits targets, NFC.Alexey Bataev
2017-12-22[OPENMP] Captured arguments of the capturable clauses by value.Alexey Bataev
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-12-15[OPENMP] Codegen `declare simd` for function declarations.Alexey Bataev
2017-12-14[OPENMP] Add codegen for target data constructs with `nowait` clause.Alexey Bataev
2017-12-13[OPENMP] Add codegen for `nowait` clause in target directives.Alexey Bataev
2017-12-13[OPENMP] Initial codegen for `target teams distribute simd` directive.Alexey Bataev
2017-12-13[OPENMP] Support `reduction` clause on target-based directives.Alexey Bataev
2017-12-13[OPENMP] Fix handling of clauses in clause parsing mode.Alexey Bataev
2017-12-12[OpenMP] Add function attribute for triggering data sharing.Gheorghe-Teodor Bercea
2017-12-12[OpenMP] Diagnose function name on the link clauseKelvin Li
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-08[OPENMP] Simplify codegen for loop iteration variables in loop preamble.Alexey Bataev
2017-12-08[OPENMP] Initial codegen for `target teams distribute` directive.Alexey Bataev
2017-12-07[OPENMP] Do not capture private variables in the target regions.Alexey Bataev
2017-12-06Fix PR35542: Correct adjusting of private reduction variableJonas Hahnfeld
2017-12-06[OPENMP] Improve error message for mapping union members.Alexey Bataev
2017-12-06[OPENMP] Initial codegen for `teams distribute simd` directive.Alexey Bataev
2017-12-05[OPENMP] Fix implicit mapping analysis.Alexey Bataev
2017-12-05[OPENMP] Fix assert fail after target implicit map checks.Alexey Bataev
2017-12-04[OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev
2017-12-04[OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli
2017-12-04[OPENMP] Codegen for `distribute simd` directive.Alexey Bataev
2017-12-01[OPENMP] Emit `__tgt_target_teams` for all teams directives.Alexey Bataev
2017-12-01[OPENMP] Do not allow variables to be first|last-privates inAlexey Bataev
2017-11-30[OpenMP] Diagnose undeclared variables on declare target clauseKelvin Li
2017-11-30[OPENMP] Fix possible assert for target regions with incorrect innerAlexey Bataev
2017-11-29[OPENMP] Allow only loop control variables in distribute simdAlexey Bataev
2017-11-29[OPENMP] Do not allow `linear` clauses on non-simd distributeAlexey Bataev
2017-11-28[OPENMP] Generalize capturing of clauses expressions.Alexey Bataev
2017-11-27[OPENMP] Codegen for `distribute parallel for simd` directive.Alexey Bataev
2017-11-27[OPENMP] Improve handling of cancel directives in target-basedAlexey Bataev
2017-11-22[OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev
2017-11-22[OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev
2017-11-22[OPENMP] Added missed checks for for [simd] based directives.Alexey Bataev
2017-11-22[OPENMP] Do not mark captured variables as artificial in debug info.Alexey Bataev
2017-11-22[OpenMP] Adjust arguments of nvptx runtime functionsJonas Hahnfeld
2017-11-22[OPENMP] Codegen for `target teams` directive.Alexey Bataev
2017-11-21[OpenMP] Fix tests after r318789Richard Trieu
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos
2017-11-21Fix test/OpenMP/nvptx_data_sharing.cppJonas Hahnfeld
2017-11-21[OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs usi...Gheorghe-Teodor Bercea