aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Makefile: always have -glemon2025-10-201-1/+1
* c: fix initializer designators again (?)lemon2025-10-201-6/+3
* refactor vec_of(T) and misclemon2025-10-205-78/+103
* amd64/emit erratalemon2025-10-201-1/+1
* driver: pass thru linker -l argslemon2025-10-201-0/+4
* codegen bugfixeslemon2025-10-192-3/+16
* c irgen fixeslemon2025-10-195-22/+67
* Organize source files into directorieslemon2025-10-1927-29/+25
* amd64: float conversion insntrslemon2025-10-183-2/+68
* #pragma oncelemon2025-10-1810-70/+195
* small thignslemon2025-10-182-2/+3
* cmd: "-" to read from stdinlemon2025-10-171-1/+1
* add -E preprocessing optionlemon2025-10-176-18/+161
* codegen bugfixlemon2025-10-172-6/+13
* various little bugslemon2025-10-163-5/+10
* wide str and char literalslemon2025-10-169-72/+225
* lowsetsetbitlemon2025-10-151-1/+2
* be able to eval offsetof() macrolemon2025-10-152-12/+36
* fix offsetof definitionlemon2025-10-151-1/+1
* c: asserts too muchlemon2025-10-151-1/+0
* sanity checkslemon2025-10-152-4/+10
* c: fix codegen for enum typeslemon2025-10-154-48/+66
* 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
* 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