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 supported215 Subscribers
View all SubscribersAdd a CodeTriage badge to llvm-project
Help out
- Issues
- Missed Optimization: Fold ((x & (1<<y)) != 0) || ((x & (4<<y)) != 0) to (x & (5<<y)) != 0
- Make `SILowerSGPRSpills::determineRegsForWWMAllocation` Accept Already Reserved Whole Wave Mode Registers from `llvm::SIMachineFunctionInfo`
- Added macro name to redifine and undef macro as a part of the issue#88882
- [NFC] DWARFVerifier: use C-style array instead of brace-enclosed init list
- [RISCV] Missing cfi_def_cfa_offset?
- [LTO] Parse global inline assembly with +all target flags
- [libcxx] Fix basic_string<large value type> buffer replacement
- [libc] Better implementation of Strlen for SVE targets
- [lit][ci] Enable testing Release Lit workflow in forks
- Inefficient AArch64 frame generation with VLAs
- Docs
- not yet supported