aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* alloc changeslemon2025-09-177-27/+35
|
* io.c errata non reg fileslemon2025-09-171-1/+1
|
* fix some warningslemon2025-09-171-5/+5
|
* fix some more codegen bugs for symbol constantslemon2025-09-162-4/+6
|
* implement switch statementlemon2025-09-163-21/+161
|
* frontend: more bitfield worklemon2025-09-152-52/+140
|
* no need to use a pmap for goto labels honestlylemon2025-09-151-14/+23
|
* test/sort.clemon2025-09-151-0/+31
|
* codegen: fix 3-address sub reg,imm codegenlemon2025-09-151-1/+1
|
* mem2reg: fix deltrivialphis buglemon2025-09-154-10/+64
|
* regalloc: hand-roll qsort (bikeshedding...)lemon2025-09-152-10/+32
|
* a little refactoring and cleanuplemon2025-09-157-259/+241
|
* regalloc move things aroundlemon2025-09-151-80/+80
|
* fix signed bitfield erratalemon2025-09-142-4/+4
|
* start implementing bitfieldslemon2025-09-144-47/+168
|
* license and readmelemon2025-09-143-0/+45
|
* codegen: float cmp, ior; frontend: fix cond expr buglemon2025-09-145-13/+48
|
* preliminary pie and piclemon2025-09-147-25/+88
|
* regset doesnt need all those macroslemon2025-09-142-21/+18
|
* regalloc.c cleanuplemon2025-09-144-194/+209
|
* change freearena for correctnesslemon2025-09-144-15/+15
|
* regalloc: free stk slotslemon2025-09-141-5/+15
|
* frontend: warn k&r function declarationlemon2025-09-141-0/+2
|
* make clean, .gitignore object fileslemon2025-09-142-1/+3
|
* regalloc improvementslemon2025-09-143-33/+57
|
* regalloc: basic spilling supportlemon2025-09-136-37/+154
|
* regalloc: prepare for spilling logic..lemon2025-09-131-152/+145
|
* c: function-local static varslemon2025-09-127-16/+54
|
* oopslemon2025-09-111-1/+1
|
* update todo.txtlemon2025-09-111-1/+2
|
* pp better diagnosticlemon2025-09-111-9/+11
|
* preprocessor: more awful hackslemon2025-09-113-17/+33
|
* preprocessor: fix order of expansion wiht macro argumentslemon2025-09-112-10/+25
|
* amd64: improve codegen for ADDlemon2025-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 macroslemon2025-09-105-23/+70
|
* c: warn redefinition, allow redeclaratinoslemon2025-09-102-4/+20
|
* lex: implement basic function-like macro functionalitylemon2025-09-105-51/+171
|
* cpp: fix #conditional;slemon2025-09-091-5/+9
|
* ccomp: fix memory leak with temporary arena parsing for stmtlemon2025-09-091-1/+3
|
* amd64/emit: fix order of stack restore operations with regs+stklemon2025-09-091-6/+11
|
* bugfixlemon2025-09-091-1/+1
|
* ioperlemon2025-09-091-12/+21
|
* fixes, delnopslemon2025-09-098-6/+40
|
* regalloc: start implementing linear scanlemon2025-09-0812-468/+729
|
* amd64: swap, sarlemon2025-09-081-1/+21
|
* amd64: bugfixlemon2025-09-082-5/+9
|
* frontend: #ifdeflemon2024-04-123-6/+67
|
* fixlemon2024-04-091-1/+1
|
* frontend: basic #includelemon2024-04-095-7/+118
|