[all-commits] [llvm/llvm-project] 66b6cc: [ExecutionEngine] Ensure a newline at the end of a...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jul 30 10:36:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66b6cc3acd0dc15f9dce2276fe6ed31d8b8174b6
      https://github.com/llvm/llvm-project/commit/66b6cc3acd0dc15f9dce2276fe6ed31d8b8174b6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h

  Log Message:
  -----------
  [ExecutionEngine] Ensure a newline at the end of a file (NFC)


  Commit: 5dd78c36084ec5f5d9708d889b8981ffce00c625
      https://github.com/llvm/llvm-project/commit/5dd78c36084ec5f5d9708d889b8981ffce00c625
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M llvm/include/llvm/IR/ProfDataUtils.h

  Log Message:
  -----------
  [IR] Fix a header guard (NFC)

Identified with llvm-header-guard.


  Commit: 729a76433aea03e8403f7f3b44a9259af7b9e145
      https://github.com/llvm/llvm-project/commit/729a76433aea03e8403f7f3b44a9259af7b9e145
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M lld/ELF/AArch64ErrataFix.h
    M lld/ELF/ARMErrataFix.h
    M lld/ELF/Driver.h
    M lld/ELF/EhFrame.h
    M lld/ELF/LTO.h

  Log Message:
  -----------
  [lld] Remove unused forward declarations (NFC)


  Commit: 60db8d9b4e486b0070597ef5fac109c7b9d2398a
      https://github.com/llvm/llvm-project/commit/60db8d9b4e486b0070597ef5fac109c7b9d2398a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M bolt/lib/Passes/IdenticalCodeFolding.cpp
    M bolt/lib/Rewrite/RewriteInstance.cpp
    M llvm/lib/Analysis/PHITransAddr.cpp

  Log Message:
  -----------
  Use nullptr instead of 0 (NFC)

Identified with modernize-use-nullptr.


  Commit: b498a8991ed00bda6b4094d0303f163cfc236e32
      https://github.com/llvm/llvm-project/commit/b498a8991ed00bda6b4094d0303f163cfc236e32
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M bolt/include/bolt/Core/BinaryFunction.h
    M bolt/lib/Core/BinaryFunction.cpp
    M bolt/lib/Core/BinaryFunctionProfile.cpp
    M bolt/lib/Passes/MCF.cpp
    M bolt/lib/Passes/ReorderAlgorithm.cpp
    M bolt/lib/Profile/DataAggregator.cpp

  Log Message:
  -----------
  [bolt] Remove redundaunt control-flow statements (NFC)

Identified with readability-redundant-control-flow.


  Commit: f081ec20b502228c41c193994fa50f5f82b34e15
      https://github.com/llvm/llvm-project/commit/f081ec20b502228c41c193994fa50f5f82b34e15
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M bolt/include/bolt/Core/DebugData.h
    M bolt/include/bolt/Core/JumpTable.h
    M bolt/include/bolt/Profile/DataReader.h
    M bolt/include/bolt/Profile/YAMLProfileReader.h
    M bolt/lib/Target/X86/X86MCPlusBuilder.cpp

  Log Message:
  -----------
  [bolt] Remove redundaunt virtual specifiers (NFC)

Identified with modernize-use-override.


  Commit: 5bc0e7b73cd95db40105b51b3a39596610a52566
      https://github.com/llvm/llvm-project/commit/5bc0e7b73cd95db40105b51b3a39596610a52566
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M clang-tools-extra/pseudo/lib/grammar/GrammarBNF.cpp
    M flang/lib/Optimizer/Builder/FIRBuilder.cpp
    M llvm/tools/llvm-exegesis/lib/Clustering.cpp
    M mlir/lib/ExecutionEngine/JitRunner.cpp

  Log Message:
  -----------
  Convert for_each to range-based for loops (NFC)


  Commit: 16eaeaded55b047b4bdf5a3ebfe4884fd786f9be
      https://github.com/llvm/llvm-project/commit/16eaeaded55b047b4bdf5a3ebfe4884fd786f9be
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M clang/include/clang/Basic/JsonSupport.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M mlir/lib/Analysis/Presburger/Simplex.cpp

  Log Message:
  -----------
  Use is_contained (NFC)


  Commit: 12b29900a106ed1d7b146b5d8f79f32bbbbd7c59
      https://github.com/llvm/llvm-project/commit/12b29900a106ed1d7b146b5d8f79f32bbbbd7c59
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M bolt/lib/Rewrite/RewriteInstance.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    M llvm/lib/CodeGen/SwiftErrorValueTracking.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/tools/llvm-tapi-diff/DiffEngine.cpp

  Log Message:
  -----------
  Use any_of (NFC)


Compare: https://github.com/llvm/llvm-project/compare/a23f07fb1daa...12b29900a106


More information about the All-commits mailing list