aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman1-2/+2
2022-08-15[Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early f...Shilei Tian3-11/+47
2022-08-15Fix assert during the call to getCanonicalDecl.Jennifer Yu1-0/+7
2022-07-26[AArch64] Simplify BTI/PAC-RET module flagsFangrui Song4-2851/+2851
2022-07-21[clang][OpenMP] Add IRBuilder support for taskgroupShraiysh Vaishay1-0/+69
2022-07-20Inliner: don't mark call sites as 'nounwind' if that would be redundantNicolai Hähnle30-260/+260
2022-07-19Revert "Update some more tests with update_cc_test_checks.py"Nicolai Hähnle1-16/+73
2022-07-19Update some more tests with update_cc_test_checks.pyNicolai Hähnle1-73/+16
2022-07-19Rerun ./utils/update_cc_test.py on a bunch of testsNicolai Hähnle6-44/+44
2022-07-18Rerun ./utils/update_cc_test.py on a bunch of testsNicolai Hähnle13-2303/+2303
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere3-6/+6
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov3-6/+6
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere3-6/+6
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov3-6/+6
2022-07-11[OMPIRBuilder] Add support for simdlen clausePrabhdeep Singh Soni2-1/+140
2022-07-08[OpenMP] Add loop tripcount argument to kernel launch and remove push functionJoseph Huber113-28692/+30165
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber186-26541/+48600
2022-07-06[Clang][OpenMP] Enable floating-point operation for `atomic compare` seriesShilei Tian2-19/+11427
2022-07-05[ConstExpr] Don't create div/rem expressionsNikita Popov7-7/+14
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert172-507111/+875
2022-07-01Generate the capture for the field when the field is used in openmpJennifer Yu2-5/+123
2022-07-01[OpenMP] Initial parsing and semantic support for 'parallel masked taskloop s...Fazlay Rabbi15-0/+3263
2022-06-30[OpenMP] Initial parsing and sema support for 'parallel masked taskloop' cons...Fazlay Rabbi11-0/+2605
2022-06-29[OpenMP] Add variant extension that applies to declarationsJoseph Huber1-0/+34
2022-06-28[OpenMP] Initial parsing and sema support for 'masked taskloop simd' constructFazlay Rabbi16-0/+3667
2022-06-28[OpenMP][NFC] Remove unused check lines in Clang/OpenMP testsJohannes Doerfert7-10605/+0
2022-06-27Adding support for target in_reductionRitanya B Bharadwaj1-0/+668
2022-06-24Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"David Blaikie3-2/+4
2022-06-24[OpenMP] Initial parsing and sema support for 'masked taskloop' constructFazlay Rabbi11-0/+2627
2022-06-23DebugInfo: Fully integrate ctor type homing into 'limited' debug infoDavid Blaikie3-4/+2
2022-06-22[OpenMP] Add handling cases when filter(tid) appears with default(none)Fazlay Rabbi1-2/+3
2022-06-16[OpenMP] Initial parsing and sema for 'parallel masked' constructJennifer Yu12-0/+2248
2022-06-02[Clang][OpenMP] Add the codegen support for `atomic compare capture`Shilei Tian1-0/+7753
2022-05-30[OpenMP][Clang] Fix atomic compare for signed vs. unsignedJoel E. Denny1-240/+240
2022-05-26[OpenMP] Extend omp teams to permit nested omp atomicJoel E. Denny1-10/+11
2022-05-26[OpenMP] Use the align clause value from 'omp allocate' for globalsMike Rice1-0/+61
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev8-9/+9
2022-05-25Revert "[OpenMP] atomic compare fail : Parser & AST support"Aaron Ballman2-58/+0
2022-05-25[OpenMP] Add diagnostic for unterminated 'omp [begin] declare target'Mike Rice2-1/+14
2022-05-24[Clang][OpenMP] Support for omp nothingSunil Kuravinakop1-0/+27
2022-05-24[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop2-0/+58
2022-05-24[OpenMP] Add codegen for 'omp_all_memory' reserved locator.Mike Rice8-533/+1449
2022-05-24[OpenMP] Add parsing/sema support for omp_all_memory reserved locatorMike Rice2-9/+25
2022-05-20[OpenMP] Fix partial unrolling off-by-one.Michael Kruse8-20/+20
2022-05-19[Clang][[OpenMP5.1] Initial parser/sema for default(private) clauseJennifer Yu23-130/+479
2022-05-13[OpenMP] Don't set device runtime debugging flags if using '-nogpulib'Joseph Huber1-0/+1
2022-05-13[OpenMP] Add `__CUDA_ARCH__` definition when offloading with OpenMPJoseph Huber1-0/+4
2022-05-13[OpenMP] Fix declare simd use on in-class member template functionMike Rice2-0/+49
2022-05-11Revert "[NFC][tests][AIX] XFAIL test for lack of visibility support"David Tenty1-3/+0
2022-05-11[OpenMP] Fix mangling for linear parameters with negative strideMike Rice1-0/+11