aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* fix copyoptlemon2023-07-061-1/+1
* fix emit() setcc and copylemon2023-07-061-1/+2
* fix mem2reg ??lemon2023-07-061-10/+43
* some frontend fixeslemon2023-06-301-3/+24
* misc bugfixslemon2023-06-304-29/+98
* add initializers (only static for initialier list rn)lemon2023-06-2916-255/+948
* also C23 static_assertlemon2023-06-261-3/+3
* c: move codegen code after decl parserlemon2023-06-261-748/+748
* frontend: add static assertlemon2023-06-262-2/+38
* regalloc: remove unused variablelemon2023-06-261-5/+0
* backend: fix mem2reg & regalloclemon2023-06-267-61/+206
* frontend: add labels and goto statementlemon2023-06-262-8/+120
* fix some warningslemon2023-06-253-11/+2
* lex: use a circular buffer cache for pre-pre-processed charslemon2023-06-252-56/+67
* regalloc: fix temporary rename clobbering return register with multiple returnslemon2023-06-251-2/+13
* regalloc add sourceslemon2023-06-251-1/+3
* abi0: fix agg return by pointer not updating arg countlemon2023-06-241-0/+1
* fix regalloc thinking some ins are dead by adding ins.keeplemon2023-06-243-3/+8
* update todo.txtlemon2023-06-241-1/+1
* ir: dattab shouldn't reset for every functionlemon2023-06-241-1/+1
* amd64/emit: more float fixeslemon2023-06-241-21/+24
* backend: don't mixup float and int tempslemon2023-06-244-11/+29
* fix replcuseslemon2023-06-243-19/+19
* backend: fix regalloc to work with more complex dataflowlemon2023-06-2412-225/+748
* change RMORE -> RADDR; use RXXX (RNONE) for special args,also undeflemon2023-06-229-74/+73
* Add .editorconfiglemon2023-06-221-0/+14
* misc fixlemon2023-06-223-18/+55
* mem2reg: implement ssa construction; this breaks regalloc right nowlemon2023-06-219-159/+300
* explicitly store predecessors in each blocklemon2023-06-218-115/+135
* amd64: fix aggregate return in regslemon2023-06-201-3/+3
* amd64: conform to ABI for varargs func callslemon2023-06-202-1/+9
* elf: fix emitting small datslemon2023-06-201-3/+3
* fix type of undeclared functionslemon2023-06-201-0/+1
* improve codegen for div a little (bikeshedding)lemon2023-06-202-1/+7
* amd64/emit: ensure stack is 16-byte alignedlemon2023-06-203-10/+34
* add basic mem2reglemon2023-06-208-14/+221
* fix regression wiht ret args not being fixedlemon2023-06-201-2/+7
* fix out of bounds readlemon2023-06-201-0/+1
* regalloc: fix bug in spilling codelemon2023-06-201-7/+24
* another emit() erratalemon2023-06-201-1/+1
* fix regressionlemon2023-06-201-4/+4
* don't lower params and args to registers in abi0lemon2023-06-206-57/+101
* fix cls logic for comparison instrslemon2023-06-206-17/+23
* erratalemon2023-06-201-2/+2
* elf: fix type mismatch from bforelemon2023-06-191-3/+3
* regalloc: alloc extra memory for alloc maplemon2023-06-191-1/+1
* backend: compile comparison instrs and brancheslemon2023-06-198-40/+370
* amd64/emit: fix mov(zx/sx)wlemon2023-06-191-6/+6
* oopslemon2023-06-191-1/+1
* frontend: disallow non-local decls in for initializerlemon2023-06-191-6/+14