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

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Feb 18 22:47:25 PST 2021


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

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

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


  Commit: 2d5eb67235c763898f7c3327fb97b1ae1307d8e4
      https://github.com/llvm/llvm-project/commit/2d5eb67235c763898f7c3327fb97b1ae1307d8e4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M llvm/lib/Support/SHA256.cpp

  Log Message:
  -----------
  [Support] Use static_assert instead of assert (NFC)

Identified with misc-static-assert.


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

  Changed paths:
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/RegisterScavenging.cpp
    M llvm/lib/CodeGen/ShadowStackGCLowering.cpp
    M llvm/lib/CodeGen/SlotIndexes.cpp
    M llvm/lib/CodeGen/SpillPlacement.cpp
    M llvm/lib/CodeGen/SplitKit.cpp
    M llvm/lib/CodeGen/StackSlotColoring.cpp
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp

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


Compare: https://github.com/llvm/llvm-project/compare/c86c96a71072...fd04f3a30cbb


More information about the All-commits mailing list