aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* c: concatenate adjacent string literal tokens lemon2025-10-152-4/+26
|
* c: allow using pointer-decaying types with &&, || lemon2025-10-151-1/+1
|
* c: error string typo lemon2025-10-151-1/+1
|
* c: compound inits are lvalues lemon2025-10-151-1/+1
|
* c: redeclaration ok when old was unspecified length array lemon2025-10-151-0/+7
|
* elf.c vim style lemon2025-10-151-0/+2
|
* amd64: not, udiv lemon2025-10-141-0/+13
|
* cleanup lex.c lemon2025-10-141-231/+220
|
* some preprocessor fixes lemon2025-10-141-14/+27
|
* cfg: fix rpo dead blocks lemon2025-10-131-8/+8
|
* arithmetic type cvt errata lemon2025-10-131-2/+2
|
* amd64: mul -> imul lemon2025-10-131-8/+9
|
* lex: correct wsseparated (maybe?) lemon2025-10-131-1/+1
|
* lex: allow ## in non func macros. and error reporting lemon2025-10-132-47/+65
|
* implement most of preprocessor lemon2025-10-1311-289/+770
| | | | | | | | - concatenation (##) - builtin macros (__FILE__ etc) - fails in some edge cases, and code needs cleanup - add embedded system include files (stddef.h, stdarg.h for now) - can handle stdio.h now
* typeof lemon2025-10-122-0/+23
|
* intervalsoverlap errata lemon2025-10-111-1/+1
|
* elf: use SHN_ABS for file symbol lemon2025-10-101-2/+2
|
* unused functions lemon2025-10-101-31/+0
|
* bugfixes lemon2025-10-104-59/+59
|
* update todo.txt lemon2025-10-092-3/+8
|
* compound literals lemon2025-10-094-11/+36
|
* c: call memset for some runtime zero initializations lemon2025-10-093-20/+41
|
* bugfix for initz lemon2025-10-083-2/+5
|
* bit math goof lemon2025-10-081-1/+1
|
* initial implementation of run-time array/aggregate initializers lemon2025-10-084-41/+144
|
* rega: move bssize lemon2025-10-081-3/+2
|
* rega: don't make fixed intervals for globally live regs lemon2025-10-071-1/+4
|
* alloc changes lemon2025-09-177-27/+35
|
* io.c errata non reg files lemon2025-09-171-1/+1
|
* fix some warnings lemon2025-09-171-5/+5
|
* fix some more codegen bugs for symbol constants lemon2025-09-162-4/+6
|
* implement switch statement lemon2025-09-163-21/+161
|
* frontend: more bitfield work lemon2025-09-152-52/+140
|
* no need to use a pmap for goto labels honestly lemon2025-09-151-14/+23
|
* test/sort.c lemon2025-09-151-0/+31
|
* codegen: fix 3-address sub reg,imm codegen lemon2025-09-151-1/+1
|
* mem2reg: fix deltrivialphis bug lemon2025-09-154-10/+64
|
* regalloc: hand-roll qsort (bikeshedding...) lemon2025-09-152-10/+32
|
* a little refactoring and cleanup lemon2025-09-157-259/+241
|
* 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
|