aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/Emit.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-08-13stage2 ARM: pass stack arguments in opposite orderjoachimschmidt557
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-22stage2 ARM: fix recursive fibonaccijoachimschmidt557
2022-04-16stage2 ARM: move genArgDbgInfo back to CodeGenjoachimschmidt557
2022-04-14stage2: progress towards stage3Andrew Kelley
2022-04-04dwarf: emit debug info for local variables on x86_64Jakub Konka
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-30dwarf: pass DeclState around instead of storing a temp global in DwarfJakub Konka
2022-03-27dwarf: track type relocation state in Dwarf moduleJakub Konka
2022-03-22stage2: lazy `@alignOf`Andrew Kelley
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-08dwarf: move all dwarf into standalone moduleJakub Konka
2022-02-26stage2 ARM: generate correct variants of ldr instructionjoachimschmidt557
2022-02-26stage2 ARM: implement truncate to ints with bits <= 32joachimschmidt557
2022-02-18stage2: eliminate ZIR arg instruction references to ZIRAndrew Kelley
2022-01-24stage2: rework a lot of stuffAndrew Kelley
2022-01-24stage2 ARM: re-enable debug info for argumentsjoachimschmidt557
2021-12-04stage2 ARM: Implement calling with stack parametersjoachimschmidt557
2021-11-16stage2 ARM: Introduce MIRjoachimschmidt557