[all-commits] [llvm/llvm-project] 9ae171: [OpenMP][Docs] Add remarks intro section
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Jan 7 12:31:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ae171bcd38cdefa64c9dd5d763d16007eebcd0d
https://github.com/llvm/llvm-project/commit/9ae171bcd38cdefa64c9dd5d763d16007eebcd0d
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M openmp/docs/remarks/OptimizationRemarks.rst
Log Message:
-----------
[OpenMP][Docs] Add remarks intro section
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D93735
Commit: d970a285b8567b93aea39e7e4d10965fe8b7340c
https://github.com/llvm/llvm-project/commit/d970a285b8567b93aea39e7e4d10965fe8b7340c
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
A clang/test/OpenMP/declare_variant_ast_x86_64.c
M llvm/lib/Frontend/OpenMP/OMPContext.cpp
Log Message:
-----------
[OpenMP][Fix] Make the arch selector for x86_64 work
The triple uses a bar "x86-64" instead of an underscore. Since we
have troubles accepting x86-64 as an identifier, we stick with
x86_64 in the frontend and translate it explicitly.
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D93786
Commit: 36c4dc9b42fe2e6af4ab488b7c4013d5082b67f6
https://github.com/llvm/llvm-project/commit/36c4dc9b42fe2e6af4ab488b7c4013d5082b67f6
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M clang/test/OpenMP/begin_declare_variant_messages.c
M clang/test/OpenMP/declare_variant_messages.c
M clang/test/OpenMP/declare_variant_messages.cpp
M clang/test/OpenMP/nvptx_declare_variant_name_mangling.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
Log Message:
-----------
[OpenMP][FIX] Ensure the isa trait is evaluated last
Since isa can cause diagnostics we want it to be evaluated last to avoid
the "unknown isa" warning if the rest of the selector wouldn't match
anyway. That allows us to guard isa with arch properly.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D93785
Compare: https://github.com/llvm/llvm-project/compare/3854b81b0fd2...36c4dc9b42fe
More information about the All-commits
mailing list