[all-commits] [llvm/llvm-project] c82cd5: [LazyCallGraph] Remove forward declarations of non...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Feb 15 14:47:27 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c82cd5e54e100603a2ae92c254b8103e8c379adc
      https://github.com/llvm/llvm-project/commit/c82cd5e54e100603a2ae92c254b8103e8c379adc
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/LazyCallGraph.h

  Log Message:
  -----------
  [LazyCallGraph] Remove forward declarations of nonexistent classes (NFC)


  Commit: f0d5898f939fe81e1a3e3e74cb8f04b9028f7e6b
      https://github.com/llvm/llvm-project/commit/f0d5898f939fe81e1a3e3e74cb8f04b9028f7e6b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M llvm/include/llvm/Support/ScopedPrinter.h

  Log Message:
  -----------
  [Support] Use ListSeparator (NFC)


  Commit: 22f00f61dd5483a9fdaed3b7592d392c23b3646a
      https://github.com/llvm/llvm-project/commit/22f00f61dd5483a9fdaed3b7592d392c23b3646a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineInstrBundle.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp

  Log Message:
  -----------
  [CodeGen] Use range-based for loops (NFC)


Compare: https://github.com/llvm/llvm-project/compare/29b894a8d3ec...22f00f61dd54


More information about the All-commits mailing list