aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* test more cpp behaviorlemon2025-10-151-0/+18
|
* misclemon2025-10-152-1/+2
|
* builtin stdbool.hlemon2025-10-151-0/+8
|
* c: add __func__lemon2025-10-151-0/+18
|
* c: some codegen fixeslemon2025-10-151-20/+36
|
* implement long double (as double synonym). wchar_t placeholderlemon2025-10-156-9/+14
|
* c: various initializer fixeslemon2025-10-152-13/+68
|
* c: cast/compound lit distinction is syntax basedlemon2025-10-151-1/+1
|
* c: concatenate adjacent string literal tokenslemon2025-10-152-4/+26
|
* c: allow using pointer-decaying types with &&, ||lemon2025-10-151-1/+1
|
* c: error string typolemon2025-10-151-1/+1
|
* c: compound inits are lvalueslemon2025-10-151-1/+1
|
* c: redeclaration ok when old was unspecified length arraylemon2025-10-151-0/+7
|
* elf.c vim stylelemon2025-10-151-0/+2
|
* amd64: not, udivlemon2025-10-141-0/+13
|
* cleanup lex.clemon2025-10-141-231/+220
|
* some preprocessor fixeslemon2025-10-141-14/+27
|
* cfg: fix rpo dead blockslemon2025-10-131-8/+8
|
* arithmetic type cvt erratalemon2025-10-131-2/+2
|
* amd64: mul -> imullemon2025-10-131-8/+9
|
* lex: correct wsseparated (maybe?)lemon2025-10-131-1/+1
|
* lex: allow ## in non func macros. and error reportinglemon2025-10-132-47/+65
|
* implement most of preprocessorlemon2025-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
* typeoflemon2025-10-122-0/+23
|
* intervalsoverlap erratalemon2025-10-111-1/+1
|
* elf: use SHN_ABS for file symbollemon2025-10-101-2/+2
|
* unused functionslemon2025-10-101-31/+0
|
* bugfixeslemon2025-10-104-59/+59
|
* update todo.txtlemon2025-10-092-3/+8
|
* compound literalslemon2025-10-094-11/+36
|
* c: call memset for some runtime zero initializationslemon2025-10-093-20/+41
|
* bugfix for initzlemon2025-10-083-2/+5
|
* bit math gooflemon2025-10-081-1/+1
|
* initial implementation of run-time array/aggregate initializerslemon2025-10-084-41/+144
|
* rega: move bssizelemon2025-10-081-3/+2
|
* rega: don't make fixed intervals for globally live regslemon2025-10-071-1/+4
|
* 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
|