summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskgroup_codegen.cpp
AgeCommit message (Expand)Author
2025-03-07[mlir][OpenMP] fix crash outlining infinite loop (#129872)Tom Eccles
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-01-09[OpenMP][NFC] Rerun the update_cc_test_checks on most OpenMP testsJohannes Doerfert
2022-11-29[clang][CodeGen] Add default attributes to __clang_call_terminateJohn Brawn
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2022-07-21[clang][OpenMP] Add IRBuilder support for taskgroupShraiysh Vaishay
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-02Skip exception cleanups when the innermost scope is EHTerminateScope.James Y Knight
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2022-01-14Revert "Skip exception cleanups when the innermost scope is EHTerminateScope."James Y Knight
2022-01-14Skip exception cleanups when the innermost scope is EHTerminateScope.James Y Knight
2022-01-14Regenerate some autogenerated test files ahead of modifying them.James Y Knight
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-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2021-05-06[OpenMP] Overhaul `declare target` handlingJohannes Doerfert
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-03-29[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
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-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-06-18[OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev