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
2023-04-20
x86_64: rewrite inst tracking
Jacob Young
2023-03-25
x86_64: implement saturating arithmetic
Jacob Young
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-06-07
x64: simplify saving registers to stack in prologue
Jakub Konka
2022-05-26
regalloc: use StaticBitSet internally
Jakub Konka
2022-05-21
regalloc: test allocating from multiple register claases
Jakub Konka
2022-05-20
regalloc: temporarily nerf back to raw ints until stage2 catches up
Jakub Konka
2022-05-19
regalloc: make register class bitmask non-optional
Jakub Konka
2022-05-19
x64: use StaticBitSet instead of an integer internally in RegisterManager
Jakub Konka
2022-05-19
x64: re-enable incremental tests
Jakub Konka
2022-05-19
x64: use register classes mask to select between gp and avx
Jakub Konka
2022-05-19
regalloc: allow for optional selector mask when allocating
Jakub Konka
2022-05-19
x64: merge general purpose with simd register into one bitset
Jakub Konka
2022-05-19
x64: add unordered cmp with EFLAGS
Jakub Konka
2022-05-19
x64: load/store to/from AVX registers for f64
Jakub Konka
2022-05-07
regalloc: refactor locking multiple registers at once
Jakub Konka
2022-05-07
x64: refactor code to avoid stage1 sema limitations
Jakub Konka
2022-05-07
regalloc: rename freeze/unfreeze to lock/unlock registers
Jakub Konka
2022-05-07
x64: fix misused register locks
Jakub Konka
2022-05-07
regalloc: ensure we only freeze/unfreeze at the outermost scope
Jakub Konka
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
[next]