summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-10Extend llvm-profgen to generate vtable profilesusers/mingmingl-llvm/llvm-profgenmingmingl
2025-07-10[clang] Use a specific target when testing that `-fomit-frame-pointer` and `-...Daniel Paoliello
2025-07-10[CIR] Implement AddOp for ComplexType (#147578)Amr Hesham
2025-07-10[mlir][xevm] Fix dialect descriptions formatting (#147729)Adam Siemieniuk
2025-07-10[libc++] Switch over to the LLVM-wide premerge test runners. (#147794)cmtice
2025-07-10[DirectX][NFC] Refactor `DXILRootSignature` to follow the same pattern as oth...joaosaffran
2025-07-10[Clang] Fix a crash when diagnosing wrong conversion to explicit object param...Corentin Jabot
2025-07-10[libc] WCS to integer internal function (#147857)Uzair Nawaz
2025-07-10[Coroutines] Fix debug info scoping for nested structs in coroutine frames (#...Grigory Pastukhov
2025-07-10[lldb-dap] Migrate variables request protocol types. (#147611)John Harrison
2025-07-10[StructurizeCFG] Hoist and simplify zero-cost incoming else phi values (#139605)Vigneshwar Jayakumar
2025-07-10[gn build] Port 76b1dcfac5daLLVM GN Syncbot
2025-07-10[compiler-rt][sanitizer] Add Windows MIPS32 support (#145110)Hervé Poussineau
2025-07-10[SPIRV] Add lit config for InferAddressSpaces/SPIRV (#147977)Justin Cai
2025-07-10[flang][cuda] Update implicit data transfer for device component (#147882)Valentin Clement (バレンタイン クレメン)
2025-07-10[TableGen] Remove the name from the union in OpData in PseudoLoweringEmitter ...Craig Topper
2025-07-10[libc] asin fuzz testing (#147786)sribee8
2025-07-10[libc] Fuzz tests for acos and atan (#147843)sribee8
2025-07-10[mlir][rocdl] Add `s.sleep` intrinsic (#147936)Ivan Butygin
2025-07-10[libc] sincos fuzz test (#147855)sribee8
2025-07-10[LoadStoreVectorizer] Batch alias analysis results to improve compile time (#...Drew Kersnar
2025-07-10[CIR] Upstream __builtin_cimag for ComplexType (#147808)Amr Hesham
2025-07-10[NFC][TableGen] Remove small heap allocations in SearchableTableEmitter (#147...Rahul Joshi
2025-07-10[mlir][OpenMP] fix compilation warning (#147987)Peiming Liu
2025-07-10[LLDB] Check comp_unit before accessing it in DIL (#147955)Ilia Kuklin
2025-07-10[MetaRenamer] Use isIntrinsic() helper (NFC)Nikita Popov
2025-07-10[clang] fix `--unwindlib` option doc (#143497)beef
2025-07-10[ObjCARC] Check for declared intrinsics using ID instead of name (NFC)Nikita Popov
2025-07-10Revert [llvm] annotate ABIBreakingChecks symbols for DLL export (#147965)Andrew Rogers
2025-07-10[llvm] export private symbols needed by unittests (#145767)Andrew Rogers
2025-07-10[Clang] fixed false positive redeclaration error for using enum in nested sco...Oleksandr T.
2025-07-10[gn] port 7daa1defd2426 (CGPluginTest)Nico Weber
2025-07-10[mlir][AMDGPU] Add better load/store lowering for full mask (#146748)Kunwar Grover
2025-07-10[mlir] Fix warningsKazu Hirata
2025-07-10[flang][OpenMP] Issue a warning when parsing future directive spelling (#147765)Krzysztof Parzyszek
2025-07-10[BOLT] Ensure remember and restore CFIs are in the same list (#144348)Asher Dobrescu
2025-07-10[mlir][Vector] Add canonicalization for extract_strided_slice(create_mask) (#...Kunwar Grover
2025-07-10[llvm-exegesis] Fix musl build (#147954)Nikita Popov
2025-07-10[CodeGen] commuteInstruction should update implicit-def (#131361)Sander de Smalen
2025-07-10[LLVM] Fix GPU build of libcxx/compiler-rt librariesJoseph Huber
2025-07-10[flang] Don't check the '-mframe-pointer' flag (#147837)Daniel Paoliello
2025-07-10[SPIRV] Add logic for OpGenericCastToPtrExplicit rewriting (#146596)Justin Cai
2025-07-10[TTI] Handle experimental.vp.reverse in BasicTTIImpl (#147868)Luke Lau
2025-07-10[MLIR][Target/Cpp] Fix variable naming conflict for function declarations (#1...Niklas Degener
2025-07-10Revert "[SLP] Emit reduction instead of 2 extracts + scalar op, when vectoriz...Alex Bradbury
2025-07-10[Offload] Change `ol_kernel_handle_t` -> `ol_symbol_handle_t` (#147943)Ross Brunton
2025-07-10[Flang] Fix PowerPC build failure due to the deprecation of ArrayRef(std::nul...Daniel Chen
2025-07-10ARM: Fix calling convention for gnu half conversion functions (#147951)Matt Arsenault
2025-07-10[CI] Generate Test Report With No Test ResultsAiden Grossman
2025-07-10[InlineSpiller] Drop unused elements in Virt2SiblingsMap. NFC (#147866)csstormq