aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2025-03-27std.meta.FieldType -> @FieldTypeАндрей Краевский
2025-03-23Merge pull request #23209 from jacobly0/x86_64-rewriteJacob Young
2025-03-22x86_64: fix rare miscomp that clobbers memoryJacob Young
2025-03-22x86_64: fix packedStore miscomp by spilling EFLAGSBingwu Zhang
2025-03-21x86_64: rewrite scalar shiftsJacob Young
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-03-10x86_64: implement select of register maskJacob Young
2025-03-10x86_64: fix symbol bugsJacob Young
2025-03-07x86_64: reuse single register code during register write splittingJacob Young
2025-03-07x86_64: implement write register splittingJacob Young
2025-03-07x86_64: rewrite aggregate initJacob Young
2025-03-02Merge pull request #22529 from xtexx/x86-64/shl-sat-intJacob Young
2025-03-02x86_64: implement integer saturating left shifting codegenxtex
2025-03-01x86_64: rewrite wrapping add/subJacob Young
2025-02-25x86_64: use ZON for encodingsmlugg
2025-02-22zig build fmtAndrew Kelley
2025-02-22arch/sparc64/CodeGen: Fix indentation in realStackOffset87flowers
2025-02-22stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switchesPavel Verigo
2025-02-22x86_64: rewrite scalar `@bitReverse`Jacob Young
2025-02-18x86_64: rewrite scalar `@popCount`Jacob Young
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young
2025-02-17Merge pull request #22913 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-17std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.Alex Rønne Petersen
2025-02-17x86_64: implement prefetchJacob Young
2025-02-17x86_64: rewrite scalar `@byteSwap`Jacob Young
2025-02-17x86_64: rewrite unsafe int vector multiplicationJacob Young
2025-02-15x86_64: rewrite unsafe scalar int multiplicationJacob Young
2025-02-15x86_64: reuse integer `@divTrunc` for `@divExact`Jacob Young
2025-02-15x86_64: rewrite array accessJacob Young
2025-02-15x86_64: rewrite scalar and vector int `@rem`Jacob Young
2025-02-15x86_64: rewrite scalar and vector int `@divTrunc`Jacob Young
2025-02-15x86_64: implement unsafe scalar and vector integer add/subJacob Young
2025-02-15x86_64: implement error set and enum safetyJacob Young
2025-02-12x86_64: implement conversions between float and int vectorsJacob Young
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
2025-02-07x86_64: fix backend assertion failuresJacob Young
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-07x86_64: fix calling convention typosJacob Young
2025-02-06x86_64: rewrite float `@mod`Jacob Young
2025-02-06x86_64: avoid comparing different transcendental function implsJacob Young
2025-02-06x86_64: remove cases that are impossible to lowerJacob Young
2025-02-06x86_64: rewrite most of the remaining float opsJacob Young
2025-02-06x86_64: rewrite vector `@truncate`Jacob Young
2025-02-06x86_64: rewrite scalar `@truncate`Jacob Young
2025-01-31x86_64: rewrite vector `@intCast`Jacob Young
2025-01-31x86_64: rewrite scalar `@intCast`Jacob Young
2025-01-31x86_64: rewrite float vector conversionsJacob Young
2025-01-31Sema: introduce all_vector_instructions backend featureJacob Young