Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
https://github.com/llvm/llvm-project
[RFC][RISCV] Use the 'B' extension in RISC-V profile definitions
asb opened this pull request about 2 months ago
asb opened this pull request about 2 months ago
[RISCV] Avoid redundant SchedRead on _TIED VPseudos
mshockwave opened this pull request about 2 months ago
mshockwave opened this pull request about 2 months ago
[NFC][AMDGPU] Use C++17 structured bindings as much as possible
shiltian opened this pull request about 2 months ago
shiltian opened this pull request about 2 months ago
release/19.x: Fix KCFI types for generated functions with integer normalization (#104826)
llvmbot opened this pull request about 2 months ago
llvmbot opened this pull request about 2 months ago
[clang][bytecode] Implement __builtin_arithmetic_fence
tbaederr opened this pull request about 2 months ago
tbaederr opened this pull request about 2 months ago
C++ compile-time array bounds unsuccessfully inferred from template expansions
mld2443 opened this issue about 2 months ago
mld2443 opened this issue about 2 months ago
[lldb][test] Skip libc++ tests if it is linked statically
dzhidzhoev opened this pull request about 2 months ago
dzhidzhoev opened this pull request about 2 months ago
[NvlinkWrapper] Add support for `--undefined`
jhuber6 opened this pull request about 2 months ago
jhuber6 opened this pull request about 2 months ago
[InstCombine] Re-queue users of phi when nsw/nuw flags of add are inferred
dtcxzyw opened this pull request about 2 months ago
dtcxzyw opened this pull request about 2 months ago
[LoongArch] Ensure pcaddu18i and jirl adjacency in tail calls for correct relocation
heiher opened this pull request about 2 months ago
heiher opened this pull request about 2 months ago
[clang][CodeGen][OpenCL] Fix `alloca` handling & `sret`when compiling for
AlexVlx opened this pull request about 2 months ago
AlexVlx opened this pull request about 2 months ago
clang-tidy: misc-include-cleaner: Unused includes not removed from .h file
JanMatCodasip opened this issue about 2 months ago
JanMatCodasip opened this issue about 2 months ago
[clang][dataflow] Cache accessors returning pointers in bugprone-unchecked-optional-access
jvoung opened this pull request about 2 months ago
jvoung opened this pull request about 2 months ago
Revert "[runtimes] Allow building against an installed LLVM tree"
philnik777 opened this pull request about 2 months ago
philnik777 opened this pull request about 2 months ago
[flang][debug] Support TupleType.
abidh opened this pull request about 2 months ago
abidh opened this pull request about 2 months ago
Revert "AMDGPU/GlobalISel: Add stub custom regbankselect pass"
petar-avramovic opened this pull request about 2 months ago
petar-avramovic opened this pull request about 2 months ago
[AArch64] Add patterns for constructive splice.
sdesmalen-arm opened this pull request about 2 months ago
sdesmalen-arm opened this pull request about 2 months ago
[DAGCombiner] Add combine avg from shifts
dnsampaio opened this pull request about 2 months ago
dnsampaio opened this pull request about 2 months ago
Extend call hierarchy for field and non-local variables
timon-ul opened this pull request about 2 months ago
timon-ul opened this pull request about 2 months ago
Add extendhfxf2 into compiler rt
biabbas opened this pull request about 2 months ago
biabbas opened this pull request about 2 months ago
[ci] Run lit via a wrapper to produce unique result files to go into test reports
DavidSpickett opened this pull request about 2 months ago
DavidSpickett opened this pull request about 2 months ago
[lldb-dap] Always pass disableASLR to the DAP executable
Michael137 opened this pull request about 2 months ago
Michael137 opened this pull request about 2 months ago
[LSR][NFC] Use range-based `for`
pfusik opened this pull request about 2 months ago
pfusik opened this pull request about 2 months ago
[SLP] NFC. Replace TreeEntry::setOperandsInOrder with VLOperands.
HanKuanChen opened this pull request about 2 months ago
HanKuanChen opened this pull request about 2 months ago
[CodeGen][NewPM] Port RegUsageInfoCollector pass to NPM
optimisan opened this pull request about 2 months ago
optimisan opened this pull request about 2 months ago
[X86] Don't allow '+f' as an inline asm constraint.
topperc opened this pull request about 2 months ago
topperc opened this pull request about 2 months ago
[llvm-exegesis] Add Pfm Counters for SapphireRapids
boomanaiden154 opened this pull request about 2 months ago
boomanaiden154 opened this pull request about 2 months ago
[StackSafetyAnalysis] Bail out when calling ifunc
MaskRay opened this pull request about 2 months ago
MaskRay opened this pull request about 2 months ago
[libc] remove #include <fcntl.h> and add proxy or type
Jobhdez opened this pull request about 2 months ago
Jobhdez opened this pull request about 2 months ago
[llvm-objdump] Fix coloring with nested WithMarkup
MaskRay opened this pull request about 2 months ago
MaskRay opened this pull request about 2 months ago
[mlir][Vector] Fix vector.insert folder for scalar to 0-d inserts
Groverkss opened this pull request about 2 months ago
Groverkss opened this pull request about 2 months ago
[mlir] Add fast walk-based pattern rewrite driver
kuhar opened this pull request about 2 months ago
kuhar opened this pull request about 2 months ago
clang-format: Inconsistent macro formatting with num literal
MaJerle opened this issue about 2 months ago
MaJerle opened this issue about 2 months ago
[mlir][EmitC] Add MathToEmitC pass for math function lowering to EmitC
recursion-man opened this pull request about 2 months ago
recursion-man opened this pull request about 2 months ago
[Tooling/Inclusion] Add binary search related `std::ranges` symbols to the mapping.
c8ef opened this pull request about 2 months ago
c8ef opened this pull request about 2 months ago
[llvm-objdump] Handle -M for --macho
MaskRay opened this pull request about 2 months ago
MaskRay opened this pull request about 2 months ago
[clang] Segmentation fault in loop vectorization cost model during optimization pass
cardigan1008 opened this issue about 2 months ago
cardigan1008 opened this issue about 2 months ago
[MLIR][Arith] Improve accuracy of `inferDivU`
goldsteinn opened this pull request about 2 months ago
goldsteinn opened this pull request about 2 months ago
[lldb-dap] Support column breakpoints
vogelsgesang opened this pull request about 2 months ago
vogelsgesang opened this pull request about 2 months ago
[clang] Prefer StringRef::substr(0, N) to slice(0, N) (NFC)
kazutakahirata opened this pull request about 2 months ago
kazutakahirata opened this pull request about 2 months ago
[ARM] Remove a redundant call to StringRef::slice (NFC)
kazutakahirata opened this pull request about 2 months ago
kazutakahirata opened this pull request about 2 months ago
[AMDGPU] No available SGPR for SGPR argument spilling
shiltian opened this issue about 2 months ago
shiltian opened this issue about 2 months ago
[mlir][tblgen] Expose more of MLIRTableGen as library
makslevental opened this pull request about 2 months ago
makslevental opened this pull request about 2 months ago
Reland "[LLVM] Add IRNormalizer Pass"
justinfargnoli opened this pull request about 2 months ago
justinfargnoli opened this pull request about 2 months ago
[NFC] Fix typo in description of `AfterPassInvalidatedCallbacks`
justinfargnoli opened this pull request about 2 months ago
justinfargnoli opened this pull request about 2 months ago
[NFC] Fix test for zext(shl(trunc)) fold
andjo403 opened this pull request about 2 months ago
andjo403 opened this pull request about 2 months ago
[Clang] skip default argument instantiation for non-defining friend declarations without specialization info to meet [dcl.fct.default] p4
a-tarasyuk opened this pull request about 2 months ago
a-tarasyuk opened this pull request about 2 months ago
[AVR] AsmParser doesn't reject bad asm, again
workingjubilee opened this issue about 2 months ago
workingjubilee opened this issue about 2 months ago
[ADT] Use std::string_view inside StringRef
kazutakahirata opened this pull request about 2 months ago
kazutakahirata opened this pull request about 2 months ago
[AVR] AsmParser doesn't reject bad asm, again
workingjubilee opened this issue about 2 months ago
workingjubilee opened this issue about 2 months ago
[libc++][test] add test coverage for `flat_map::emplace_hint`
huixie90 opened this pull request about 2 months ago
huixie90 opened this pull request about 2 months ago
Polly crashes at <eof> parser at end of file
wctrl opened this issue about 2 months ago
wctrl opened this issue about 2 months ago
[clang-format] Enable sorting includes although formatting disabled
marlamb opened this pull request about 2 months ago
marlamb opened this pull request about 2 months ago
[RISCV] Lower @llvm.experimental.vector.compress for zvfhmin/zvfbfmin
lukel97 opened this pull request about 2 months ago
lukel97 opened this pull request about 2 months ago
Revert "[flang][debug] Support mlir::NoneType."
jeanPerier opened this pull request about 2 months ago
jeanPerier opened this pull request about 2 months ago
Optimize __insert_with_sentinel Function in std::vector
winner245 opened this pull request about 2 months ago
winner245 opened this pull request about 2 months ago
Revert "[ADT] Teach StringRef to derive from std::string_view"
MaskRay opened this pull request about 2 months ago
MaskRay opened this pull request about 2 months ago
[clang-format] Weird indentation of function definition after preprocessor directives
LucasChollet opened this issue about 2 months ago
LucasChollet opened this issue about 2 months ago
[Clang] Add __ugly__ spelling for the msvc attribute scope
philnik777 opened this pull request about 2 months ago
philnik777 opened this pull request about 2 months ago
[GlobalISel] Combine G_ZEXT of undef -> 0
tschuett opened this pull request about 2 months ago
tschuett opened this pull request about 2 months ago
[RISCV] Use vsetvli instead of vlenb in Prologue/Epilogue
kito-cheng opened this pull request about 2 months ago
kito-cheng opened this pull request about 2 months ago
[MemProf] Fix clone edge comparison
teresajohnson opened this pull request about 2 months ago
teresajohnson opened this pull request about 2 months ago
[ADT] Teach StringRef to derive from std::string_view
kazutakahirata opened this pull request about 2 months ago
kazutakahirata opened this pull request about 2 months ago
AMDGPU: Treat uint32_max as the default value for amdgpu-max-num-workgroups
arsenm opened this pull request about 2 months ago
arsenm opened this pull request about 2 months ago
[clang] __attribute__((__noreturn__)) miscompile
ZijunZhaoCCK opened this issue about 2 months ago
ZijunZhaoCCK opened this issue about 2 months ago
InstCombine: Fold shufflevector(select) and shufflevector(phi)
MatzeB opened this pull request about 2 months ago
MatzeB opened this pull request about 2 months ago
[ObjC] Insert method parameters in scope as they are parsed
apple-fcloutier opened this pull request about 2 months ago
apple-fcloutier opened this pull request about 2 months ago
[libc][math] Add tests and fix some issues with FTZ/DAZ modes.
lntue opened this pull request about 2 months ago
lntue opened this pull request about 2 months ago
[SandboxVec][Legality] Check opcodes and types
vporpo opened this pull request about 2 months ago
vporpo opened this pull request about 2 months ago
[libc++] Split Apple and Freebsd locale support into their own headers
ldionne opened this pull request about 2 months ago
ldionne opened this pull request about 2 months ago
[clang][NFC] Add test for CWG issues about linkage in cross-TU context
Endilll opened this pull request about 2 months ago
Endilll opened this pull request about 2 months ago
[clang] [NFC] Deduplicate the logic between StringMapEntry.first() and StringMapEntry.getKey()
bricknerb opened this pull request about 2 months ago
bricknerb opened this pull request about 2 months ago
[HLSL] add IsTypedResourceElementCompatible type trait
bob80905 opened this pull request about 2 months ago
bob80905 opened this pull request about 2 months ago
Optimize __insert_with_sentinel Function in std::vector
winner245 opened this pull request about 2 months ago
winner245 opened this pull request about 2 months ago
[TableGen] [NFC] Remove unused includes in TableGen BE
jerryyiransun opened this pull request about 2 months ago
jerryyiransun opened this pull request about 2 months ago
[TLI] Add support for hypot libcall.
MouriNaruto opened this pull request about 2 months ago
MouriNaruto opened this pull request about 2 months ago
[InstCombine] add control for SimplifyDemandedVectorElts depth limit
Prince781 opened this pull request about 2 months ago
Prince781 opened this pull request about 2 months ago
[ValueTracking] Compute known bits from recursive select/phi
dtcxzyw opened this pull request about 2 months ago
dtcxzyw opened this pull request about 2 months ago
[RegAlloc][RISCV] Increase the spill weight by target factor
wangpc-pp opened this pull request about 2 months ago
wangpc-pp opened this pull request about 2 months ago
[LLVM][AArch64] Add assembly/disassembly for SVE Integer Unary Arithm…
CarolineConcatto opened this pull request about 2 months ago
CarolineConcatto opened this pull request about 2 months ago
[clangd] Support symbolTags for document symbol
chouzz opened this pull request about 2 months ago
chouzz opened this pull request about 2 months ago
[VPlan] Support VPReverseVectorPointer in DataWithEVL vectorization
arcbbb opened this pull request about 2 months ago
arcbbb opened this pull request about 2 months ago
[MLIR][Vector] Add Lowering for vector.step
manupak opened this pull request about 2 months ago
manupak opened this pull request about 2 months ago
[Analysis] atan2: isTriviallyVectorizable; add to massv and accelerate veclibs
tex3d opened this pull request about 2 months ago
tex3d opened this pull request about 2 months ago
Emit constrained atan2 intrinsic for clang builtin
tex3d opened this pull request about 2 months ago
tex3d opened this pull request about 2 months ago
[AMDGPU][True16][MC] VINTERP instructions supporting true16/fake16
broxigarchen opened this pull request about 2 months ago
broxigarchen opened this pull request about 2 months ago
[HLSL][SPIRV][DXIL] Implement `dot4add_i8packed` intrinsic
inbelic opened this pull request about 2 months ago
inbelic opened this pull request about 2 months ago
[flang][OpenMP] Update handling of DEPEND clause
kparzysz opened this pull request about 2 months ago
kparzysz opened this pull request about 2 months ago
[Tooling/Inclusion] Update std symbols mapping
vvd170501 opened this pull request about 2 months ago
vvd170501 opened this pull request about 2 months ago
[lld][InstrProf] Do not use cstring offset hashes in function order for compression
SharonXSharon opened this pull request about 2 months ago
SharonXSharon opened this pull request about 2 months ago
[analyzer] Fix a crash from element region construction during `ArrayInitLoopExpr` analysis
isuckatcs opened this pull request about 2 months ago
isuckatcs opened this pull request about 2 months ago
[X86][AVX512] Use comx for compare
mahesh-attarde opened this pull request about 2 months ago
mahesh-attarde opened this pull request about 2 months ago
[flang][OpenMP] Add alias analysis for omp private
DominikAdamski opened this pull request about 2 months ago
DominikAdamski opened this pull request about 2 months ago
[VPlan][NFC] Add new getMiddleBlock interface to VPlan
david-arm opened this pull request about 2 months ago
david-arm opened this pull request about 2 months ago
[LLVM][AArch64] Add assembly/disassembly for MUL/BFMUL SME instructions
CarolineConcatto opened this pull request about 2 months ago
CarolineConcatto opened this pull request about 2 months ago
[X86][AMX] Support AMX-TRANSPOSE
phoebewang opened this pull request 2 months ago
phoebewang opened this pull request 2 months ago
[Test] Fix usage of constrained intrinsics
spavloff opened this pull request 2 months ago
spavloff opened this pull request 2 months ago
[LLDB] Add a target.launch-working-dir setting
walter-erquinigo opened this pull request 2 months ago
walter-erquinigo opened this pull request 2 months ago
[HLSL] Translate `cbuffer {...}` blocks to CBuffer resource and lower to `dx.CBuffer`
hekota opened this issue 2 months ago
hekota opened this issue 2 months ago
[RFC] Initial implementation of P2719
ojhunt opened this pull request 2 months ago
ojhunt opened this pull request 2 months ago