[all-commits] [llvm/llvm-project] 71638b: [ExecutionEngine] Ensure newlines at the end of fi...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jul 31 15:17:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71638b8be7668e100d6b1ffbad8cbc1fa50282b9
https://github.com/llvm/llvm-project/commit/71638b8be7668e100d6b1ffbad8cbc1fa50282b9
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.h
M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
Log Message:
-----------
[ExecutionEngine] Ensure newlines at the end of files (NFC)
Commit: ed2993051994546771a1d8e8256baa960609ee11
https://github.com/llvm/llvm-project/commit/ed2993051994546771a1d8e8256baa960609ee11
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M clang/include/clang/Sema/RISCVIntrinsicManager.h
Log Message:
-----------
[Sema] Remove an unused forward declaration (NFC)
Commit: 1bf531a5d0533ef6549683adbd15675f2510a4ab
https://github.com/llvm/llvm-project/commit/1bf531a5d0533ef6549683adbd15675f2510a4ab
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M bolt/lib/Passes/ReorderFunctions.cpp
M bolt/lib/Profile/DataReader.cpp
M bolt/lib/Rewrite/DWARFRewriter.cpp
Log Message:
-----------
[BOLT] Use boolean literals (NFC)
Identified with modernize-use-bool-literals.
Commit: f24ddf6d41ca5f290ab5e4aa4aa0361c170de246
https://github.com/llvm/llvm-project/commit/f24ddf6d41ca5f290ab5e4aa4aa0361c170de246
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M bolt/include/bolt/Core/BinaryFunction.h
Log Message:
-----------
[BOLT] Remove redundant const from return types (NFC)
Identified with readability-const-return-type.
Commit: ce3b687b88e5b33a47546274d2471dffceda9a6c
https://github.com/llvm/llvm-project/commit/ce3b687b88e5b33a47546274d2471dffceda9a6c
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M bolt/lib/Profile/YAMLProfileWriter.cpp
M bolt/lib/Rewrite/DWARFRewriter.cpp
Log Message:
-----------
[BOLT] Remove redundaunt string initialization (NFC)
Identified with readability-redundant-string-init.
Commit: d11103f9a02473c3d6afaf955ca9f7fd17ebe83f
https://github.com/llvm/llvm-project/commit/d11103f9a02473c3d6afaf955ca9f7fd17ebe83f
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonFrameLowering.h
Log Message:
-----------
[Hexagon] Remove unused declaration adjustForCalleeSavedRegsSpillCall (NFC)
The function definition was removed on Apr 23, 2015 in commit
876a19d8554510e6689b0a990e5e62af81506d80, but the declaration has
remained since.
Commit: 71336d03f127e7b1264bcb0914330e071d9273ff
https://github.com/llvm/llvm-project/commit/71336d03f127e7b1264bcb0914330e071d9273ff
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clangd/AST.cpp
M clang/lib/Format/FormatTokenLexer.cpp
Log Message:
-----------
Use llvm::any_of (NFC)
Commit: bf6021709a4385e277e5e02eb7e1389a072b41f0
https://github.com/llvm/llvm-project/commit/bf6021709a4385e277e5e02eb7e1389a072b41f0
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M bolt/lib/Passes/Inliner.cpp
M llvm/lib/Analysis/MustExecute.cpp
M llvm/lib/LineEditor/LineEditor.cpp
M llvm/lib/MC/MCAsmStreamer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/X86/X86MCInstLower.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
Log Message:
-----------
Use drop_begin (NFC)
Compare: https://github.com/llvm/llvm-project/compare/a0943a2e19d9...bf6021709a43
More information about the All-commits
mailing list