[all-commits] [llvm/llvm-project] 046cfb: [llvm] Forward-declare formatted_raw_ostream (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Jan 28 22:22:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 046cfb856517c6140d5e1c0989232e26d00b05b2
https://github.com/llvm/llvm-project/commit/046cfb856517c6140d5e1c0989232e26d00b05b2
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/include/llvm/MC/MCStreamer.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
M llvm/lib/Target/Mips/MipsTargetStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h
M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
Log Message:
-----------
[llvm] Forward-declare formatted_raw_ostream (NFC)
Various *TargetStreamer.h need formatted_raw_ostream but rely on a
forward declaration of formatted_raw_ostream in MCStreamer.h. This
patch adds forward declarations right in *TargetStreamer.h.
While we are at it, this patch removes the one in MCStreamer.h, where
it is unnecessary.
Commit: 7925aa091db0f16b967fc82243601e207a29ebeb
https://github.com/llvm/llvm-project/commit/7925aa091db0f16b967fc82243601e207a29ebeb
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
Log Message:
-----------
[llvm] Populate SmallVector at construction time (NFC)
Commit: 6cedffc0ad8d9c48caf42b436acaa1f509925b4a
https://github.com/llvm/llvm-project/commit/6cedffc0ad8d9c48caf42b436acaa1f509925b4a
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/lib/Analysis/MustExecute.cpp
Log Message:
-----------
[MustExecute] Use ListSeparator (NFC)
Compare: https://github.com/llvm/llvm-project/compare/078f30e04d1f...6cedffc0ad8d
More information about the All-commits
mailing list