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 supported154 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- `operator==` and `operator!=` became ambiguous
- Differences between `base+width*i` and `base+=width`
- COFF Debug info shows variable at the wrong lexical scope.
- LLVM should not remove branches if not profitable
- 'process signal ...' should probably NOT stop the process
- [Windows] lldb fails to start (missing python36.dll)
- objc_direct attribute is broken with invocations from other compilation units
- Exhaustive stack usage
- Wrong optimizations for pointers: `if (q == p) use p` -> `if (q == p) use q`
- Optimize add X, -1; cmp X,-1; jne to add X, -1; jae
- Docs
- not yet supported