[all-commits] [llvm/llvm-project] d4a4d0: clang/test/Driver/clang-offload-bundler-standardiz...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Tue Mar 14 16:10:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4a4d0d7912796aa02878e2cd51da4d1fe8ce930
https://github.com/llvm/llvm-project/commit/d4a4d0d7912796aa02878e2cd51da4d1fe8ce930
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M clang/test/Driver/clang-offload-bundler-standardize.c
Log Message:
-----------
clang/test/Driver/clang-offload-bundler-standardize.c REQUIRES asserts. (fixup D145770)
Commit: fe7b38cb6b7438be9981c741fbbec715c234c1ca
https://github.com/llvm/llvm-project/commit/fe7b38cb6b7438be9981c741fbbec715c234c1ca
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M llvm/utils/TableGen/CMakeLists.txt
A llvm/utils/TableGen/CodeGenIntrinsics.cpp
M llvm/utils/TableGen/CodeGenTarget.cpp
Log Message:
-----------
llvm-tblgen: Split out CodeGenIntrinsics.cpp from CodeGenTarget.cpp
Differential Revision: https://reviews.llvm.org/D143844
Commit: 59fe64ae47d29fd846f0753a6e61e3dc8d97ecdb
https://github.com/llvm/llvm-project/commit/59fe64ae47d29fd846f0753a6e61e3dc8d97ecdb
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenIntrinsics.cpp
M llvm/utils/TableGen/CodeGenIntrinsics.h
M llvm/utils/TableGen/IntrinsicEmitter.cpp
Log Message:
-----------
Let IntrinsicEmitter free from CodeGenTarget.h
For now, I have introduced `llvm::tmp::getValueType(Rec)` as a copy from
`CodeGenTarget.cpp`. This will be removed in the near future, when
IntrinsicEmitter will not depend on MVT.
Differential Revision: https://reviews.llvm.org/D143844
Compare: https://github.com/llvm/llvm-project/compare/b5c661c2f4d2...59fe64ae47d2
More information about the All-commits
mailing list