[all-commits] [llvm/llvm-project] 9cf4f1: [NFC][tsan] `ptr != 0` to implicit check (#77144)

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Jan 5 16:52:38 PST 2024


  Branch: refs/heads/users/vitalybuka/spr/main.nfcsanitizer-move-symbolizedstackholder-into-sanitizer_common
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cf4f10609435bccd5fb32b979557a9e339563b6
      https://github.com/llvm/llvm-project/commit/9cf4f10609435bccd5fb32b979557a9e339563b6
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_report.cpp

  Log Message:
  -----------
  [NFC][tsan] `ptr != 0` to implicit check (#77144)


  Commit: 77724d5f46efea1306e036aa0eca8e2ecb64916c
      https://github.com/llvm/llvm-project/commit/77724d5f46efea1306e036aa0eca8e2ecb64916c
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    A llvm/test/tools/lto/discard-value-names.ll

  Log Message:
  -----------
  [LTO] Add test showing lto-discard-value-names option being ignored.

At the moment, lto-discard-value-names isn't handled properly by libLTO.


  Commit: f74ce000752d565dbd9d6fcc1e2ed7f49ff7e398
      https://github.com/llvm/llvm-project/commit/f74ce000752d565dbd9d6fcc1e2ed7f49ff7e398
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_report.cpp

  Log Message:
  -----------
  [tsan] Fallback to top frame (#77145)

Probably it's not important, as it should not happen often,
but if all frames are internal we should pick top, not
the bottom frame.


  Commit: cc9f340c83aa00a574119eaec91a8b68c88542eb
      https://github.com/llvm/llvm-project/commit/cc9f340c83aa00a574119eaec91a8b68c88542eb
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    A llvm/test/tools/lto/discard-value-names.ll

  Log Message:
  -----------
  [𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]


Compare: https://github.com/llvm/llvm-project/compare/484721a2c62b...cc9f340c83aa


More information about the All-commits mailing list