[all-commits] [llvm/llvm-project] 396dd6: [ProfileData] Pass Twine by const reference instea...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jan 6 06:28:26 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 396dd6cd3d8bdcda9dcb606ad4c054560bf0649f
https://github.com/llvm/llvm-project/commit/396dd6cd3d8bdcda9dcb606ad4c054560bf0649f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/include/llvm/ProfileData/SampleProfReader.h
Log Message:
-----------
[ProfileData] Pass Twine by const reference instead of by value.
Its only used by DiagnosticInfoSampleProfile which takes a const reference anyhow.
Commit: df5c2caf0fc0d59d4d2e0ce99da4aa58f204791a
https://github.com/llvm/llvm-project/commit/df5c2caf0fc0d59d4d2e0ce99da4aa58f204791a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Log Message:
-----------
[MIPS] MipsAsmParser - Pass Twine by const reference instead of by value. NFCI.
Commit: 26c486c2eb1a0f302eb60a4b959456f09adbbacb
https://github.com/llvm/llvm-project/commit/26c486c2eb1a0f302eb60a4b959456f09adbbacb
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/utils/TableGen/RegisterBankEmitter.cpp
Log Message:
-----------
[TableGen] RegisterBankEmitter - Pass Twine by const reference instead of by value. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/29d375f5ff27...26c486c2eb1a
More information about the All-commits
mailing list