aboutsummaryrefslogtreecommitdiff
path: root/src/dev.zig
AgeCommit message (Collapse)Author
2025-01-16x86_64: implement clz and notJacob Young
2025-01-15add dev env for wasmAndrew Kelley
with this I get 5s compilations
2024-11-24dwarf: fix stepping through an inline loop containing one statementJacob Young
Previously, stepping from the single statement within the loop would always exit the loop because all of the code unrolled from the loop is associated with the same line and treated by the debugger as one line.
2024-11-16dev: support incremental for x86_64-linux envJacob Young
2024-07-22dev: add riscv64-linux supportDavid Rubin
2024-07-20dev: add missing x86_64 backend checksJacob Young
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young