summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_firstprivate_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
2023-01-12OpenMP: Use inbounds in EmitOMPAggregateAssignMatt Arsenault
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
2020-05-20[OPENMP]Fix PR45911: Data sharing and lambda capture.Alexey Bataev
2020-03-13[OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice.Alexey Bataev
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
2019-03-13[OPENMP]Fix PR37283: Assertion failure on openmp task with by referenceAlexey Bataev
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-11-28[OPENMP] Fix for PR31137: Wrong DSA for members in struct.Alexey 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-17[OPENMP] Pass scalar firstprivate vars by value.Alexey 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-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
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