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
- UB in std::vector<bool> constructors (read of uninitialized memory)
- Monorepo-wide CI checks should not trigger on projects that don't need them
- [RISCV] Enable TLSDESC by default
- Add name for `ObjCInterface` in vTable
- [CIR] -emit-cir should not implicitly enable the CIR pipeline
- [clang] Add support for optional func-name argument in #pragma init_seg
- 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
- Docs
- not yet supported