zig/lib/compiler
David Rubin 6740c1f084 riscv: big rewrite to use latest liveness
this one is even harder to document then the last large overhaul.

TLDR;
- split apart Emit.zig into an Emit.zig and a Lower.zig
- created seperate files for the encoding, and now adding a new instruction
is as simple as just adding it to a couple of switch statements and providing the encoding.
- relocs are handled in a more sane maner, and we have a clear defining boundary between
lea_symbol and load_symbol now.
- a lot of different abstractions for things like the stack, memory, registers, and others.
- we're using x86_64's FrameIndex now, which simplifies a lot of the tougher design process.
- a lot more that I don't have the energy to document. at this point, just read the commit itself :p
2024-05-11 02:17:11 -07:00
..
aro Merge pull request #19918 from ziglang/xros 2024-05-09 15:45:42 -07:00
aro_translate_c Update usages of fmtId/isValidId 2024-04-07 14:47:11 +02:00
reduce reduce: fix compile errors 2024-03-24 17:29:39 +01:00
resinator Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
aro_translate_c.zig aro translate-c: support for record types added 2024-05-09 13:46:50 -07:00
build_runner.zig add std.Thread.Pool.spawnWg 2024-05-03 20:58:02 -07:00
fmt.zig move lazily compiled source files to lib/compiler/ 2024-02-26 23:43:56 -07:00
libc.zig zig libc: allow non-native targets 2024-03-13 02:17:28 -04:00
objcopy.zig std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -07:00
reduce.zig Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
std-docs.zig zig std accepts --port and --no-open-browser (#19559) 2024-04-06 15:18:43 -04:00
test_runner.zig riscv: big rewrite to use latest liveness 2024-05-11 02:17:11 -07:00