summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_copyin_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
2024-05-31[Clang] Regenerate test checks (NFC)Nikita Popov
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-12OpenMP: Use inbounds in EmitOMPAggregateAssignMatt Arsenault
2022-10-07[OpenMP] Convert more 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-09-13[IR] Add alignment for llvm.threadlocal.addressAlexander Shaposhnikov
2022-08-01Use @llvm.threadlocal.address intrinsic to access TLS variableChuanqi Xu
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-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2022-01-04[ConstantFold] Remove unnecessary bounded index restrictionNikita Popov
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-19[OpenMP][NFC] Remove SIMD check lines for non-simd testsJohannes Doerfert
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev
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
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-09-12Improve code generation for thread_local variables:Richard Smith
2019-07-18[OPENMP]Fix sharing of threadprivate variables with TLS support.Alexey Bataev
2019-06-21[OPENMP]Fix PR42159: do not capture threadprivate variables.Alexey Bataev
2018-12-26Pass a concrete triple for two OpenMP tests that depend on TLSNico Weber
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2018-02-23Bring r325915 back.Rafael Espindola
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
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-12-21[Cygwin] Enable TLS as emutls.NAKAMURA Takumi
2015-12-17[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren