aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm
AgeCommit message (Expand)Author
2022-05-07wasm: Fix `@floatToInt` and split overflow opsLuuk de Gram
2022-05-07wasm: `@addWithOverflow` for bitsize 32Luuk de Gram
2022-05-06wasm: Store signed ints as two's complementLuuk de Gram
2022-04-27add new builtin function `@tan`Andrew Kelley
2022-04-26wasm: Implement codegen for C-ABILuuk de Gram
2022-04-26wasm: Initial C-ABI implementationLuuk de Gram
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-04-19Merge pull request #11461 from Luukdegram/wasm-debug-infoAndrew Kelley
2022-04-19wasm: Fix unreachable pathsLuuk de Gram
2022-04-19wasm: fix lowerDeclRefValue using wrong DeclAndrew Kelley
2022-04-14stage2: progress towards stage3Andrew Kelley
2022-04-05wasm: Use 'select' instruction for max/minLuuk de Gram
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-04-02wasm: Implement `@ctz` for bitsize <= 64Luuk de Gram
2022-04-02wasm: Implement `@clz`Luuk de Gram
2022-04-02wasm: Implement `@mulAdd` for f32, f64Luuk de Gram
2022-04-02wasm: Implement `@maximum` & `@minimum`Luuk de Gram
2022-03-30Sema: enhance is_non_err to be comptime more oftenAndrew Kelley
2022-03-29stage2: implement `@intToError` with safetyAndrew Kelley
2022-03-27wasm: Implement overflow arithmeticLuuk de Gram
2022-03-26wasm: Only generate import when referencedLuuk de Gram
2022-03-25sema: use `pl_op` for `@select`John Schmidt
2022-03-25stage2: implement `@select`John Schmidt
2022-03-23Sema: introduce a type resolution queueAndrew Kelley
2022-03-23wasm: Implement more instructionsLuuk de Gram
2022-03-23wasm: Implement opt_payload_ptrLuuk de Gram
2022-03-23wasm: Fix switching on errorsLuuk de Gram
2022-03-23wasm: Implement `@errorName`Luuk de Gram
2022-03-22stage2: lazy `@alignOf`Andrew Kelley
2022-03-21wasm: Implement @popCountLuuk de Gram
2022-03-21stage2: add AIR instruction `cmp_vector`William Sengir
2022-03-19Merge pull request #11233 from Luukdegram/wasm-testsAndrew Kelley
2022-03-19wasm: All union/tuple/array tests passingLuuk de Gram
2022-03-19wasm: Implement `union_init` instructionLuuk de Gram
2022-03-19stage2: add dbg_block_{begin,end} instructionVeikka Tuominen
2022-03-17Merge pull request #11200 from Luukdegram/wasm-memcpyAndrew Kelley
2022-03-17stage2: implement `@reduce`Andrew Kelley
2022-03-17wasm: Improve memset implementationLuuk de Gram
2022-03-17wasm: Implement 'memcpy' instructionLuuk de Gram
2022-03-16stage2 llvm: keep track of inlined functionsVeikka Tuominen
2022-03-16Sema: emit dbg_func around inline callsVeikka Tuominen
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-03-11stage2: implement `@shuffle` at runtimeVeikka Tuominen
2022-03-11stage2: passing threadlocal tests for x86_64-linuxAndrew Kelley
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-09wasm: Implement `field_parent_ptr`Luuk de Gram
2022-03-09wasm: Implement `errunion_payload_ptr_set`Luuk de Gram
2022-03-09wasm: Preliminary `fptrunc` supportLuuk de Gram
2022-03-09wasm: Implement fpextLuuk de Gram
2022-03-09wasm: Improve switch implementationLuuk de Gram