[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:31 PST 2024
Branch: refs/heads/users/vitalybuka/spr/nfctsan-move-skipinternalframes-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: 94ac9b0bfdb7b994e57061dde5cf526a7749226b
https://github.com/llvm/llvm-project/commit/94ac9b0bfdb7b994e57061dde5cf526a7749226b
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:
-----------
rebase
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/3b674a67a9b7...94ac9b0bfdb7
More information about the All-commits
mailing list