aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
3 daysReword langref slightlyusers/arsenm/noalias-addrspace-metadataMatt Arsenault1-4/+4
3 daysAdd another commentMatt Arsenault1-1/+1
3 daysAdd baseline tests for some optimization handlingMatt Arsenault2-0/+84
3 daysFix doc buildMatt Arsenault1-1/+2
3 daysUse enum for range like metadata kindsMatt Arsenault1-11/+22
3 days[RFC] IR: Define noalias.addrspace metadataMatt Arsenault6-6/+237
3 days[AMDGPU][True16][MC] add true16 and fake16 test file for vop3 instructions (#...Brox Chen18-224/+31560
3 days[VPlan] Add createPtrAdd helper (NFC).Florian Hahn2-5/+8
3 days[asan][windows][tests] support MSVC compiler-id in asan tests (#109706)Charlie Barto1-6/+16
3 daysllvm-reduce: Don't print verifier failed machine functions (#109673)Matt Arsenault9-130/+159
3 days[SLP][REVEC] getWidenedType should be used instead of FixedVectorType::get. (...Han-Kuan Chen2-2/+72
3 daysReapply [compiler-rt] prctl interception update, SECCOMP_MODE_FILTER … (#10...David CARLIER4-12/+35
3 days[lld][WebAssembly] Don't report relocation error when linking with -r/--reloc...Sam Clegg3-7/+15
3 daysRevert "[DirectX] Add atan2 intrinsic and expand for DXIL backend (p1)" (#109...Farzon Lotfi5-188/+0
3 days[DWARF] Use ULEB128 and not just one byte for directory indices (#109067)Daniel Rodríguez Troitiño3-5/+217
3 days[DirectX] Add atan2 intrinsic and expand for DXIL backend (p1) (#108865)Tex Riddell5-0/+188
3 days[mlir][linalg] Vectorization support for convolution of i1 type (#109480)Nirvedh Meshram2-4/+81
3 days[SandboxIR] Implement a few Instruction member functions (#109820)vporpo2-0/+29
3 days[rtsan] Refactor initialization state to prevent hangs (#109830)Chris Apple1-5/+24
3 daysAdd the ability to define custom completers to the parsed_cmd template. (#109...jimingham14-82/+771
3 days[X86] Add test coverage for #109272Simon Pilgrim1-0/+15
3 days[RISCV] Treat insert_subvector into undef with index==0 as legal. (#109745)Craig Topper1-9/+4
3 days[X86] combinePMULH - we can treat constant vectors as freely truncatable.Simon Pilgrim2-29/+9
3 days[X86] combinePMULH - pull out repeated IsTruncateFree helper. NFC.Simon Pilgrim1-6/+6
3 days[X86] combinePMULH - simplify pattern matching with SDPatternMatch. NFC.Simon Pilgrim1-11/+5
3 days[X86] Add test coverage for #109790Simon Pilgrim1-0/+72
3 days[libc] Implement the 'rename' function on the GPU (#109814)Joseph Huber6-0/+62
3 days[SLP] Move more X86 tests to common directory (#109821)Elvina Yakubova22-24/+44
3 days[lldb][NFC] Add a missing setter method for UnwindPlans (#109751)Jason Molenda1-0/+7
3 days[clang][bytecode] Fix vector shifts on big-endian systems (#109800)Timm Baeder1-7/+6
3 days[DFAJumpThreading] Handle select unfolding when user phi is not a dir… (#10...Usman Nadeem2-17/+152
3 days[AMDGPU] Fix chain handling when lowering barrier intrinsics (#109799)Jay Foad2-109/+117
3 days[PtrInfo] Use plain pointer over 'PointerIntPair<Instruction *, 1, bool>'. NF...David Green1-18/+15
3 days[CodeLayout][NFC] Format and minor refactoring of MBP (#109729)spupyrev1-281/+274
3 days[Rewrite] Use SmallSetVector (NFC) (#109746)Kazu Hirata1-36/+14
3 daysRevert "[compiler-rt] prctl interception update, SECCOMP_MODE_FILTER support....Nico Weber4-31/+12
3 days[libc][bazel] Remove specializations from libc_math_function. (#109802)lntue2-64/+10
3 days[LV] Remove another reference of unrolled parts after 57f5d8f2fe.Florian Hahn1-1/+1
3 days[RISCV][TTI/SLP] Add test coverage for select of constants costingPhilip Reames2-0/+80
3 days[NVVM] Upgrade nvvm.ptr.* intrinics to addrspace cast (#109710)Alex MacLean10-228/+146
3 days[MLIR][XeGPU] Updates XeGPU TensorDescAttr and Refine Gather/Scatter definiti...Chao Chen8-175/+365
3 days[LV] Remove more references of unrolled parts after 57f5d8f2fe.Florian Hahn4-26/+16
3 days[NFC][analyzer] Make `invalidateRegions` accept `Stmt` instead of `Expr` (#10...Pavel Skripkin6-81/+57
3 days[rtsan] Remove std::variant from rtsan diagnostics (#109786)davidtrevelyan3-46/+37
3 days[LLVM][InstCombine][AArch64] sve.insr(splat(x), x) ==> splat(x) (#109445)Paul Walker2-0/+85
3 days[;SystemZ][z/OS] Fix llvm-ctxprof to open input files in text mode (#109691)Zibi Sarbinowski1-1/+2
3 days[DebugInfo][z/OS] XFAIL debug-ranges-duplication.ll on z/OS (#109681)Zibi Sarbinowski1-1/+1
3 days[SPIR-V] Fix bad insertion for type/id MIR (#109686)Nathan Gauër3-45/+98
3 days[JITLink] Add support for R_X86_64_PC16 relocation type. (#109630)Xing Guo4-1/+31
3 days[AMDGPU] Use shared prefix in GFX12 barrier testJay Foad1-1079/+1061