summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_private_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-05-16[clang] Convert several OpenMP tests to opaque pointersSergei Barannikov
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-04-02[OpenMP, test] Fix uses of undef S*VAR FileCheck varThomas Preud'homme
2021-03-31[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2019-09-10Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner
2019-09-10Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson
2019-09-10Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-10-20Revert 9 changes from r284793, they still fail on some botsReid Kleckner
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner
2016-05-30[OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev
2016-05-10[OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev
2016-04-20[OPENMP] Codegen for untied tasks.Alexey Bataev
2016-04-19Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev
2016-04-19[OPENMP] Codegen for untied tasks.Alexey Bataev
2016-04-19Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev
2016-04-19[OPENMP] Codegen for untied tasks.Alexey Bataev
2015-11-24[OPENMP] Fix crash on codegen for 'task' directive with no shared variables.Alexey Bataev
2015-09-15Allow static local variables specified on data-sharing attribute clauses.Kelvin Li
2015-09-11[OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev
2015-07-14[OPENMP] Drop type qualifiers from private variables.Alexey Bataev
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Add target requirements to testcases that emit PCH.Adrian Prantl
2015-06-23[OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev
2015-05-22[OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev
2015-05-21[OPENMP] Fixed codegen for parameters privatization.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-19[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev
2015-05-18[OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev
2015-05-01Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investi...NAKAMURA Takumi