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
- [mlir][memref]: Added OOB value bound check to ViewOp
- [lld][DebugInfo/BTF] Add BTF section merging and deduplication
- [InstCombine] Discuss generalizing icmp eq/ne X, 0 to trunc X to i1 using KnownBits
- [clang][bytecode] Stop relying on `CheckEvaluationResult()`
- Support `import lldb` in a Python interpreter that's different from the one we link against
- [llvm-cov] Support multicall binary
- [SPIRV] Crash in SPIRVLegalizePointerCast trying to legalize load of a phi node
- [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
- [lldb-dap] wrong category for program output on windows (mingw)
- Docs
- not yet supported