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

Akshat Oke via All-commits all-commits at lists.llvm.org
Wed Dec 4 00:50:36 PST 2024


  Branch: refs/heads/users/Akshat-Oke/11-08-_codegen_newpm_port_livedebugvariables_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: 172c6d6bf5030a7ceba9b2028acc9bd0157fd228
      https://github.com/llvm/llvm-project/commit/172c6d6bf5030a7ceba9b2028acc9bd0157fd228
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-04 (Wed, 04 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: 352f9094f1efcd5cd724257050c74086b196bfd3
      https://github.com/llvm/llvm-project/commit/352f9094f1efcd5cd724257050c74086b196bfd3
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

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

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


  Commit: bc70f894b36806996b7a062ab1ce644a326488b5
      https://github.com/llvm/llvm-project/commit/bc70f894b36806996b7a062ab1ce644a326488b5
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-04 (Wed, 04 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


  Commit: 1ce5e29b6b7eda8284be3ef7a8df9f9eedcb1012
      https://github.com/llvm/llvm-project/commit/1ce5e29b6b7eda8284be3ef7a8df9f9eedcb1012
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

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

  Log Message:
  -----------
  Fix invalidate and expose LDVImpl to .h


  Commit: 4943aef1d19f1e46b03c67677e6daf65c85aa342
      https://github.com/llvm/llvm-project/commit/4943aef1d19f1e46b03c67677e6daf65c85aa342
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveDebugVariables.h
    M llvm/include/llvm/IR/PassManagerImpl.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/Passes/PassBuilder.cpp

  Log Message:
  -----------
  Move LDVImpl to LiveDebugVariables


  Commit: 7f35339024256915d00a86fc8da77eb3bae8f54c
      https://github.com/llvm/llvm-project/commit/7f35339024256915d00a86fc8da77eb3bae8f54c
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

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

  Log Message:
  -----------
  remove debugging printing


  Commit: 0e9899feaadeed2d3503114ca54b95e6a1d705ff
      https://github.com/llvm/llvm-project/commit/0e9899feaadeed2d3503114ca54b95e6a1d705ff
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

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

  Log Message:
  -----------
  Fix nullptr in releaseMemory and mfprops


Compare: https://github.com/llvm/llvm-project/compare/9816c2362adc...0e9899feaade

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