[all-commits] [llvm/llvm-project] 7f7abb: update raw profile

Mingming Liu via All-commits all-commits at lists.llvm.org
Sun Feb 25 22:22:14 PST 2024


  Branch: refs/heads/users/minglotus-6/spr/placeholder
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f7abbd9b2459a53ac4fcdc438a24e034d2c9fae
      https://github.com/llvm/llvm-project/commit/7f7abbd9b2459a53ac4fcdc438a24e034d2c9fae
  Author: mingmingl <mingmingl at google.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M llvm/test/tools/llvm-profdata/Inputs/vtable-value-prof-basic.profraw

  Log Message:
  -----------
  update raw profile


  Commit: a825d2a4ec00f07772a373091a702f149c3b0c34
      https://github.com/llvm/llvm-project/commit/a825d2a4ec00f07772a373091a702f149c3b0c34
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingPlatformAIX.c
    M compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
    M compiler-rt/lib/profile/InstrProfilingPlatformOther.c
    M compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
    M llvm/include/llvm/ProfileData/InstrProfData.inc

  Log Message:
  -----------
  port new object file sections and helper functions for non-ELF files


  Commit: 90bdd0d60508c92412ad47d80bb1c9e8e6e35354
      https://github.com/llvm/llvm-project/commit/90bdd0d60508c92412ad47d80bb1c9e8e6e35354
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformWindows.c

  Log Message:
  -----------
  undo linker magic on Windows


  Commit: 8b35f49ddf04a71f18a7badbc7da572cd94a3e80
      https://github.com/llvm/llvm-project/commit/8b35f49ddf04a71f18a7badbc7da572cd94a3e80
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformAIX.c
    M compiler-rt/lib/profile/InstrProfilingPlatformOther.c
    M compiler-rt/lib/profile/InstrProfilingPlatformWindows.c

  Log Message:
  -----------
  run clang-format


  Commit: ac0515a2b450cbfcf8f99599cec1051bc70aecda
      https://github.com/llvm/llvm-project/commit/ac0515a2b450cbfcf8f99599cec1051bc70aecda
  Author: mingmingl <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformLinux.c

  Log Message:
  -----------
  Return const pointer (not pointer) for *Linux.c


  Commit: 0de96311bd00490b385511629edadcb409b43741
      https://github.com/llvm/llvm-project/commit/0de96311bd00490b385511629edadcb409b43741
  Author: mingmingl <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformWindows.c

  Log Message:
  -----------
  #include<stddef.h> for Windows


  Commit: 13a7e788409edf4cbd64d4b3f7b29016e0d864cf
      https://github.com/llvm/llvm-project/commit/13a7e788409edf4cbd64d4b3f7b29016e0d864cf
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformLinux.c

  Log Message:
  -----------
  run clang-format


  Commit: 84e702e8cfc2eafbedb55280abed4ddcc5aa76cc
      https://github.com/llvm/llvm-project/commit/84e702e8cfc2eafbedb55280abed4ddcc5aa76cc
  Author: mingmingl <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformOther.c

  Log Message:
  -----------
  fix a type for *Other.c


  Commit: 51fca4a3e0236bc87cf500c1a40ccc9142aa9589
      https://github.com/llvm/llvm-project/commit/51fca4a3e0236bc87cf500c1a40ccc9142aa9589
  Author: mingmingl <mingmingl at google.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformOther.c

  Log Message:
  -----------
  Add COMPILER_RT_VISIBLITY to not leak the symbols


  Commit: c46056846be395ca47a76726089bf541b34ecc5f
      https://github.com/llvm/llvm-project/commit/c46056846be395ca47a76726089bf541b34ecc5f
  Author: mingmingl <mingmingl at google.com>
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingPlatformAIX.c
    M compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
    M compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
    M compiler-rt/lib/profile/InstrProfilingPlatformOther.c
    M compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
    M llvm/include/llvm/ProfileData/InstrProfData.inc

  Log Message:
  -----------
  Merge branch 'users/minglotus-6/typeprofrawformat' into users/minglotus-6/spr/placeholder


Compare: https://github.com/llvm/llvm-project/compare/4bf1dc7a5897...c46056846be3

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