aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
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
2025-01-31x86_64: rewrite scalar float conversionsJacob Young
2025-01-30compiler: add `intcast_safe` AIR instructionmlugg
2025-01-29x86_64: rewrite comparisonsJacob Young
2025-01-26x86_64: rewrite `@min`/`@max` for float vectorsJacob Young
2025-01-26x86_64: rewrite `@min`/`@max` for scalar floatsJacob Young
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: mitigate miscomp during switch dispatchJacob Young
2025-01-24x86_64: fix typo and lower optimized instsJacob Young
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-24x86_64: rewrite scalar float equality comparisonsJacob Young
2025-01-23Merge pull request #22098 from alexrp/wasm-generic-baselineAlex Rønne Petersen
2025-01-22wasm: Add a nontrapping_bulk_memory_len0 feature.Alex Rønne Petersen
2025-01-22x86_64: implement error return tracesJacob Young
2025-01-22wasm: Add a check for zero length around uses of memory.copy/memory.fill.Alex Rønne Petersen
2025-01-21x86_64: rewrite `@abs` for scalar floatsJacob Young
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-20x86_64: rewrite `@abs`Jacob Young
2025-01-18x86_64: add a bunch of instruction encodingsJacob Young
2025-01-16x86_64: fix crashes compiling the compiler and testsJacob Young
2025-01-16x86_64: pass more behavior testsJacob Young
2025-01-16x86_64: implement load and storeJacob Young