[all-commits] [llvm/llvm-project] 517171: HeapProfiler: Convert tests to opaque pointers
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 28 06:33:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5171712bb2783784eb3b95f415c8f8c3d565a294
https://github.com/llvm/llvm-project/commit/5171712bb2783784eb3b95f415c8f8c3d565a294
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M llvm/test/Instrumentation/HeapProfiler/basic.ll
M llvm/test/Instrumentation/HeapProfiler/instrumentation-use-callbacks.ll
M llvm/test/Instrumentation/HeapProfiler/masked-load-store.ll
M llvm/test/Instrumentation/HeapProfiler/scale-granularity.ll
M llvm/test/Instrumentation/HeapProfiler/shadow.ll
M llvm/test/Instrumentation/HeapProfiler/skip-compiler-inserted.ll
M llvm/test/Instrumentation/HeapProfiler/stack.ll
Log Message:
-----------
HeapProfiler: Convert tests to opaque pointers
Needed to manually fix masked-load-store.ll.
Commit: 40a45bfe327cc420b7dcb537994ec03d17b505c2
https://github.com/llvm/llvm-project/commit/40a45bfe327cc420b7dcb537994ec03d17b505c2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M llvm/test/Instrumentation/PoisonChecking/ub-checks.ll
Log Message:
-----------
PoisonChecking: Convert tests to opaque pointers
Commit: e87afb9730d4cf8cd8c6f9c2f45e8e5f040bb8e9
https://github.com/llvm/llvm-project/commit/e87afb9730d4cf8cd8c6f9c2f45e8e5f040bb8e9
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M llvm/test/Instrumentation/BoundsChecking/many-trap.ll
M llvm/test/Instrumentation/BoundsChecking/many-traps-2.ll
M llvm/test/Instrumentation/BoundsChecking/nosanitize-bounds.ll
M llvm/test/Instrumentation/BoundsChecking/opt.ll
M llvm/test/Instrumentation/BoundsChecking/phi.ll
M llvm/test/Instrumentation/BoundsChecking/simple-32.ll
Log Message:
-----------
BoundsChecking: Convert tests to opaque pointers
Compare: https://github.com/llvm/llvm-project/compare/c441bfb7147d...e87afb9730d4
More information about the All-commits
mailing list