aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/Emit.zig
AgeCommit message (Expand)Author
2025-07-02compiler: delete arm backendAndrew Kelley
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-01-15switch to ArrayListUnmanaged for machine codeAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-10codegen: implement output to the `.debug_info` sectionJacob Young
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04compiler: type.zig -> Type.zigmlugg
2024-07-04Zcu: store `LazySrcLoc` in error messagesmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-01-01fix a round of compile errors caused by this branchAndrew Kelley
2023-10-05plan9: refactor debug infoJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-03-04add @trap builtinr00ster91
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-05dwarf: pull out debug line program internals into DeclState helpersJakub Konka
2022-09-20stage2 ARM: make sub_sp_scratch MIR instruction use r4joachimschmidt557
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