aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* regalloc move things around lemon2025-09-151-80/+80
* fix signed bitfield errata lemon2025-09-142-4/+4
* start implementing bitfields lemon2025-09-144-47/+168
* license and readme lemon2025-09-143-0/+45
* codegen: float cmp, ior; frontend: fix cond expr bug lemon2025-09-145-13/+48
* preliminary pie and pic lemon2025-09-147-25/+88
* regset doesnt need all those macros lemon2025-09-142-21/+18
* regalloc.c cleanup lemon2025-09-144-194/+209
* change freearena for correctness lemon2025-09-144-15/+15
* regalloc: free stk slots lemon2025-09-141-5/+15
* frontend: warn k&r function declaration lemon2025-09-141-0/+2
* make clean, .gitignore object files lemon2025-09-142-1/+3
* regalloc improvements lemon2025-09-143-33/+57
* regalloc: basic spilling support lemon2025-09-136-37/+154
* regalloc: prepare for spilling logic.. lemon2025-09-131-152/+145
* c: function-local static vars lemon2025-09-127-16/+54
* oops lemon2025-09-111-1/+1
* update todo.txt lemon2025-09-111-1/+2
* pp better diagnostic lemon2025-09-111-9/+11
* preprocessor: more awful hacks lemon2025-09-113-17/+33
* preprocessor: fix order of expansion wiht macro arguments lemon2025-09-112-10/+25
* amd64: improve codegen for ADD lemon2025-09-111-0/+3
* amd64: bugfix for stack args with no RBP, also reuse epilogue code? lemon2025-09-111-26/+48
* lex: stringify args in function macros lemon2025-09-105-23/+70
* c: warn redefinition, allow redeclaratinos lemon2025-09-102-4/+20
* lex: implement basic function-like macro functionality lemon2025-09-105-51/+171
* cpp: fix #conditional;s lemon2025-09-091-5/+9
* ccomp: fix memory leak with temporary arena parsing for stmt lemon2025-09-091-1/+3
* amd64/emit: fix order of stack restore operations with regs+stk lemon2025-09-091-6/+11
* bugfix lemon2025-09-091-1/+1
* ioper lemon2025-09-091-12/+21
* fixes, delnops lemon2025-09-098-6/+40
* regalloc: start implementing linear scan lemon2025-09-0812-468/+729
* amd64: swap, sar lemon2025-09-081-1/+21
* amd64: bugfix lemon2025-09-082-5/+9
* frontend: #ifdef lemon2024-04-123-6/+67
* fix lemon2024-04-091-1/+1
* frontend: basic #include lemon2024-04-095-7/+118
* lexer: fix scanning of pp directives in some circumstances lemon2024-04-091-1/+2
* fix abi regs with aggregate return in hidden param lemon2024-01-241-3/+7
* move definition of struct label lemon2023-09-051-10/+9
* fix lemon2023-09-051-2/+2
* make ptr offset in init take obj size into account lemon2023-09-052-4/+5
* amd64: fix isel for numeric conversion ops lemon2023-08-071-4/+4
* amd64: add mulf and divf codegen lemon2023-08-071-3/+18
* hm lemon2023-08-071-4/+4
* regalloc fixes and rpo lemon2023-07-094-21/+78
* amd64/emit bugfix lemon2023-07-091-3/+3
* amd64 codegen fixes lemon2023-07-072-13/+20
* mem2reg; style lemon2023-07-071-7/+12