aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_master_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-14/+14
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar1-13/+12
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-16/+16
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-16/+16
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-16/+16
2023-01-09[OpenMP][NFC] Rerun the update_cc_test_checks on most OpenMP testsJohannes Doerfert1-34/+34
2022-11-29[clang][CodeGen] Add default attributes to __clang_call_terminateJohn Brawn1-1/+1
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov1-244/+232
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-195/+164
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-164/+195
2022-09-13[IR] Add alignment for llvm.threadlocal.addressAlexander Shaposhnikov1-4/+4
2022-08-01Use @llvm.threadlocal.address intrinsic to access TLS variableChuanqi Xu1-18/+23
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert1-347/+7
2022-05-19[Clang][[OpenMP5.1] Initial parser/sema for default(private) clauseJennifer Yu1-52/+78
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-53/+53
2022-02-02Skip exception cleanups when the innermost scope is EHTerminateScope.James Y Knight1-28/+10
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn1-16/+16
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-31/+31
2022-01-14Revert "Skip exception cleanups when the innermost scope is EHTerminateScope."James Y Knight1-10/+28
2022-01-14Skip exception cleanups when the innermost scope is EHTerminateScope.James Y Knight1-28/+10
2021-12-23[OpenMP] Fix incorrect type when casting from uintptrNikita Popov1-12/+12
2021-12-22[OpenMP] Regenerate test checks (NFC)Nikita Popov1-1/+0
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-31/+32
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-32/+31
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-31/+32
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-32/+31
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-31/+32
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-32/+31
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-338/+280
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-280/+338
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-338/+280
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-280/+338
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert1-1219/+15
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev1-32/+32
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-414/+1975
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-1975/+414
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-414/+1975
2021-02-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight1-1/+1
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-12/+12
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson1-5/+5
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert1-19/+19
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka1-1/+1
2020-07-12[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel1-0/+156
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman1-1/+1
2020-05-07[OPENMP]Consider 'omp_null_allocator' as a predefined allocator.Alexey Bataev1-0/+1
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
2020-01-23[OPENMP]Fix use of local allocators in allocate clauses.Alexey Bataev1-7/+30
2019-12-05[OpenMP50] Add parallel master constructcchen1-0/+471
2019-12-04Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner1-471/+0