[all-commits] [llvm/llvm-project] 85355a: Revert "Reland "[memprof] Extend the index prof fo...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Mon Feb 14 11:43:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85355a560a33897453df2ef959e255ee725eebce
      https://github.com/llvm/llvm-project/commit/85355a560a33897453df2ef959e255ee725eebce
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/include/profile/MemProfData.inc
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/InstrProfData.inc
    M llvm/include/llvm/ProfileData/InstrProfReader.h
    M llvm/include/llvm/ProfileData/InstrProfWriter.h
    M llvm/include/llvm/ProfileData/MemProf.h
    M llvm/include/llvm/ProfileData/MemProfData.inc
    M llvm/include/llvm/ProfileData/RawMemProfReader.h
    M llvm/lib/ProfileData/CMakeLists.txt
    M llvm/lib/ProfileData/InstrProf.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/InstrProfWriter.cpp
    R llvm/lib/ProfileData/MemProf.cpp
    M llvm/lib/ProfileData/RawMemProfReader.cpp
    R llvm/test/tools/llvm-profdata/Inputs/basic.profraw
    R llvm/test/tools/llvm-profdata/memprof-merge.test
    M llvm/tools/llvm-profdata/llvm-profdata.cpp
    M llvm/unittests/ProfileData/InstrProfTest.cpp
    M llvm/unittests/ProfileData/MemProfTest.cpp

  Log Message:
  -----------
  Revert "Reland "[memprof] Extend the index prof format to include memory profiles.""

This reverts commit de54e4ab78ef09b60f870e8df6f8a87e56d6bd94 [1/4]


  Commit: 9fd2cb21fb3f763fc784eab198bf1297a24596fa
      https://github.com/llvm/llvm-project/commit/9fd2cb21fb3f763fc784eab198bf1297a24596fa
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/lib/ProfileData/InstrProf.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp

  Log Message:
  -----------
  Revert "[InstrProf] Make the IndexedInstrProf header backwards compatible."

This reverts commit 14cc41a0206a85d350767f8aff6e02bd4e7dd5d6. [2/4]


  Commit: e6999040f5758f89a64b6232119b775b7bd1c85b
      https://github.com/llvm/llvm-project/commit/e6999040f5758f89a64b6232119b775b7bd1c85b
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M llvm/include/llvm/ProfileData/MemProf.h
    M llvm/lib/ProfileData/RawMemProfReader.cpp
    M llvm/test/tools/llvm-profdata/memprof-basic.test
    M llvm/unittests/ProfileData/MemProfTest.cpp

  Log Message:
  -----------
  Revert "[memprof] Introduce a wrapper around MemInfoBlock."

This reverts commit 9b67165285c5e752fce3b554769f5a22e7b38da8. [3/4]


  Commit: 857ec0d01f8021ff0d9540fcbf6ff24e29868ba4
      https://github.com/llvm/llvm-project/commit/857ec0d01f8021ff0d9540fcbf6ff24e29868ba4
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    R compiler-rt/include/profile/MIBEntryDef.inc
    M compiler-rt/include/profile/MemProfData.inc
    M compiler-rt/lib/memprof/memprof_allocator.cpp
    M compiler-rt/lib/memprof/tests/rawprofile.cpp
    R llvm/include/llvm/ProfileData/MIBEntryDef.inc
    M llvm/include/llvm/ProfileData/MemProf.h
    M llvm/include/llvm/ProfileData/MemProfData.inc
    M llvm/unittests/ProfileData/MemProfTest.cpp

  Log Message:
  -----------
  Revert "[memprof] Refactor out the MemInfoBlock into a macro based def."

This reverts commit 9def83c6d02944b2931efd50cd2491953a772aab. [4/4]


Compare: https://github.com/llvm/llvm-project/compare/57c3c48e6ee8...857ec0d01f80


More information about the All-commits mailing list