[all-commits] [llvm/llvm-project] cfc385: X86FoldTablesEmitter - fix static analyzer potenti...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Nov 6 06:03:08 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cfc385d95445ea52ac68d55f2c13ac8d19f79855
https://github.com/llvm/llvm-project/commit/cfc385d95445ea52ac68d55f2c13ac8d19f79855
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
Log Message:
-----------
X86FoldTablesEmitter - fix static analyzer potential invalid iterator warning. NFCI.
Commit: eabd405e665e24e00dc71c90baa196c38cd15f12
https://github.com/llvm/llvm-project/commit/eabd405e665e24e00dc71c90baa196c38cd15f12
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86EvexToVex.cpp
M llvm/lib/Target/X86/X86ExpandPseudo.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FloatingPoint.cpp
Log Message:
-----------
[X86] Fix uninitialized variable warnings. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/37cdac6344fb...eabd405e665e
More information about the All-commits
mailing list