Files
zig/src
Timon Kruiper 19cfd310b0 stage2: implement register allocation in LLVM self-hosted backend
A HashMap has been added which store the LLVM values used in a function.
Together with the alloc and store instructions the following now works:
```
export fn _start() noreturn {
    var x: bool = true;
    exit();
}

fn exit() noreturn {
    unreachable;
}
```
2021-01-03 17:23:30 +01:00
..
2021-01-02 19:10:11 -07:00
2021-01-02 19:03:14 -07:00
2021-01-02 19:03:14 -07:00
2021-01-02 19:03:14 -07:00
2020-12-17 19:32:40 +01:00
2020-12-30 14:45:39 -08:00
2020-09-21 18:38:55 -07:00
2021-01-02 19:03:14 -07:00
2021-01-02 19:03:14 -07:00
2020-09-21 18:38:55 -07:00
2021-01-02 19:10:11 -07:00
2018-10-27 11:35:01 -04:00