aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm
AgeCommit message (Expand)Author
2023-09-21wasm: fix regression of C ABIAndrew Kelley
2023-09-21compiler: move struct types into InternPool properAndrew Kelley
2023-09-10wasm: implement more math operations on 128 bit integersTechatrix
2023-09-10wasm: implement common conversions between integers/floats with bitsize large...Techatrix
2023-09-10wasm: implement comparison on f80 and f128Techatrix
2023-09-10wasm: implement negation on f80 and f128Techatrix
2023-09-06wasm: fix finishAir when combining arg into single stack valueTechatrix
2023-08-23Replace `@panic` with `unreachable`, add testriverbl
2023-08-23Implement `@mod` and fix bugs with `divFloor` for wasmriverbl
2023-08-22wasm backend: delete dead code in lowerConstantAndrew Kelley
2023-08-22compiler: move unions into InternPoolAndrew Kelley
2023-07-29codegen: fix access to byte-aligned nested packed struct elemsXavier Bouchoux
2023-07-22wasm: correctly intcast signed integersLuuk de Gram
2023-07-18rework generic function callsAndrew Kelley
2023-06-27Air: store interned values in Air.Inst.Refmlugg
2023-06-25compiler: start moving safety-checks into backendsAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-20Type: delete legacy allocation functionsJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite themEric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16wasm: support calling alias'd function pointersLuuk de Gram
2023-06-16wasm: fix lowerParentPtr offsetsLuuk de Gram
2023-06-11stage2: fix InternPool compile errors on 32-bit targetsmlugg
2023-06-10wasm: address behavior test regressionsJacob Young
2023-06-10compiler: eliminate Decl.value_arena and Sema.perm_arenaAndrew Kelley
2023-06-10wasm: implement missing caseJacob Young
2023-06-10InternPool: remove memoized_declAndrew Kelley
2023-06-10InternPool: add representation for value of empty enums and unionsmlugg
2023-06-10InternPool: pass by const pointerAndrew Kelley
2023-06-10behavior: additional llvm fixesJacob Young
2023-06-10Module: move memoized data to the intern poolJacob Young
2023-06-10Module: rename functions to make ownership checks explicitJacob Young
2023-06-10wasm: fix error union constant loweringAndrew Kelley
2023-06-10AIR: eliminate the `values` arrayAndrew Kelley
2023-06-10Module: intern the values of decls when they are marked aliveJacob Young
2023-06-10Air: remove constant tagJacob Young
2023-06-10InternPool: remove more legacy valuesJacob Young
2023-06-10InternPool: port most of value tagsJacob Young
2023-06-10compiler: move error union types and error set types to InternPoolAndrew Kelley
2023-06-10stage2: move function types to InternPoolAndrew Kelley
2023-06-10stage2: move enum tag values into the InternPoolAndrew Kelley
2023-06-10stage2: move enum types into the InternPoolAndrew Kelley
2023-06-10stage2: move union types and values to InternPoolAndrew Kelley
2023-06-10stage2: move struct types and aggregate values to InternPoolAndrew Kelley
2023-06-10stage2: move opaque types to InternPoolAndrew Kelley
2023-06-10stage2: implement intTagType logicAndrew Kelley
2023-06-10Replace uses of Value.zero, Value.one, Value.negative_onemlugg
2023-06-10stage2: move integer values to InternPoolAndrew Kelley
2023-06-10stage2: move undef, unreach, null values to InternPoolAndrew Kelley