summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/nvptx_target_firstprivate_codegen.cpp
AgeCommit message (Expand)Author
2025-01-24[OpenMP] Replace nvvm.annotation usage with kernel calling conventions (#122320)Alex MacLean
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-05-17[clang] Convert NVPTX OpenMP tests to opaque pointersSergei Barannikov
2022-10-18[OpenMP] Make kernels have protected visibilityJoseph Huber
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-25[OpenMP] Replace device kernel linkage with weak_odrJoseph Huber
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-07-10[OpenMP] Unified entry point for SPMD & generic kernels in the device RTLJohannes Doerfert
2021-07-08[OPENMP]Do no privatize const firstprivates in target regions.Alexey Bataev
2021-07-07[OPENMP]Remove const firstprivate allocation as a variable in a constant space.Alexey Bataev
2021-06-10[OpenMP] Add type to firstprivate symbol for const firstprivate valuesJoseph Huber
2021-04-02[OpenMP, test] Fix uses of undef S*VAR FileCheck varThomas Preud'homme
2019-03-08[OPENMP]Remove debug service variable.Alexey Bataev
2019-03-05[OPENMP]Target region: emit const firstprivates as globals with constantAlexey Bataev
2019-01-28[OPENMP][NVPTX]Emit service debug variable for NVPTX.Alexey Bataev
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2018-01-08[OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-08[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2017-08-08Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev
2017-08-08[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2017-08-08Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev
2017-08-08[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2017-08-04Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev
2017-08-04[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2016-06-30[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao
2016-05-17[OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev
2016-03-18[OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli