Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feedermaskray.me
Get the latest updates from directly as they happen.
Follow now 124 followers
Last updated 9 days ago
9 days ago
The dominator tree letsus identify natural loops:a back edge T->H whose head...
23 days ago
BumpPtrAllocator is LLVM's bump allocator (arenaallocator): each allocation bumps a pointer within...
24 days ago
SmallVector is LLVM's most-used container, andpush_back its hot operation. For the trivially-copyablespecialization...
about 1 month ago
LLVM had several hash tables using quadratic probing with in-bandsentinel keys (empty...
2 months ago
With a sufficient number of users of an API, it does not...
3 months ago
Since the LLVM 22 branch was cut, I've landed a series of...
5 months ago
The C and C++ standards leave nearly every detail to theimplementation. C23...
5 months ago
Most architectures encode branch/call instructions with a PC-relativedisplacement. Some architectures use two...
6 months ago
LLVM 22.1 will be released soon. As usual, I maintain lld/ELF andhave...
6 months ago
Branch instructions on most architectures use PC-relative addressingwith a limited range. When...
6 months ago
Branch instructions on most architectures use PC-relative addressingwith a limited range. When...