aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/sections_firstprivate_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto1-7/+7
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-34/+34
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov1-3/+2
2023-11-11[clang][CodeGen] Ensure consistent `mustprogress` attribute emissionAntonio Frighetto1-10/+10
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-75/+4
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein1-4/+75
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein1-75/+4
2023-02-01Reland "[codegen] Store address of indirect arguments on the stack"Felipe de Azevedo Piovezan1-0/+8
2023-01-16Revert "[codegen] Store address of indirect arguments on the stack"Felipe de Azevedo Piovezan1-8/+0
2023-01-16[codegen] Store address of indirect arguments on the stackFelipe de Azevedo Piovezan1-0/+8
2023-01-12OpenMP: Use inbounds in EmitOMPAggregateAssignMatt Arsenault1-2/+2
2022-10-07[OpenMP] Convert more tests to opaque pointers (NFC)Nikita Popov1-557/+538
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti1-170/+155
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-155/+170
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert1-552/+1
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-10/+10
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn1-146/+146
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-160/+160
2022-01-04[ConstantFold] Remove unnecessary bounded index restrictionNikita Popov1-9/+8
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-160/+161
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-161/+160
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-160/+161
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-161/+160
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-160/+161
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-161/+160
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-256/+234
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-234/+256
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis1-256/+234
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis1-234/+256
2021-05-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert1-836/+5
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev1-235/+235
2021-05-06[OpenMP] Overhaul `declare target` handlingJohannes Doerfert1-156/+156
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-195/+2421
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis1-2421/+195
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis1-195/+2421
2021-04-02[OpenMP, test] Fix uses of undef S*VAR FileCheck varThomas Preud'homme1-0/+1
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-7/+7
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson1-16/+16
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert1-1/+1
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman1-2/+2
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile1-10/+10
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev1-10/+10
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice1-1/+1
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson1-2/+2
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev1-0/+7
2017-12-13[OPENMP] Fix handling of clauses in clause parsing mode.Alexey Bataev1-7/+2
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner1-1/+0
2016-06-16Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao1-1/+5
2016-06-16Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao1-5/+1
2016-06-16[OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao1-1/+5