zig/lib
David Rubin 350ad90cee riscv: totally rewrite how we do loads and stores
this commit is a little too large to document fully, however the main gist of it this

- finish the `genInlineMemcpy` implement
- rename `setValue` to `genCopy` as I agree with jacob that it's a better name
- add in `genVarDbgInfo` for a better gdb experience
- follow the x86_64's method for genCall, as the procedure is very similar for us
- add `airSliceLen` as it's trivial
- change up the `airAddWithOverflow implementation a bit
- make sure to not spill of the elem_ty is 0 size
- correctly follow the RISC-V calling convention and spill the used calle saved registers in the prologue
and restore them in the epilogue
- add `address`, `deref`, and `offset` helper functions for MCValue. I must say I love these,
they make the code very readable and super verbose :)
- fix a `register_manager.zig` issue where when using the last register in the set, the value would overflow at comptime.
was happening because we were adding to `max_id` before subtracting from it.
2024-05-11 02:17:11 -07:00
..
compiler riscv: basic struct field access 2024-05-11 02:17:11 -07:00
compiler_rt handle visionos target OS tag in the compiler 2024-05-09 15:04:15 +02:00
docs compiler: rework comptime pointer representation and access 2024-04-17 13:41:25 +01:00
include update C language headers to LLVM 18 2024-05-08 19:37:28 -07:00
init zig init: Replace deprecated LazyPath.path with Build.path() 2024-04-15 16:55:04 +03:00
libc mingw: support -municode 2024-03-27 10:05:57 +00:00
libcxx libc++: patch tz impl to crash on windows instead of FTBFS 2024-05-08 19:37:29 -07:00
libcxxabi libcxxabi patch: respect NDEBUG 2024-05-08 19:37:30 -07:00
libunwind libunwind: update to LLVM 18 2024-05-08 19:37:29 -07:00
std riscv: totally rewrite how we do loads and stores 2024-05-11 02:17:11 -07:00
tsan tsan: update rtl files to LLVM 17.0.6 2024-01-10 01:00:37 -07:00
c.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
compiler_rt.zig move libssp into libcompiler_rt 2023-11-10 13:12:10 -07:00
zig.h cbe: fix ub with integer @abs 2024-04-30 22:09:54 -07:00