[all-commits] [llvm/llvm-project] 01c5b5: [ObjCopy] Use StringRef::consume_front (NFC)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Jan 19 18:54:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01c5b5c1040ac8ee95d7a07d84546750a4e9e1c3
      https://github.com/llvm/llvm-project/commit/01c5b5c1040ac8ee95d7a07d84546750a4e9e1c3
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M llvm/lib/ObjCopy/CommonConfig.cpp

  Log Message:
  -----------
  [ObjCopy] Use StringRef::consume_front (NFC)


  Commit: fbd00a47754c1279145b86dffb347d30493f4445
      https://github.com/llvm/llvm-project/commit/fbd00a47754c1279145b86dffb347d30493f4445
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

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

  Log Message:
  -----------
  [Analysis] Use llvm::children and llvm::inverse_children (NFC)


  Commit: c0396e15c348b17b6de7005ee057160812e29ad8
      https://github.com/llvm/llvm-project/commit/c0396e15c348b17b6de7005ee057160812e29ad8
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp

  Log Message:
  -----------
  [AArch64] Use StringRef::contains_insensitive (NFC)


  Commit: b7a66d0faeb1d2838e89c3632ba7835e6c2af6cc
      https://github.com/llvm/llvm-project/commit/b7a66d0faeb1d2838e89c3632ba7835e6c2af6cc
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M llvm/include/llvm/ADT/APFixedPoint.h
    M llvm/include/llvm/ADT/StringExtras.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/TableGen/StringToOffsetTable.h
    M llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
    M llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngine.cpp
    M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/LineEditor/LineEditor.cpp
    M llvm/lib/Object/Archive.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Utils/NameAnonGlobals.cpp
    M llvm/lib/WindowsDriver/MSVCPaths.cpp

  Log Message:
  -----------
  [llvm] Use SmallString::operator std::string (NFC)


Compare: https://github.com/llvm/llvm-project/compare/b1d4265a5f53...b7a66d0faeb1


More information about the All-commits mailing list