[all-commits] [llvm/llvm-project] 5d8be0: [BOLT][NFC] Change Relocation Type to 32-bit and a...

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Tue Mar 11 09:23:36 PDT 2025


  Branch: refs/heads/users/paschalis-mpeis/refactor-relocation
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d8be0f76ab75838047bef827d8467d6177c2270
      https://github.com/llvm/llvm-project/commit/5d8be0f76ab75838047bef827d8467d6177c2270
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2025-03-11 (Tue, 11 Mar 2025)

  Changed paths:
    M bolt/include/bolt/Core/BinaryContext.h
    M bolt/include/bolt/Core/BinaryFunction.h
    M bolt/include/bolt/Core/BinarySection.h
    M bolt/include/bolt/Core/MCPlusBuilder.h
    M bolt/include/bolt/Core/Relocation.h
    M bolt/include/bolt/Rewrite/RewriteInstance.h
    M bolt/lib/Core/BinaryContext.cpp
    M bolt/lib/Core/BinaryFunction.cpp
    M bolt/lib/Core/JumpTable.cpp
    M bolt/lib/Core/MCPlusBuilder.cpp
    M bolt/lib/Core/Relocation.cpp
    M bolt/lib/Rewrite/RewriteInstance.cpp
    M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
    M bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
    M bolt/lib/Target/X86/X86MCPlusBuilder.cpp

  Log Message:
  -----------
  [BOLT][NFC] Change Relocation Type to 32-bit and add Optional flag

Change the Relocation Type from uint64_t to uint32_t.
Add an Optional flag to relocations to indicate that they may be skipped.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list