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 supported226 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- Tune inspections to a specific C++ standard
- Wrong debug info generated at -O3 (-O0 is correct)
- `std::terminate()` and `abort()` do not have `__builtin_unreachable()` semantics
- Use -debug-info-kind=constructor for limited debug info in clang
- Fold smax(shuffle(x,undef,m),shuffle(y,undef,m)) -> shuffle(smax(x,y),undef,m)
- Conversion from uint64_t to double produces wrong result for rounding downward
- windows x64 exception data is innacurate
- Improve DSE with libcalls
- GNU extension `alignof(expression)` incorrectly returns preferred alignment
- Inefficient code generated for matrix initialization loop
- Docs
- not yet supported