[all-commits] [llvm/llvm-project] 39f77b: [X86] assignValueToReg - fix Wshadow warning. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Oct 31 04:50:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 39f77b3224c6ea4bd87e72c407983e237bdacf1d
https://github.com/llvm/llvm-project/commit/39f77b3224c6ea4bd87e72c407983e237bdacf1d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-31 (Sat, 31 Oct 2020)
Changed paths:
M llvm/lib/Target/X86/X86CallLowering.cpp
Log Message:
-----------
[X86] assignValueToReg - fix Wshadow warning. NFCI.
X86OutgoingValueHandler already has a MIB member
Commit: ae80ac6db2f882466b3bd37eaaa96513548b9d7c
https://github.com/llvm/llvm-project/commit/ae80ac6db2f882466b3bd37eaaa96513548b9d7c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-31 (Sat, 31 Oct 2020)
Changed paths:
M llvm/lib/Target/X86/X86AsmPrinter.cpp
Log Message:
-----------
[X86] printAsmMRegister - make the X86AsmPrinter arg a const reference. NFC.
Fixes cppcheck warning.
Commit: 30a1d91127aa9c650ac1af91d61fd25e71d390ee
https://github.com/llvm/llvm-project/commit/30a1d91127aa9c650ac1af91d61fd25e71d390ee
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-31 (Sat, 31 Oct 2020)
Changed paths:
M llvm/lib/Target/X86/X86FastISel.cpp
Log Message:
-----------
[X86] Reduce scope of DestReg and use specific Register type not unsigned. NFCI.
Commit: 55dbb7d823a572c781b984db7650d9bd8c8df916
https://github.com/llvm/llvm-project/commit/55dbb7d823a572c781b984db7650d9bd8c8df916
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-31 (Sat, 31 Oct 2020)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
Log Message:
-----------
[X86] X86MCTargetDesc - ensure the declaration/definition variable names match. NFCI.
Silences cppcheck mismatch warnings.
Compare: https://github.com/llvm/llvm-project/compare/33e20008d11f...55dbb7d823a5
More information about the All-commits
mailing list