[all-commits] [llvm/llvm-project] f983d1: [CodeGen][NewPM] Port LiveDebugVariables to NPM

Akshat Oke via All-commits all-commits at lists.llvm.org
Mon Dec 2 00:12:35 PST 2024


  Branch: refs/heads/users/Akshat-Oke/11-08-_codegen_newpm_port_livedebugvariables_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: f983d11261d512e76271849d71704335e24cb3b0
      https://github.com/llvm/llvm-project/commit/f983d11261d512e76271849d71704335e24cb3b0
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-02 (Mon, 02 Dec 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveDebugVariables.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h
    M llvm/lib/CodeGen/StackSlotColoring.cpp
    M llvm/lib/CodeGen/VirtRegMap.cpp
    M llvm/lib/Target/LoongArch/LoongArchDeadRegisterDefinitions.cpp
    M llvm/lib/Target/RISCV/RISCVDeadRegisterDefinitions.cpp
    M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

  Log Message:
  -----------
  [CodeGen][NewPM] Port LiveDebugVariables to NPM


  Commit: ef90ea7f0ff7e4a5b3c086016be6d442d2d7bcdc
      https://github.com/llvm/llvm-project/commit/ef90ea7f0ff7e4a5b3c086016be6d442d2d7bcdc
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-02 (Mon, 02 Dec 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveDebugVariables.h
    M llvm/lib/CodeGen/LiveDebugVariables.cpp

  Log Message:
  -----------
  Use unique_ptr


  Commit: c288b7b2b8f2cd73d0c9e04ef1864d25e171c95f
      https://github.com/llvm/llvm-project/commit/c288b7b2b8f2cd73d0c9e04ef1864d25e171c95f
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-02 (Mon, 02 Dec 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveDebugVariables.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h
    M llvm/lib/CodeGen/StackSlotColoring.cpp
    M llvm/lib/CodeGen/VirtRegMap.cpp
    M llvm/lib/Target/LoongArch/LoongArchDeadRegisterDefinitions.cpp
    M llvm/lib/Target/RISCV/RISCVDeadRegisterDefinitions.cpp
    M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

  Log Message:
  -----------
  Rename to Legacy, add printer and invalidate


Compare: https://github.com/llvm/llvm-project/compare/63bd16a83907...c288b7b2b8f2

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