[all-commits] [llvm/llvm-project] abf44b: llvm-reduce: Use consistent type for reducer function

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jan 27 16:15:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abf44b5b1dbff845a59a7be0c57553cbfd6c4f4c
      https://github.com/llvm/llvm-project/commit/abf44b5b1dbff845a59a7be0c57553cbfd6c4f4c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M llvm/tools/llvm-reduce/deltas/ReduceAliases.cpp

  Log Message:
  -----------
  llvm-reduce: Use consistent type for reducer function


  Commit: 4c7f500bd202dc8ed0a4229022571305b6edf734
      https://github.com/llvm/llvm-project/commit/4c7f500bd202dc8ed0a4229022571305b6edf734
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M llvm/tools/llvm-reduce/deltas/Delta.cpp

  Log Message:
  -----------
  llvm-reduce: Use ThreadPool feature to wait for tasks to complete

Don't use the hackier barrier I wrote using the task queue.


  Commit: c0a10b2772ec2ebaeffe00bf46fdb5e7f20e7529
      https://github.com/llvm/llvm-project/commit/c0a10b2772ec2ebaeffe00bf46fdb5e7f20e7529
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M llvm/tools/llvm-reduce/ReducerWorkItem.cpp

  Log Message:
  -----------
  llvm-reduce: Use WithColor in another place

Use more consistently capitalized/colorized/punctuated error messages.


  Commit: c5fa6b1610a3a665c22f70314ed65e7230091028
      https://github.com/llvm/llvm-project/commit/c5fa6b1610a3a665c22f70314ed65e7230091028
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M llvm/tools/llvm-reduce/ReducerWorkItem.cpp

  Log Message:
  -----------
  llvm-reduce: Parse file from the opened buffer instead of the file

If this wasn't bitcode this was opening a second MemoryBuffer.


Compare: https://github.com/llvm/llvm-project/compare/f9a016309887...c5fa6b1610a3


More information about the All-commits mailing list