[all-commits] [llvm/llvm-project] 65c5f4: canFoldMergeOpcode returns a bool result not an un...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Nov 7 10:44:40 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 65c5f4e929e75596732ec49dafe71bc6abea847d
https://github.com/llvm/llvm-project/commit/65c5f4e929e75596732ec49dafe71bc6abea847d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
Log Message:
-----------
canFoldMergeOpcode returns a bool result not an unsigned. NFCI.
Commit: 4525a43c9393b63e144aaeb8854909b37e3371b0
https://github.com/llvm/llvm-project/commit/4525a43c9393b63e144aaeb8854909b37e3371b0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M llvm/include/llvm/ADT/ImmutableSet.h
Log Message:
-----------
ImutAVLTree::validateTree - fix null dereference typo warning. NFCI.
Noticed by static analyzer.
Commit: 08b5b553083e23008664596a6caa53452a7000c8
https://github.com/llvm/llvm-project/commit/08b5b553083e23008664596a6caa53452a7000c8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M llvm/include/llvm/XRay/FDRRecords.h
Log Message:
-----------
FDRRecords - fix uninitialized variable warnings. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/dd870f6929ee...08b5b553083e
More information about the All-commits
mailing list