aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[DataLayout] Add null pointer value infrastructureusers/shiltian/datalayout-nullptr-valueShilei Tian5-9/+245
2026-04-28[CIR][AMDGPU] Add lowering for amdgcn div fmas builtins (#194334)Chaitanya2-4/+26
2026-04-27[Docs] Update indents for SandboxIR and RemoveDIsDebugInfo (#194528)Anshul Nigham2-24/+24
2026-04-28[Flang][OpenMP] Clear close on descriptor members for box parents in USM (#19...Kareem Ergawy3-24/+67
2026-04-28[libc][math] Refactor sqrtl family to header-only (#194510)Anonmiraj10-6/+87
2026-04-28[MC] Make MCContext::getAsmInfo return a reference. NFC (#194523)Fangrui Song50-205/+200
2026-04-28[AArch64][SelectionDAG] Generate subs+csel for usub.sat (#193203)Shreeyash Pandey4-7/+27
2026-04-28[InstCombine] Reland #165975: Fix #163110: Support peeling off matching shift...陈子昂6-47/+517
2026-04-28[clang][bytecode] Rework APValue visiting (#194408)Timm Baeder3-15/+183
2026-04-28[RISCV][NFC] Turn lowerVECTOR_SHUFFLE into a member function of RISCVTargetLo...Boyao Wang2-4/+5
2026-04-28[clang-tidy][Docs] Remove all auto-redirects in documentation. NFC. (#193408)Zeyi Xu95-190/+3
2026-04-27[MLIR][XeGPU] XeGPU DpasMx Op Definition adds Layout Support (#194117)Jianhui Li10-143/+930
2026-04-28[libc][math] Refactor llogbbf16 to header-only (#194509)Anonmiraj10-12/+85
2026-04-28[libc][math] Refactor ilogbbf16 to header-only (#194503)Anonmiraj10-12/+84
2026-04-27[CIR] Implement PredefinedExpr in aggregate emitter and add consteval… (#19...Bruno Cardoso Lopes2-4/+45
2026-04-28[RISCV] Improve getInterleavedMemoryOpCost for interleave groups with tail ga...Mel Chen2-18/+39
2026-04-27[CIR] Lower constant NTTP objects (#194496)Erich Keane5-15/+32
2026-04-28[libc][math] Refactor bf16subl to header-only (#194498)Anonmiraj10-10/+81
2026-04-28[clang][modules-driver] Fix failing import-std regression test (#194502)Naveen Seth Hanig1-0/+3
2026-04-28Reland "[clang][modules-driver] Add support for C++ named modules and import ...Naveen Seth Hanig8-11/+369
2026-04-27[CIR] Handle DeclRefExpr's to NTTP Objects (#194482)Erich Keane5-5/+118
2026-04-27[InlineSpiller] Fix live-range update in hoisting within bb (#193880)Quentin Colombet2-0/+2878
2026-04-27[flang][cuda] Restore constructor for global only module (#194466)Valentin Clement (バレンタイン クレメン)2-11/+65
2026-04-27[asan_abi] Skip new __asan_get_report_* from ABI (#194463)Mariusz Borsa1-0/+5
2026-04-27[RISCV] Remove codegen for vp_zext, vp_sext (#194295)Luke Lau18-357/+188
2026-04-27[VectorCombine] reject out-of-bounds extract indexes in foldExtractExtract (#...Arda Serdar Pektezol2-0/+22
2026-04-27lldb] Fix two issues causing TestEvents.py flakiness (#194438)Jonas Devlieghere2-7/+12
2026-04-27[gn build] Port fe587c5ad92b (#194480)Nico Weber1-0/+1
2026-04-27[gn build] Port ef18c253321f (#194479)Nico Weber1-0/+1
2026-04-27[gn build] Port 0eaa1f5884bf (#194478)Nico Weber1-0/+1
2026-04-27[clang-sycl-linker] Add FrontendOffloading dependency to clang-sycl-linker (#...Yury Plyakhin1-0/+1
2026-04-27[CIR] Fix failing tests after bool load change (#194468)Andy Kaylor7-23/+23
2026-04-27Reland "[llvm-profgen] Add support for ETM trace decoding" (#194465)gulfemsavrun14-73/+673
2026-04-27[libc][test] Remove non-proxy header in sendmsg_recvmsg_test.cpp (#194467)Jackson Stogel1-3/+8
2026-04-27Revert "SROA: Recognize llvm.protected.field.ptr intrinsics."Peter Collingbourne2-171/+5
2026-04-27[lldb] Unify python shebangs (#187257)Ross Burton41-41/+41
2026-04-27[GIsel] Add constant-folding for more unary integer ops (#194265)Alex MacLean8-30/+215
2026-04-27[Offload][libsycl][clang-sycl-linker] Simplify SYCL Offload wrapping (#193876)Yury Plyakhin10-560/+230
2026-04-27[HLSL] SPIRV Address after merge comments from #193068 (#194462)joaosaffran2-13/+23
2026-04-27[CIR] Eliminate SymbolTable::lookupSymbolIn hotspots (#193362)Bruno Cardoso Lopes7-12/+48
2026-04-27[VPlan] Pass TTI + CostKind to spillCost instead of CostCtx (NFC) (#194417)Florian Hahn3-8/+12
2026-04-27[NVPTX] Add reverseBranchCondition and CBranch inverted flag (#191889)modiking11-67/+85
2026-04-27[Sema] Enforce parameter match for ownership_returns attribute (#192339)David Meng4-16/+39
2026-04-27Fix offload binary header (#194335)Iasonaskrpr2-2/+2
2026-04-27[CIR] Set the static_local attribute if needed when initializing (#194094)Andy Kaylor3-16/+85
2026-04-27[ADT] Make stable_hash_combine to be endian-independent (#194430)Vitaly Buka3-18/+20
2026-04-27[CodeGen] Change -O0 bool load codegen to have nonzero model (#193783)apple-fcloutier81-681/+681
2026-04-27fix preserve_none in X86 backend (#192300)Jerry Dang2-0/+54
2026-04-27[libc] Include from sys/socket.h for socklen_t (#194456)Jackson Stogel1-1/+1
2026-04-27[clang-format][NFC] Sort AlignConsecutiveMacros option correctly (#194453)Björn Schäpers1-12/+15