[all-commits] [llvm/llvm-project] ae9d96: [libomptarget][amdgpu] Address compiler warnings, ...
Tim Northover via All-commits
all-commits at lists.llvm.org
Thu Dec 3 03:14:21 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae9d96a656a17fa782ccaa9ba10d4570f497e855
https://github.com/llvm/llvm-project/commit/ae9d96a656a17fa782ccaa9ba10d4570f497e855
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[libomptarget][amdgpu] Address compiler warnings, drive by fixes
[libomptarget][amdgpu] Address compiler warnings, drive by fixes
Initialize some variables, remove unused ones.
Changes the debug printing condition to align with the aomp test suite.
Differential Revision: https://reviews.llvm.org/D92559
Commit: 152df3add156b68aca7bfb06b62ea85fa127f3b1
https://github.com/llvm/llvm-project/commit/152df3add156b68aca7bfb06b62ea85fa127f3b1
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M clang/lib/Driver/ToolChain.cpp
M clang/test/Driver/frame-pointer-elim.c
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/BinaryFormat/MachO.cpp
Log Message:
-----------
arm64: count Triple::aarch64_32 as an aarch64 target and enable leaf frame pointers
Compare: https://github.com/llvm/llvm-project/compare/351f73636884...152df3add156
More information about the All-commits
mailing list