aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-29Legalize: introduce a new pass before livenessJacob Young
2025-05-28x86_64: implement strict float `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Add)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Add)`Jacob Young
2025-05-28Sema: don't emit AIR `reduce` for single-element vectorsmlugg
2025-05-28x86_64: implement integer `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-05-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-27Sema: simplify comptime `@intFromPtr` logicDavid Rubin
2025-05-25Merge pull request #23986 from mlugg/incremental-stuffMatthew Lugg
2025-05-25Merge pull request #23815 from alichraghi/masterRobin Voetter
2025-05-25Zcu: fix `nav_ty` dependency on `nav_val`mlugg
2025-05-25compiler: introduce incremental debug servermlugg
2025-05-21Module: name builtin module root directory correctlymlugg
2025-05-21compiler: fix ZIR hash not including compiler versionmlugg
2025-05-21spirv: error when execution mode is set more than onceAli Cheraghi
2025-05-21spirv: recognize builtin extern varsAli Cheraghi
2025-05-21spirv: super basic composite int supportAli Cheraghi
2025-05-21spirv: write error value in an storage bufferAli Cheraghi
2025-05-21spirv: unroll all vector operationsAli Cheraghi
2025-05-21link.Elf: Don't require linking libc for dynamic linker path to take effect.Alex Rønne Petersen
2025-05-21libc: implement common `abs` for various integer sizes (#23893)David
2025-05-20compiler: Fix build break due to #23836 being merged before #23913.Alex Rønne Petersen
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-20Merge pull request #23913 from alexrp/netbsd-libcAlex Rønne Petersen
2025-05-20Merge pull request #23836 from mlugg/incr-fixesMatthew Lugg
2025-05-19Sema: allow `@ptrCast` single-item pointer to slicemlugg
2025-05-19Zcu: fix memory leakmlugg
2025-05-19Sema: rewrite `analyzeMinMax`mlugg
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-17x86_64: implement `vector_store_elem`Jacob Young
2025-05-17x86_64: rewrite `@splat`Jacob Young
2025-05-17x86_64: rewrite scalar `<<|`Jacob Young
2025-05-17x86_64: rewrite scalar `*|`Jacob Young
2025-05-17freebsd: Fix stub libraries containing versioned symbols that shouldn't be.Alex Rønne Petersen
2025-05-17compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-17x86_64: rewrite vector `-|`Jacob Young
2025-05-17x86_64: rewrite scalar `-|`Jacob Young
2025-05-17x86_64: implement `@memmove`Jacob Young
2025-05-17x86_64: rewrite vector `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `@shlWithOverflow`Jacob Young