summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_if_codegen.cpp
AgeCommit message (Expand)Author
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
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-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-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-10-12[CFE][Codegen][In-progress] Remove CodeGenFunction::InitTempAlloca()hsmahesha
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-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-01-25[OpenMP][FIX] Enforce a function boundary for a new data environmentJohannes Doerfert
2020-08-13[OpenMP] Ensure testing for versions 4.5 and default - Part 1Saiyedul Islam
2019-10-17[OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev
2019-10-16[OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev
2018-10-05[OPENMP] Fix emission of the __kmpc_global_thread_num.Alexey Bataev
2018-07-25[OPENMP] ThreadId in serialized parallel regions is 0.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-07-17[clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev
2015-09-03[OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-10-13More OpenMP test case compatibility fixesUlrich Weigand
2014-10-13Fix test OpenMP/parallel_if_codegen.cpp.Alexey Bataev
2014-10-13[OPENMP] Codegen for 'if' clause in 'parallel' directive.Alexey Bataev