summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/allocate_codegen.cpp
AgeCommit message (Expand)Author
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
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
2022-01-05Add codegen for allocate directive's 'align' clauseDavid Pagan
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
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-09-15[OPENMP]Add support for allocate vars in untied tasks.Alexey Bataev
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-04-09[OPENMP]Allow allocate directive on parameters.Alexey Bataev
2019-04-08[OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime.Alexey Bataev
2019-03-21[OPENMP] Simplify codegen for allocate directive on local variables.Alexey Bataev
2019-03-19[OPENMP]Warn if the different allocator is used for the variable.Alexey Bataev
2019-03-19[OPENMP] Codegen for local variables with the allocate pragma.Alexey Bataev