aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2020-11-18stage2 aarch64: assert register is 64bits in PCrelJakub Konka
2020-11-18stage2 aarch64: add PC relative address instructionsJakub Konka
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-11-16stage2 aarch64: add NOP instructionJakub Konka
2020-11-11stage2 aarch64: add str instructionJakub Konka
2020-11-11stage2 aarch64: add ldr instruction + smoke testsJakub Konka
2020-11-11stage2 AArch64: MoveWideImmediate instructions + test coveragejoachimschmidt557
2020-11-11stage2 aarch64: add more instructionsjoachimschmidt557
2020-11-11stage2 aarch64: add codegen/aarch64.zigjoachimschmidt557
2020-11-11Add move wide with zero (movz) instructionJakub Konka
2020-11-11Add testcase for serializing svc #0x80Jakub Konka
2020-11-11Implement genAsm on aarch64Jakub Konka
2020-11-11stage2 aarch64: add codegen/aarch64.zigjoachimschmidt557
2020-10-31run zig fmt on src/ and test/Vexu
2020-10-25stage2 ARM: genSetStack and genSetReg from stackjoachimschmidt557
2020-10-25stage2 ARM: enable backpatching return statementjoachimschmidt557
2020-10-25stage2 ARM: add multiply and multiply long instructionsjoachimschmidt557
2020-10-25stage2 ARM: better immediate loading feat. movw and movtjoachimschmidt557
2020-10-17Merge pull request #6291 from pixelherodev/cbe_arithmeticAndrew Kelley
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-06Replace error message with unreachableNoam Preil
2020-10-06CBE: addition and subtractionNoam Preil
2020-10-06CBE: properly resolve InstsNoam Preil
2020-10-06CBE: utilize per-function arena allocatorNoam Preil
2020-10-06Make indentation adjustable (hardcode 4 spaces for now)Noam Preil
2020-10-03stage2 ARM: add testcases for non-leaf fns, parameters, return valuesjoachimschmidt557
2020-10-02stage2 ARM: Add push, pop alias instructions; non-leaf functionsjoachimschmidt557
2020-10-02stage2 ARM: Add stm, ldm variants and misc. additionsjoachimschmidt557
2020-10-02stage2 ARM: start adding more instructions, return values, parametersjoachimschmidt557
2020-09-21rename src-self-hosted/ to src/Andrew Kelley