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 supported233 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- [IR] Add the sanitize_concurrency function attribute
- [Clang] Add support for the `-fsanitize=concurrency` runtime
- [AArch64] missed fold vector fptoui(fdiv(uitofp(x),uitofp(y))) or fptosi(fdiv(sitofp(x),sitofp(y))) into udiv(x,y) or sdiv(x,y) for sve- #215146
- [X86] Generalize scalar-to-vector lowering for BUILD_VECTOR with a single non-zero 32-bit element
- [clang][OpenMP] Keep 'requires' directives read from an AST file
- unnamed_addr merges constants with different contents: initialized bytes with uninit bytes
- [ValueTracking] Missing nonzero inference from assumed 2*x != 0 to x != 0
- [libc++] Optimize vector::emplace_back slow path
- [mlir][OpenACC] Preserve explicit device numbers in wait lowering
- [dyndbg][LLD][ELF] Add dynamic debugging support for `--wrap=<symbol>`
- Docs
- not yet supported