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 supported216 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- [clang-tidy] Added bugprone-exception-rethrow check
- `memmove` is emitted where `memcpy` is valid
- [AMDGPU] -fcf-protection=full should not be applied to GPU targets in heterogenous code
- [DAG] Added m_AnyBinOp and m_c_AnyBinOp in SDPatternMatch.h
- Match against all plugins when parsing microsoft attributes
- [mlir] Make C/Python ExecutionEngine constructible with an Operation.
- [InstCombine] Generalize fold of `fcmp + copysign`
- [AMDGPU] With Clang>17, -amdgpu-early-inline-all=true consumes 8x more memory
- [lld][COFF] Fix: Merge `.drectve` sections in ObjFile::readSections
- [InstCombine] Fold `switch(rol(x, C1)) case C2:` to `switch(x) case rol(C2, -C1):`
- Docs
- not yet supported