llvm-project
https://github.com/llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported224 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- Missed Optimization: max(max(x, c1) << c2, c3) —> max(x << c2, c3) when c3 >= c1 * 2 ^ c2
- llvm20 build error, -DLLVM_ENABLE_PROJECTS="clang;mlir;"
- Missed constant folding through control flow
- [PAuth] Use different discriminators for __int128_t / __uint128_t / _BitInt(n)
- llvm-ar -rcT ab-thin.a a.a b.a adds a.a/b.a instead of their members
- Decide on how to handle differences in configurations between module dependencies
- [CMake] Move common target dependencies into ${TARGET_LIBRARIES}
- [IR] Specify that overflow is poison, not UB in {s,u}{mul,div}.fix
- [LV] Skip sentinel value for FindLastIV reductions when start value is provably less than IV start.
- [libc++] v2 ABI silently introduces new non-conforming behaviour for smart pointer destruction
- Docs
- not yet supported