[all-commits] [llvm/llvm-project] e14325: DebugCounter.h - remove unused includes. NFC.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue May 12 05:04:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e143253fa8bb382a33eb743b28341015d5d0d031
https://github.com/llvm/llvm-project/commit/e143253fa8bb382a33eb743b28341015d5d0d031
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M llvm/include/llvm/Support/DebugCounter.h
Log Message:
-----------
DebugCounter.h - remove unused includes. NFC.
Added explicit StringRef.h include as we need the full definition for several inline functions in DebugCounter.h.
Commit: 24ac6a2d7dd0551f9681239075834d37732831d2
https://github.com/llvm/llvm-project/commit/24ac6a2d7dd0551f9681239075834d37732831d2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M llvm/include/llvm/FuzzMutate/FuzzerCLI.h
M llvm/lib/FuzzMutate/FuzzerCLI.cpp
Log Message:
-----------
FuzzerCLI.h - reduce StringRef.h include to forward declaration. NFC.
Commit: 45aa1b88534c74246773aab6dd33c3568bb25d24
https://github.com/llvm/llvm-project/commit/45aa1b88534c74246773aab6dd33c3568bb25d24
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx-vperm2x128.ll
Log Message:
-----------
[X86][AVX] Use X86ISD::VPERM2X128 for blend-with-zero if optimizing for size
Last part of PR22984 - avoid the zero-register dependency if optimizing for size
Compare: https://github.com/llvm/llvm-project/compare/24bf8063d677...45aa1b88534c
More information about the All-commits
mailing list