History log of /llvm-project/llvm/unittests/Support/RecyclerTest.cpp (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# f07b10b7 09-Jan-2025 Akshat Oke <Akshat.Oke@amd.com>

[Support] Recycler: Match dealloc size and enforce min size (#121889)

Address sanitizer found mismatching deallocation size in Recycler.


# bc51a2e3 07-Jan-2025 Akshat Oke <Akshat.Oke@amd.com>

[Support] Recycler: Implement move constructor (#120555)

Discovered missing while running RAGreedy through the NPM which relies on moving analyses to the cache.


# 34e8aff4 06-Jan-2025 Akshat Oke <Akshat.Oke@amd.com>

[Support] Recycler: Enforce minimum allocation size (#121425)

Recycler uses reinterpret_cast to an internal structure of size 8.
Invalid write occurs if Recycler is used for objects with sizes less

[Support] Recycler: Enforce minimum allocation size (#121425)

Recycler uses reinterpret_cast to an internal structure of size 8.
Invalid write occurs if Recycler is used for objects with sizes less
than 8.

show more ...