aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm/CodeGen.zig
AgeCommit message (Expand)Author
2024-03-11Merge pull request #19229 from tiehuis/ryu-128Andrew Kelley
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-10wasm/codegen: add "and" + "or" impl for big intsMarc Tiehuis
2024-03-06InternPool: create specialized functions for loading namespace typesmlugg
2024-03-02Air: replace `.dbg_inline_*` with `.dbg_inline_block`Jacob Young
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-29wasm: make symbol indexes a non-exhaustive enumLuuk de Gram
2024-02-29wasm: re-implement `updateExports`Luuk de Gram
2024-02-29wasm: create linking objects in correct moduleLuuk de Gram
2024-02-29wasm: move incremental Dwarf info into ZigObjectLuuk de Gram
2024-02-26move Zcu.LazySrcLoc to std.zig.LazySrcLocAndrew Kelley
2024-02-26compiler: decide dbg_var scoping based on AIR blocksmlugg
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