[all-commits] [llvm/llvm-project] 7effcb: Rename parallelForEachN to just parallelFor

Nico Weber via All-commits all-commits at lists.llvm.org
Sun Jun 19 14:49:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7effcbda49ba32991b8955821b8fdbd4f8f303e2
      https://github.com/llvm/llvm-project/commit/7effcbda49ba32991b8955821b8fdbd4f8f303e2
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-06-19 (Sun, 19 Jun 2022)

  Changed paths:
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/ICF.cpp
    M lld/COFF/LLDMapFile.cpp
    M lld/COFF/MapFile.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/MapFile.cpp
    M lld/ELF/OutputSections.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/ICF.cpp
    M lld/MachO/MapFile.cpp
    M lld/MachO/UnwindInfoSection.cpp
    M lld/wasm/MapFile.cpp
    M llvm/include/llvm/Support/Parallel.h
    M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
    M llvm/lib/Support/Parallel.cpp
    M llvm/unittests/Support/ParallelTest.cpp
    M mlir/docs/Diagnostics.md
    M mlir/include/mlir/IR/Threading.h

  Log Message:
  -----------
  Rename parallelForEachN to just parallelFor

Patch created by running:

  rg -l parallelForEachN | xargs sed -i '' -c 's/parallelForEachN/parallelFor/'

No behavior change.

Differential Revision: https://reviews.llvm.org/D128140




More information about the All-commits mailing list