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 supported229 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- create new clang-tidy check to add namespaces to symbol references
- [ValueTracking] Allow tracking values through Integral AddrSpaceCasts for improved alignments
- [clang] Value-initialisation of type with `noexcept(false)` trivial default constructor incorrectly potentially-throwing
- Correctly set pointer bit for aggregate values in SelectionDAGBuilder to fix CCIfPtr
- SLP vectorization causes 1.75x slowdown with march=skylake-avx512 due to vgatherdps
- [NFC] Make AggregateOpInterface part of mlir:: instead of linalg::
- [ASAN] For Asan instrumented global, emit two symbols, one with actual size and other with instrumented size.
- [InstCombine] Fold A pred C ? (A >> BW - 1) : 1 --> ZExt(A pred C ? A < 0 : 1)
- Missed optimization: duplicate vector register initialization for __builtin_memset_inline
- lldbDataFormatters.py has bugs
- Docs
- not yet supported