aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/teams_distribute_private_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-65/+65
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov1-6/+4
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak1-4/+4
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber1-29/+8
2023-08-23[OpenMP] Properly set static thread limit (w/o analysis)Johannes Doerfert1-7/+7
2023-07-06[clang][CodeGenCXX] Improve handling of itanium ABI member function alignment...David Tenty1-18/+18
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-10/+10
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-10/+10
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-10/+10
2023-03-17[Clang][OpenMP] Insert alloca for kernel args at function entry block instead...Dhruva Chakrabarti1-4/+4
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert1-24/+56
2022-10-07[OpenMP] Convert more tests to opaque pointers (NFC)Nikita Popov1-640/+629
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-183/+163
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-163/+183
2022-07-08[OpenMP] Add loop tripcount argument to kernel launch and remove push functionJoseph Huber1-24/+28
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber1-20/+88
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert1-1206/+3
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-18/+18
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn1-176/+176
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-198/+198
2022-01-04[ConstantFold] Remove unnecessary bounded index restrictionNikita Popov1-13/+12
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-198/+199
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-199/+198
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-198/+199
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-199/+198
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-198/+199
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-199/+198
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-366/+327
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-327/+366
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-366/+327
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-327/+366
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert1-1650/+7
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev1-350/+350
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-139/+4063
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-4063/+139
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-139/+4063
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-6/+6
2020-11-19[OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber1-3/+3
2020-11-18[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber1-2/+2
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson1-1/+1
2020-10-28Revert "[OpenMP] Add Passing in Original Declaration Names To Mapper API"Benjamin Kramer1-2/+2
2020-10-27[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber1-2/+2
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos1-3/+3
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song1-6/+6
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song1-6/+6
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny1-12/+12
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev1-0/+13
2017-12-07[OPENMP] Do not capture private variables in the target regions.Alexey Bataev1-6/+5
2017-12-04[OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev1-2/+3
2017-12-01[OPENMP] Emit `__tgt_target_teams` for all teams directives.Alexey Bataev1-3/+3