[all-commits] [llvm/llvm-project] f6b8f0: Use llvm::byteswap instead of ByteSwap_{16, 32, 64} ...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jan 28 15:22:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6b8f05bb399e8f5fd176b2c9dd383cd029467f1
      https://github.com/llvm/llvm-project/commit/f6b8f05bb399e8f5fd176b2c9dd383cd029467f1
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-28 (Sat, 28 Jan 2023)

  Changed paths:
    M clang/lib/Lex/HeaderMap.cpp
    M lld/COFF/DebugTypes.cpp
    M lldb/include/lldb/Core/Opcode.h
    M lldb/source/Core/Opcode.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Symbol/ArmUnwindInfo.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO.cpp
    M llvm/lib/Support/APInt.cpp
    M llvm/lib/Support/ConvertUTFWrapper.cpp

  Log Message:
  -----------
  Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)




More information about the All-commits mailing list