1. 5b0fcb9 Fix enough things to build Contiki by PulkoMandy · 31 hours ago unsp
  2. f65971d Continue completing code generation, working on building Contiki by PulkoMandy · 4 days ago
  3. 1d0c661 Implement 32-bit right shift by PulkoMandy · 8 days ago
  4. 9cf66eb unsp: Work in progress on 32-bit values by PulkoMandy · 9 days ago
  5. 097f10a Patch by Volker to fix crash by PulkoMandy · 9 days ago
  6. 5acafbb unsp: "long" and "long long" should be 32-bit by PulkoMandy · 12 days ago
  7. 78e46d1 Fix more missing DREFOBJ handling by PulkoMandy · 12 days ago
  8. 4711793 unSP: Fix various cases where the wrong code was generated by PulkoMandy · 12 days ago
  9. 7fc0a78 unsp: implement getreturn directly to local variable by PulkoMandy · 13 days ago
  10. 1ef96e9 unsp: fix mulitplication by power of two implementation by shifts by PulkoMandy · 13 days ago
  11. f22fcfb unsp: add missing variable offset by PulkoMandy · 13 days ago
  12. ebef79c use "long jump" macroinstructions from vasm for relative jumps by PulkoMandy · 2 weeks ago
  13. 9a265e2 Use ; for comments, # is not allowed for inline comments in vasm by PulkoMandy · 2 weeks ago
  14. 04ce500 Add .globl for non-static functions so they are visible in other units by PulkoMandy · 2 weeks ago
  15. f86f4fc Fix label prefix for local variables by PulkoMandy · 2 weeks ago
  16. 9e2a482 Start adjusting unsp code generator for use with vasm by PulkoMandy · 2 weeks ago
  17. b373d71 Implement various things trying to compile some parts of Contiki by PulkoMandy · 1 year, 9 months ago
  18. faba889 Fix SETRETURN, GETRETURN, and DREFOBJ handling by PulkoMandy · 1 year, 9 months ago
  19. 111d5a5 Fix function calls and frame pointer for functions with no locals by PulkoMandy · 1 year, 9 months ago
  20. b32f8c2 Get most of controllerdemo running by PulkoMandy · 1 year, 9 months ago
  21. 2efe311 Add some generation of operations with constants and pointers by PulkoMandy · 1 year, 9 months ago
  22. f9d08ba Fix BLT, workaround bug in naken_asm, org for variables by PulkoMandy · 1 year, 10 months ago
  23. 9cd067e More fixes to get all of controllerdemo to compile. by PulkoMandy · 1 year, 10 months ago
  24. c9548c3 Fix a lot of things to get vsmile controller demo to assemble withour errors by PulkoMandy · 1 year, 10 months ago
  25. 0f07e26 Implement pushing/popping to free up some registers by PulkoMandy · 1 year, 10 months ago
  26. bc9b627 implement interrupts, libcalls, and factorize variable handling by PulkoMandy · 1 year, 10 months ago
  27. c0aa2ba extract cg_aluop and cg_ptrop into separate functions by PulkoMandy · 1 year, 10 months ago
  28. 4c0e6e8 Implement enough code to compile print_hex function from controllerdemo by PulkoMandy · 1 year, 10 months ago
  29. 148cab4 Implement basic register allocator by PulkoMandy · 1 year, 10 months ago
  30. c317060 Now clear_tilemap can also be compiled with optimizations enabled by PulkoMandy · 1 year, 10 months ago
  31. 6d2b0ab Fill in more unsp generator code by PulkoMandy · 1 year, 10 months ago
  32. 65d8bd9 Beginning of the UNSP backend by PulkoMandy · 1 year, 10 months ago
  33. 013e15a Add gitignore by PulkoMandy · 1 year, 10 months ago
  34. fc8843a Adjust Makefile to my environment by PulkoMandy · 1 year, 10 months ago
  35. 17fc759 Import VBCC source snapshot (29/04/2022) by PulkoMandy · 1 year, 10 months ago main