index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
register_manager.zig
Age
Commit message (
Expand
)
Author
2022-03-18
stage2 regalloc: fix tryAllocRegs for specific situations
joachimschmidt557
2022-03-11
stage2 ARM: implement caller-saved registers
joachimschmidt557
2022-03-11
stage2 regalloc: replace Register.allocIndex with generic indexOfReg
joachimschmidt557
2022-02-13
stage2 regalloc: track Inst instead of ?Inst in register mapping
joachimschmidt557
2022-02-06
stage2 regalloc: Introduce error.OutOfRegisters
joachimschmidt557
2022-02-03
stage2: remove the concept of register exceptions
Jakub Konka
2022-01-28
stage2 regalloc: Fix bug where regs were not marked as allocated
joachimschmidt557
2022-01-26
stage2 regalloc: Add freezeRegs/unfreezeRegs API
joachimschmidt557
2021-12-30
stage2 ARM: implement struct_field_ptr and struct_field_val
joachimschmidt557
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-07-20
Get register_manager.zig tests to compile - use value '1' as mock Air.Inst.Index
Lewis Gaul
2021-07-20
stage2: first pass over Module.zig for AIR memory layout
Andrew Kelley
2021-07-20
stage2: first pass over codegen.zig for AIR memory layout
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-14
stage2 register manager: clean up API and add more unit tests
joachimschmidt557
2021-05-09
stage2 ARM: Overhaul of genArmBinOp
joachimschmidt557
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-04-25
stage2 register manager: Use an array instead of a hashmap for tracking
joachimschmidt557
2021-04-16
stage2 register manager: Add functions for allocating multiple registers
joachimschmidt557
2021-04-07
stage2 regalloc: Add unit test for getReg
joachimschmidt557
2021-04-06
stage2 regalloc: Add getReg and getRegWithoutTracking
joachimschmidt557
2021-04-02
stage2 register_manager: Add unit tests for tryAllocReg and allocReg
joachimschmidt557
2021-04-02
stage2 codegen: Extract register management code into separate file
joachimschmidt557
[prev]