aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-20Adding tests and intrinsic piece required for relationals.users/kwyatt-ext/enum-sem-2Kevin Wyatt4-4/+230
2026-04-17Enumeration Type Sem-2: Name Resolution + Expression + Relational + SELECT CA...Kevin Wyatt11-8/+427
2026-04-17Adding a parser test.users/wyattke/enum-sem-1Kevin Wyatt1-0/+113
2026-04-17Enumeration Type Sem-1: Foundation types + Parser (PRs 1-2)Kevin Wyatt14-12/+155
2026-04-17[VPlan] Split sinkable FindLastIV tail folding tests into new test. NFC (#191...Luke Lau2-1359/+1558
2026-04-17[libc] Fix missing strings symbols in string.h (#192640)Michael Jones2-0/+22
2026-04-17[LLVM][CodeGen][SVE] Add custom lowering for ISD::MASKED_SDIV/UDIV. (#191164)Paul Walker9-148/+3783
2026-04-17[NFC][SPIR-V] Enable testing using spirv-val in CodeGen tests (#192407)Arseniy Obolenskiy164-10/+168
2026-04-17[flang-rt] Fix REAL(10)/COMPLEX(10) component sizes in runtime type info (#19...Sairudra More2-2/+38
2026-04-17[clang] Reland NO_LIBCXX test in serenity.cpp (#192638)Lucas Chollet1-0/+7
2026-04-17[mlir] Fix definition of type traits struct member for some ops (#192047)Yoni Katzuv4-4/+4
2026-04-17[clang]Implement the c23 stdc bit builtins (#185978)NagaChaitanya Vellanki15-0/+2294
2026-04-17[MLIR][CODEOWNERS] Update CODEOWNERS to include MLIR Shard Dialect (#192642)Rolf Morel1-0/+4
2026-04-17Suppress octal literal diagnostics from system macros (#192481)Aaron Ballman3-7/+75
2026-04-17[bazel] Port d00a49fc3495f260d8b3125b5d9f4e263ac13166 (#192637)Benjamin Kramer1-0/+16
2026-04-17[SPIRV] Fix trunc nonstandard int types (#191393)idubinov2-41/+116
2026-04-17[clang] Add diagnostic for friend declaration of closure type member (#191419)StefanPaulet9-14/+93
2026-04-17[AMDGPU][NFC] Update MIR tests to use symbolic INLINEASM operands (#186839)Ivan Kosarev130-1251/+1251
2026-04-17[clang-tidy] Add `readability-redundant-lambda-parameter-list` (#190438)Kryptonite8-0/+276
2026-04-17[bazel] Fix nanobind header build (#192627)Benjamin Kramer1-0/+2
2026-04-17[libc] Add iswctype and wctype (#191178)Elio25-2/+590
2026-04-17[LLVM][DAGTypeLegalizer] Maintain scalableness when widening inreg extends. (...Paul Walker2-4/+15
2026-04-17[libsycl] Add liboffload kernel creation (#188794)Kseniya Tikhomirova8-163/+262
2026-04-17[VPlan] Use vputils helper in Blend::usesFirstLaneOnly (NFC) (#189697)Ramkumar Ramachandra2-8/+6
2026-04-17[RISCV] Add tests for Zvzip CodeGen (#192591)Pengcheng Wang7-0/+3892
2026-04-17[RISCV] Lower masked_{u,s}{div,rem} and update TTI (#192543)Luke Lau8-342/+297
2026-04-17[clang][bytecode] Allow more function calls in CPCE mode (#192597)Timm Baeder5-5/+14
2026-04-17[mlir] Fix copy paste typo in convertFromAttribute (#192484)Vincent2-2/+50
2026-04-17[LoongArch][NFC] Pre-commit tests for `xvextrins` (#164373)ZhaoQi1-0/+78
2026-04-17[libc] Add ucontext to public headers for Linux x86_64 (#192621)Jeff Bailey1-0/+1
2026-04-17[LoongArch] Select V{ADD,SUB}I for operations with negative splat immediates ...hev8-40/+73
2026-04-17[LoongArch] Add support for vector FP_ROUND from vxf64 to vxf32 (#164059)Zhaoxin Yang6-97/+167
2026-04-17[cross-project-tests][lit] Print LLDB version when configuring tests (#192614)Michael Buch1-1/+10
2026-04-17[VPlan] Remove constant branches early. (#183397)Florian Hahn15-92/+86
2026-04-17[mlir][spirv] Improve type constraints for SPIR-V Tosa CastOp (#192227)Davide Grohmann2-1/+113
2026-04-17[LV] Fix the cost of first order recurrence splice (#192473)Sander de Smalen4-12/+37
2026-04-17[LifetimeSafety] Handle xvalue operand of LValueToRValue cast (#192312)Zhijie Wang2-2/+2
2026-04-17[Flang] Adding first lowering for the allocation and deallocation of coarrays...Jean-Didier PAILLEUX26-233/+1442
2026-04-17[mlir][arith] Add rounding mode flags to binary arithmetic operations (#188458)Matthias Springer10-81/+342
2026-04-17[LV] Replace "BinOp" with "ExtendedOp" in partial reduction transforms (NFCI)...Benjamin Maxwell1-38/+38
2026-04-17[MLIR] make One-Shot and SCF bufferization TensorLikeType-aware (#189073)Dmitrii Makarenko8-79/+315
2026-04-17[mlir][vector] Fold poison operands into vector.shuffle mask (#190932)Matthias Springer4-30/+95
2026-04-17[compiler-rt][AArch64][NFC] Sort HWCAP entries (#192370)Brad Smith1-6/+6
2026-04-17[NFC][mlir][shard] Unify MoveLastSplitAxisPattern/MoveLastSplitAxisPattern (#...Frank Schlimbach1-99/+7
2026-04-17[LV][RISCV] Fix incorrect pointer operand in interleaved access tests. nfc (#...Mel Chen1-47/+40
2026-04-17[CFI] Extract DropTypeTestsPass from LowerTypeTestsPass (#192578)Vitaly Buka16-86/+112
2026-04-17[libc][nfc] Fix ucontext buildbot failure with noexcept (#192343) (#192601)Jeff Bailey4-4/+5
2026-04-17[llvm][DebugInfo] Use formatv in DWARFCFIPrinter (#191982)Konrad Kleine1-10/+10
2026-04-17[clang][bytecode] Don't diagnose const assignments... (#192593)Timm Baeder2-3/+14
2026-04-17[AMDGPU][ASAN] Move allocas to entry block in amdgpu-sw-lower-lds pass (#190772)Chaitanya2-1/+75