[all-commits] [llvm/llvm-project] e71886: [TableGen] Use ListSeparator (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 30 09:54:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e718869bf47af20be0ec7301846f78c82d0f1140
https://github.com/llvm/llvm-project/commit/e718869bf47af20be0ec7301846f78c82d0f1140
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-30 (Sat, 30 Jan 2021)
Changed paths:
M llvm/utils/TableGen/AsmMatcherEmitter.cpp
Log Message:
-----------
[TableGen] Use ListSeparator (NFC)
Commit: b4e780697d1cf0c06e7ca3a908ece0ab65a470ff
https://github.com/llvm/llvm-project/commit/b4e780697d1cf0c06e7ca3a908ece0ab65a470ff
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-30 (Sat, 30 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.h
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
Log Message:
-----------
[AMDGPU] Forward-declare AMDGPUTargetMachine (NFC)
AMDGPUTargetTransformInfo.h needs AMDGPUTargetMachine but relies on a
forward declaration of AMDGPUTargetMachine in AMDGPU.h. This patch
adds a forward declaration right in AMDGPUTargetTransformInfo.h.
While we are at it, this patch removes the one in
AMDGPU.h, where it is unnecessary.
Commit: 627b5bda11a79785a21b1a50070415d4188aba6a
https://github.com/llvm/llvm-project/commit/627b5bda11a79785a21b1a50070415d4188aba6a
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-30 (Sat, 30 Jan 2021)
Changed paths:
M llvm/include/llvm/CodeGen/CommandFlags.h
M llvm/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
M llvm/include/llvm/Support/DataTypes.h
M llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h
M llvm/lib/Target/AArch64/AArch64MacroFusion.h
M llvm/lib/Target/AMDGPU/AMDGPUExportClustering.h
M llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.h
M llvm/lib/Target/PowerPC/PPCMacroFusion.h
Log Message:
-----------
[llvm] Add missing header guards (NFC)
Identified with llvm-header-guard.
Compare: https://github.com/llvm/llvm-project/compare/b10d445307a0...627b5bda11a7
More information about the All-commits
mailing list