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
- [SimplifyCFG] Missed optimization: fold `is_power_of_2(A)` to `ctpop(A) == 1`
- [CVP]: Fold `icmp eq X, C` to `trunc X to i1` if C=2k+1 and X in [2k, 2k+1]
- Clang misses detecting the dangling pointer warning found with GCC
- [clang][StaticAnalyzer] Adding getentropy to CStringChecker.
- Upstreaming warning suppression to LLVM
- [CMake][ASAN] Add support for ADDRESS_SANITIZER_BUILD compile option
- Clang: -fstrict-volatile-bitfields flag not supported
- [codegen] x86 MXCSR load/restore reordered with respect to the operations they should be measuring
- [clang-tidy][check-request] Flag redundant using declarations / extend misc-unused-using-decls
- [mlir][Transforms] --remove-dead-values: keep values used in public function calls
- Docs
- not yet supported