aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm
AgeCommit message (Expand)Author
2022-01-04wasm: Implement memset, and sret arguments.Luuk de Gram
2022-01-04wasm: Implement 'slice' instructionLuuk de Gram
2022-01-04wasm: Fix lowering constant struct values to the stackLuuk de Gram
2022-01-04wasm: Implement (and fix) most optional instructionsLuuk de Gram
2022-01-01wasm: Fix loading from pointers to support deferLuuk de Gram
2022-01-01wasm: Implement pointer arithmetic and refactoring:Luuk de Gram
2022-01-01wasm: Implement memCpy and get if behavior tests passingLuuk de Gram
2022-01-01wasm: Implement @ptrToInt and fix indirect function callLuuk de Gram
2022-01-01wasm: Implement `array_to_slice` and bug fixes:Luuk de Gram
2022-01-01wasm: Pass 'bugs' behavior testsLuuk de Gram
2022-01-01wasm: Fix storing error. Pass bool.zig behavior testsLuuk de Gram
2021-12-05wasm: Initial behavior tests succeedingLuuk de Gram
2021-12-04Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"Andrew Kelley
2021-12-04wasm: Initial behavior tests succeedingLuuk de Gram
2021-12-04wasm: Implement slice as return type and argumentLuuk de Gram
2021-12-04wasm: Implement trunc, fix sliceLen and write undefinedLuuk de Gram
2021-12-04wasm: Correctly load slice value on stackLuuk de Gram
2021-12-04wasm: Implement WrapErrorUnionErr(payload)Luuk de Gram
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-29wasm: Update wasm stage2 test backend to use 'main'Luuk de Gram
2021-11-28wasm: Implement 'zig test'Luuk de Gram
2021-11-28wasm-link: Implement indirect function tableLuuk de Gram
2021-11-27wasm: Implement slicesLuuk de Gram
2021-11-27wasm-linker: Resolve relocationsLuuk de Gram
2021-11-27wasm-linker: Upstream zwld into stage2Luuk de Gram
2021-11-24stage2: fix unwrap function call with optional pointer return valueAndrew Kelley
2021-11-21Merge pull request #10188 from Luukdegram/stage2-wasm-stackAndrew Kelley
2021-11-21stage2: fix the build for 32-bit architecturesAndrew Kelley
2021-11-21wasm: Fix text cases and add pointer test casesLuuk de Gram
2021-11-21wasm: Implement optionals and ensure correct alignmentLuuk de Gram
2021-11-21wasm: Implement error unions as well as returning themLuuk de Gram
2021-11-21wasm: Implement structs stored on the stackLuuk de Gram
2021-11-21wasm: Implement emulated stackLuuk de Gram
2021-11-15Stage2: wasm - Implement the MIR pass (#10153)Luuk de Gram