aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* rega: fix Ocopy of stk->stk lemon2025-10-261-3/+2
* c: more initializer fixes lemon2025-10-261-11/+28
* isel: fix address sel for absolute int addr lemon2025-10-261-0/+7
* emit: remove unnecessary REX.W prfix for TEST r8 lemon2025-10-261-1/+1
* c: alloca fixup wrong when not emitsing lemon2025-10-251-2/+3
* amd64: add/sub operands less restrictive lemon2025-10-251-2/+2
* c: avoid generating relocations in .rodata (putting such objects in .data ins... lemon2025-10-253-13/+30
* emit: PU8, PU16 lemon2025-10-251-0/+6
* c: bitfield initialzers lemon2025-10-242-18/+73
* c: also propagate terminates in genswitch lemon2025-10-242-4/+10
* - break; lemon2025-10-241-1/+0
* regalloc: fix spill edge case again lemon2025-10-241-1/+5
* mem2reg ssa construction silly optimization lemon2025-10-241-1/+1
* codegen fixes, propagate terminate lemon2025-10-243-8/+16
* amd64 rbpoff lemon2025-10-241-1/+1
* ir bugfixes lemon2025-10-234-4/+27
* lex enlarge internht lemon2025-10-231-1/+1
* c erratas lemon2025-10-232-2/+2
* amd64 missing stuff lemon2025-10-232-3/+12
* c: make `sizeof (foo)->bar` work as expected.. lemon2025-10-231-88/+102
* c: make builtin va_list an opaque struct lemon2025-10-234-6/+14
* regalloc: implement spilling output when 1 input was spilled lemon2025-10-231-5/+21
* lex: fix expansion for fn like macros passed as macro arguments lemon2025-10-231-1/+1
* lex: fix consecutive preprocessor concatenation lemon2025-10-231-7/+10
* c: allow empty declarations in some contexts lemon2025-10-231-4/+17
* use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt lemon2025-10-234-33/+66
* isel: fix -fpic factoring out non-symbolic address operands lemon2025-10-231-1/+1
* lex: fix base-16 literals adding an extra zero when there's a type suffix lemon2025-10-231-4/+3
* amd64: load/store from abs address constants; movabs lemon2025-10-232-21/+51
* eval: fix indexing string literal lemon2025-10-231-2/+2
* amd64/emit PI8 fix int overflow edgecase lemon2025-10-231-1/+1
* fix edge case codegen bugs (w/ stack offsets, spilling) lemon2025-10-222-6/+15
* c: fix wrong addr for initializer codegen lemon2025-10-221-1/+1
* always keep volatile loads lemon2025-10-222-13/+18
* regalloc fix devirt lemon2025-10-221-3/+5
* c: expr2reloc fix &gsym lemon2025-10-211-1/+1
* lex: handle all the whitespace characters lemon2025-10-211-1/+1
* io: reject non file files lemon2025-10-202-17/+20
* Makefile: always have -g lemon2025-10-201-1/+1
* c: fix initializer designators again (?) lemon2025-10-201-6/+3
* refactor vec_of(T) and misc lemon2025-10-205-78/+103
* amd64/emit errata lemon2025-10-201-1/+1
* driver: pass thru linker -l args lemon2025-10-201-0/+4
* codegen bugfixes lemon2025-10-192-3/+16
* c irgen fixes lemon2025-10-195-22/+67
* Organize source files into directories lemon2025-10-1927-29/+25
* amd64: float conversion insntrs lemon2025-10-183-2/+68
* #pragma once lemon2025-10-1810-70/+195
* small thigns lemon2025-10-182-2/+3
* cmd: "-" to read from stdin lemon2025-10-171-1/+1