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 supported228 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- [InstCombine] Remove `sub nuw C_Mask, X` -> `xor X, C_Mask` canoncalization
- [clang-tidy] Add `performance-explicit-move-constructor` check
- [clangd] Add an option to disable special handling of standard library headers in include-cleaner
- TypeSanitizer errors with global or static STL container
- [Coverage] Improve performance of propagating Counter of Expansions
- [InstCombine] Canonicalize `(sub nuw Mask, X)` -> `(xor Mask, X)`
- [AArch64] Correct scheduling information for flag manipulation instructions in Neoverse-V2
- [libc] add snmalloc as an alternative allocator to libc
- [clang] fix wrong result of pointers comparison between unknown and stack
- Missed optimization: (x mod (C1 * C2) / C2) vs. ((x / C2) mod C1)
- Docs
- not yet supported