[all-commits] [llvm/llvm-project] 5439db: [OpenMP] Add omp_realloc implementation
nawrinsu via All-commits
all-commits at lists.llvm.org
Tue Nov 17 11:48:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5439db05e74044a239c0fd37f8594b6b67dd3c02
https://github.com/llvm/llvm-project/commit/5439db05e74044a239c0fd37f8594b6b67dd3c02
Author: Nawrin Sultana <nawrin.sultana at intel.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/include/omp.h.var
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_alloc.cpp
M openmp/runtime/src/kmp_csupport.cpp
M openmp/runtime/src/kmp_stub.cpp
M openmp/runtime/test/api/omp_calloc_def_fb.c
M openmp/runtime/test/api/omp_calloc_size_0.c
A openmp/runtime/test/api/omp_realloc_def_fb.c
A openmp/runtime/test/api/omp_realloc_null_ptr.c
A openmp/runtime/test/api/omp_realloc_size_0.c
M openmp/runtime/tools/generate-def.pl
Log Message:
-----------
[OpenMP] Add omp_realloc implementation
This patch adds omp_realloc function implementation according to
OpenMP 5.1 specification.
Differential Revision: https://reviews.llvm.org/D90971
More information about the All-commits
mailing list