[all-commits] [llvm/llvm-project] 17e036: [Scalar] Remove RewriteStatepointsForGCLegacyPass
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jun 11 13:19:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17e0369892cdb8754a28f9a0dcbd21da9e9447cb
https://github.com/llvm/llvm-project/commit/17e0369892cdb8754a28f9a0dcbd21da9e9447cb
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[Scalar] Remove RewriteStatepointsForGCLegacyPass
Differential Revision: https://reviews.llvm.org/D152638
Commit: 3b30e077abb0748da6661f373f5eb91937fbdc13
https://github.com/llvm/llvm-project/commit/3b30e077abb0748da6661f373f5eb91937fbdc13
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/lib/ProfileData/InstrProf.cpp
Log Message:
-----------
[ProfileData] Remove unused class SoftInstrProfErrors
The last use was removed by:
commit 98cce00371d271c9da8de806e4cc4c886a85d56c
Author: David Blaikie <dblaikie at gmail.com>
Date: Mon Jul 10 03:04:59 2017 +0000
Differential Revision: https://reviews.llvm.org/D152640
Commit: 143e131aa765103aab1626b8aca7b8431c3d175a
https://github.com/llvm/llvm-project/commit/143e131aa765103aab1626b8aca7b8431c3d175a
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M llvm/lib/TargetParser/AArch64TargetParser.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/tools/llvm-driver/llvm-driver.cpp
M mlir/lib/TableGen/Dialect.cpp
Log Message:
-----------
Do not unnecessarily include StringSwitch.h
Commit: 63760898042968118b79a266ccaa5839d6f5c444
https://github.com/llvm/llvm-project/commit/63760898042968118b79a266ccaa5839d6f5c444
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M llvm/include/llvm/FuzzMutate/RandomIRBuilder.h
Log Message:
-----------
[FuzzMutate] Remove unused declaration chooseType
The declaration was added without a corresponding function definition
by:
commit 7d449d31a4d2fe393e32be7c478c18b16b301428
Author: Justin Bogner <mail at justinbogner.com>
Date: Mon Aug 21 22:57:06 2017 +0000
Commit: 584face6b462fcedd8d17514a9b1b341ddf0ec02
https://github.com/llvm/llvm-project/commit/584face6b462fcedd8d17514a9b1b341ddf0ec02
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
Log Message:
-----------
[ExecutionEngine] Remove unused declaration executeCastOperation
The corresponding function definition was removed by:
commit 7a9c62baa66ae262755db0d3221ce095d48681d5
Author: Reid Spencer <rspencer at reidspencer.com>
Date: Fri Jan 12 07:05:14 2007 +0000
Commit: 706c442e72320a144da642aca8c59adb5bc2c858
https://github.com/llvm/llvm-project/commit/706c442e72320a144da642aca8c59adb5bc2c858
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
Log Message:
-----------
[CodeGen] Use DenseMapBase::lookup (NFC)
Compare: https://github.com/llvm/llvm-project/compare/c72dea88b635...706c442e7232
More information about the All-commits
mailing list