[all-commits] [llvm/llvm-project] b3c06d: [OpenMP] Use the OpenMP-IR-Builder
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Dec 11 14:51:45 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3c06db45611152f4ec22670bd83f4354078e6a7
https://github.com/llvm/llvm-project/commit/b3c06db45611152f4ec22670bd83f4354078e6a7
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CMakeLists.txt
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/Driver/fopenmp.c
M clang/test/OpenMP/barrier_codegen.cpp
M clang/test/OpenMP/cancel_codegen.cpp
Log Message:
-----------
[OpenMP] Use the OpenMP-IR-Builder
This is a follow up patch to use the OpenMP-IR-Builder, as discussed on
the mailing list ([1] and later) and at the US Dev Meeting'19.
[1] http://lists.flang-compiler.org/pipermail/flang-dev_lists.flang-compiler.org/2019-May/000197.html
Reviewers: kiranchandramohan, ABataev, RaviNarayanaswamy, gtbercea, grokos, sdmitriev, JonChesterfield, hfinkel, fghanim
Subscribers: ppenzin, penzn, llvm-commits, cfe-commits, jfb, guansong, bollu, hiraditya, mgorny
Tags: #clang
Differential Revision: https://reviews.llvm.org/D69922
More information about the All-commits
mailing list