aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[AMDGPU] Convert ds_bpermute/wave_shuffle XOR patterns to DPP row_xmask and p...users/Pankajdwivedi-25/LCOMPILER-1697-dpp-permlane-loweringpadivedi4-203/+163
2026-04-28[AMDGPU][NFC] Pre-commit tests for ds_bpermute XOR to DPP/permlane loweringpadivedi3-0/+952
2026-04-13[NFC] Replace `expectedToStdOptional` with `expectedToOptional` (#191359)Juan Manuel Martinez Caamaño5-14/+7
2026-04-13[lldb] Fix lldb-server host and port address parsing (#191414)Georgiy Samoylov3-17/+22
2026-04-13[RISCV] Expand vp.fma, fp.fmuladd, vp.fneg, vp.fpext (#190589)Luke Lau22-9289/+7519
2026-04-13[GVN] use `AssertingVH` for leaders to improve compilation time (#175870)Princeton Ferro4-32/+99
2026-04-13[ORC] Add MachOBuilder support for LC_UUID load commands. (#191807)Lang Hames3-0/+53
2026-04-13[Support] Remove address-extraction methods from DataExtractor (NFC) (#190519)Sergei Barannikov15-119/+135
2026-04-13[GISel] Use GISelValueTracking in isKnownNeverNaN (#190542)Tim Gymnich19-859/+1162
2026-04-13[LV] Add test for reverse load with scatter store. nfc (#189928)Mel Chen2-0/+102
2026-04-13[SPIR-V] Fix type mismatch in scalar-to-vector promotion for mixed-type built...Arseniy Obolenskiy4-5/+93
2026-04-13[CIR][NFC] Add NYI for OMPSplitDirective stmt (#191791)Amit Tiwari3-0/+8
2026-04-13[LV] Extend epilogue vectorization test coverage with dead FORs/FMinMax. (#19...Florian Hahn4-560/+928
2026-04-13XFAIL symbolizer test for TySan (#191810)Matthew Nagy2-0/+5
2026-04-13[clang][bytecode] Don't check anonymous union in memcpy op (#191783)Timm Baeder2-3/+15
2026-04-13[clang][bytecode] Fix activating primitive array elements (#191772)Timm Baeder3-0/+33
2026-04-13[lldb] Remove declarations of two non-existent constructors (NFC) (#191622)Sergei Barannikov1-23/+0
2026-04-13[ORC] Sink a #include in SimpleRemoteEPC.h, and remove another. (#191797)Lang Hames2-2/+1
2026-04-13[clang-tidy] Emit warning when user is using deprecated `zircon` checks (#189...Zeyi Xu5-3/+176
2026-04-13[Flang] External subprograms should be allowed as proc_target in procedure po...ShashwathiNavada24-195/+270
2026-04-13[AArch64] Mark X16 as clobbered in PAUTH_EPILOGUE for hint-based PAuthLR (#17...Victor Campos6-10/+129
2026-04-13[NFC][SPIR-V] Fix logical-struct-access.ll to pass spirv-val validation (#191...Arseniy Obolenskiy1-27/+37
2026-04-13[libc] Add Annex K strnlen_s function (#186112)Victor Campos25-3/+223
2026-04-13[TySan][Sanitizer Common] Enable TySan testing in the sanitizer commo… (#19...Matthew Nagy38-34/+51
2026-04-13[flang][NFC] Converted five tests from old lowering to new lowering (part 43)...Eugene Epshteyn5-171/+63
2026-04-13[MLIR][LLVMIR] Handle MDTuple-of-MDStrings module flags (e.g. riscv-isa) (#18...Mehdi Amini6-4/+57
2026-04-13[lldb] Add binary multiplication, division, remainder to DIL (#187281)Ilia Kuklin11-20/+249
2026-04-13[MLIR][ODS] Error on optional attribute used outside optional group in assemb...Mehdi Amini3-1/+26
2026-04-13Revert "[lldb][DWARFASTParserClang] Handle pointer-to-member-data non-type te...Pavel Labath6-136/+11
2026-04-13[lldb][Process/FreeBSDKernelCore] Improve error handling (#191423)Minsoo Choo1-9/+64
2026-04-13[GSYM] Silence cast warning (#191561)Alexandre Ganea1-1/+1
2026-04-13[compiler-rt] clang-cl: skip MSVC external-header probe; -std=c++ for unit-te...Alexandre Ganea5-10/+19
2026-04-13[openmp] Silence warnings when building on Windows (#191556)Alexandre Ganea1-20/+21
2026-04-13[MLIR][SPIRV] Deduce Shader capability for DescriptorSet/Binding decorations ...Mehdi Amini2-1/+24
2026-04-13[clang][test] Fix 32-bit bot failures after cc419f185e13 (#191551)Fady Farag1-2/+2
2026-04-13[LangRef] Correct description of predicate.enable MD (#191496)Hassnaa Hamdi1-2/+4
2026-04-13[SPIR-V] Add Int64ImageEXT capability for OpTypeImage with 64-bit integer sam...Arseniy Obolenskiy5-4/+31
2026-04-13[NFC][SPIR-V] Use PatternMatch combinators in SPIRVEmitIntrinsics (#189554)Arseniy Obolenskiy3-67/+76
2026-04-13[ORC] Forward declare MemoryAccess in ExecutorProcessControl.h. (#191778)Lang Hames2-1/+2
2026-04-13[AArch64][GISel] Clamp bitcast to v2i64 (#191360)David Green2-16/+1
2026-04-13[OpenACC] Fix pattern API check failures in acc-loop-tiling pass (#188968)Mehdi Amini3-3/+71
2026-04-13[MLIR][MemRef] Fix DimOfReifyRankedShapedTypeOpInterface IR-change on failure...Mehdi Amini2-4/+51
2026-04-13[TySan][Sanitizer Common] Make TySan compatible with sanitizer common… (#18...Matthew Nagy2-8/+66
2026-04-13[libc][bazel][math][NFC] Fix deps (#191785)Muhammad Bassiouni1-2/+2
2026-04-13[AArch64] Don't forcefully add ORE to O0 pipeline (#191476)Alexis Engelke3-14/+13
2026-04-13[libc++] Fix the mdspan ElementType complete object type mandate (#191703)eiytoq2-0/+50
2026-04-13[ORC] Forward declare DylibManager in ExecutorProcessControl.h. (#191771)Lang Hames4-12/+16
2026-04-13[Clangd] Don't traverse ConceptDecl in typeForNode (#191654)Younan Zhang2-3/+11
2026-04-13[libc][math] Fix: add log10p1f16 to shared math (#189185)Zorojuro5-0/+61
2026-04-13[libc][math] Fix: add log2p1f16 to shared math (#189179)Zorojuro5-0/+60