[all-commits] [llvm/llvm-project] d3c304: [TableGen] Use ListSeparator (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Feb 13 20:42:20 PST 2021


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

  Changed paths:
    M llvm/utils/TableGen/AsmMatcherEmitter.cpp

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


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

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

  Log Message:
  -----------
  [Analysis] Drop unnecessary const from return types (NFC)

Identified with readability-const-return-type.


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

  Changed paths:
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/LatencyPriorityQueue.cpp
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
    M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/LiveInterval.cpp
    M llvm/lib/CodeGen/LivePhysRegs.cpp
    M llvm/lib/CodeGen/LiveVariables.cpp
    M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp

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


Compare: https://github.com/llvm/llvm-project/compare/efb1cb752bf1...d5adba10f049


More information about the All-commits mailing list