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 supported222 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- [SelectionDAG] Add ISD::ABS_MIN_POISON to preserve poision semantics of llvm.abs
- [mlir][memref] Add static_sizes attribute to memref.view
- Missed Optimization: -(x & c1) >> shamt | -(x & c1) —> x & c1 ? -1 : 0 when 2^shamt > c1 and shamt ≤ bitwidth(x)/2
- [Flang] [OpenMP] Loop iteration variable in OpenMP `simd` construct incorrectly treated as `private` instead of `lastprivate`
- [lldb-dap] wrong category for program output on windows (mingw)
- [VectorCombine] Optimize vector combine in fold binop of reduction
- [LoopUnroll] Support parallel reductions for minmax
- [mlir][PDL] Set debug name on PDL patterns
- [AMDGPU] Add Serialized Handles For All Kernel Descriptor Fields in `SIMachineFunctionInfo`
- clang-tidy: add rule: forbid inheriting from classes with non-virtual destructors
- Docs
- not yet supported