aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/Mir.zig
AgeCommit message (Expand)Author
2022-09-09stage2 ARM: support larger function stacksjoachimschmidt557
2022-09-09stage2 ARM: improve Mir representation of mov and cmpjoachimschmidt557
2022-04-16stage2 ARM: move genArgDbgInfo back to CodeGenjoachimschmidt557
2022-04-01stage2 ARM: implement mul_with_overflow for ints <= 32 bitsjoachimschmidt557
2022-04-01stage2 ARM: implement mul_with_overflow for ints <= 16 bitsjoachimschmidt557
2022-04-01stage2 ARM: implement add/sub_with_overflow for u32/i32joachimschmidt557
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-02-27stage2 ARM: reduce Mir.Inst.Data to 8 bytesjoachimschmidt557
2022-02-26stage2 ARM: generate correct variants of ldr instructionjoachimschmidt557
2022-02-26stage2 ARM: implement truncate to ints with bits <= 32joachimschmidt557
2022-01-24stage2 ARM: re-enable debug info for argumentsjoachimschmidt557
2022-01-09stage2 ARM: make Mir.Inst.cond = .al defaultjoachimschmidt557
2021-12-04stage2 ARM: Implement calling with stack parametersjoachimschmidt557
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-16stage2 ARM: Introduce MIRjoachimschmidt557