aboutsummaryrefslogtreecommitdiff
path: root/src/Air/Liveness.zig
AgeCommit message (Expand)Author
2025-09-20llvm backend: remove canElideLoad mechanismAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-07-16inline assembly: use typesAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-06-15compiler: fix `@intFromFloat` safety checkmlugg
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-01compiler: implement better shuffle AIRmlugg
2025-05-29Legalize: introduce a new pass before livenessJacob Young