aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm/CodeGen.zig
AgeCommit message (Expand)Author
2024-02-25test: rework how filtering worksJacob Young
2024-02-16InternPool: make more use of `NullTerminatedString.Slice`Jacob Young
2024-02-11wasm: correctly lower packed structs in argumentsLuuk de Gram
2024-02-05compiler: rename value.zig to Value.zigAndrew Kelley
2024-02-02InternPool: use separate key for slicesmlugg
2024-01-29llvm: ensure returned undef is 0xaa bytes when runtime safety is enabledVeikka Tuominen
2024-01-01fix a round of compile errors caused by this branchAndrew Kelley
2024-01-01compiler: update references to targetAndrew Kelley
2024-01-01update references to module (to be renamed to zcu)Andrew Kelley
2024-01-01compiler: update references to single_threadedAndrew Kelley
2024-01-01linker: update references to moduleAndrew Kelley
2023-12-03Air: use typesafe `Air.Inst.Index`Jacob Young
2023-11-26move Module.Decl.Index and Module.Namespace.Index to InternPoolMeghan Denny
2023-11-25convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`Techatrix
2023-11-19compiler: correct unnecessary uses of 'var'mlugg
2023-11-07wasm: support rendering unions using their backing type if they have no defin...kcbanner
2023-11-01wasm: fix bitcasting to -and from arraysLuuk de Gram
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-24InternPool: remove runtime_value representationmlugg
2023-10-23Merge pull request #17651 from Vexu/error-limitAndrew Kelley
2023-10-22remove uses of non-configurable `err_int`Veikka Tuominen
2023-10-21codegen: implement lowering aligned anon declsJacob Young
2023-10-21InternPool: store alignment of anon declsAndrew Kelley
2023-10-15wasm: lower min/max for floats to compiler_rtRobin Voetter
2023-10-14codegen/wasm: fix non-byte-sized signed integer comparisonXavier Bouchoux
2023-10-14codegen/wasm: fix tuple member offset computationXavier Bouchoux
2023-10-09Merge pull request #17391 from xxxbxxx/load-i4Andrew Kelley
2023-10-08wasm: correctly lower signed value in `@tagName`Luuk de Gram
2023-10-08codegen/wasm: fix intcast accross 32-bits boundaryXavier Bouchoux
2023-10-03wasm: implement lowering anon declsLuuk de Gram
2023-10-03compiler: start handling anonymous decls differentlyAndrew Kelley
2023-10-03codegen: fix byte-aligned field offsets in unaligned nested packed structsXavier Bouchoux
2023-10-03codegen: fix field offsets in packed structsXavier Bouchoux
2023-09-27Rename `@fabs` to `@abs` and accept integersantlilja
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