zig/src-self-hosted/codegen
Isaac Freund 6242ae35f3
stage2/wasm: implement function calls
During codegen we do not yet know the indexes that will be used for
called functions. Therefore, we store the offset into the in-memory
code where the index is needed with a pointer to the Decl and use this
data to insert the proper indexes while writing the binary in the flush
function.
2020-08-19 02:05:13 +02:00
..
c.zig CBE: minor doc change 2020-08-16 20:32:50 -04:00
riscv64.zig Cleaned up RISC-V instruction creation, added 32-bit immediates (#6077) 2020-08-18 00:30:00 -04:00
wasm.zig stage2/wasm: implement function calls 2020-08-19 02:05:13 +02:00
x86.zig stage2: basic support for parameters .debug_info 2020-08-11 22:23:32 -07:00
x86_64.zig stage2: basic support for parameters .debug_info 2020-08-11 22:23:32 -07:00