aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* regalloc: fix spill edge case againlemon2025-10-241-1/+5
* mem2reg ssa construction silly optimizationlemon2025-10-241-1/+1
* codegen fixes, propagate terminatelemon2025-10-243-8/+16
* amd64 rbpofflemon2025-10-241-1/+1
* ir bugfixeslemon2025-10-234-4/+27
* lex enlarge internhtlemon2025-10-231-1/+1
* c errataslemon2025-10-232-2/+2
* amd64 missing stufflemon2025-10-232-3/+12
* c: make `sizeof (foo)->bar` work as expected..lemon2025-10-231-88/+102
* c: make builtin va_list an opaque structlemon2025-10-234-6/+14
* regalloc: implement spilling output when 1 input was spilledlemon2025-10-231-5/+21
* lex: fix expansion for fn like macros passed as macro argumentslemon2025-10-231-1/+1
* lex: fix consecutive preprocessor concatenationlemon2025-10-231-7/+10
* c: allow empty declarations in some contextslemon2025-10-231-4/+17
* use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmtlemon2025-10-234-33/+66
* isel: fix -fpic factoring out non-symbolic address operandslemon2025-10-231-1/+1
* lex: fix base-16 literals adding an extra zero when there's a type suffixlemon2025-10-231-4/+3
* amd64: load/store from abs address constants; movabslemon2025-10-232-21/+51
* eval: fix indexing string literallemon2025-10-231-2/+2
* amd64/emit PI8 fix int overflow edgecaselemon2025-10-231-1/+1
* fix edge case codegen bugs (w/ stack offsets, spilling)lemon2025-10-222-6/+15
* c: fix wrong addr for initializer codegenlemon2025-10-221-1/+1
* always keep volatile loadslemon2025-10-222-13/+18
* regalloc fix devirtlemon2025-10-221-3/+5
* c: expr2reloc fix &gsymlemon2025-10-211-1/+1
* lex: handle all the whitespace characterslemon2025-10-211-1/+1
* io: reject non file fileslemon2025-10-202-17/+20
* 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