aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add -E preprocessing option lemon2025-10-176-18/+161
|
* codegen bugfix lemon2025-10-172-6/+13
|
* various little bugs lemon2025-10-163-5/+10
|
* wide str and char literals lemon2025-10-169-72/+225
|
* lowsetsetbit lemon2025-10-151-1/+2
|
* be able to eval offsetof() macro lemon2025-10-152-12/+36
|
* fix offsetof definition lemon2025-10-151-1/+1
|
* c: asserts too much lemon2025-10-151-1/+0
|
* sanity checks lemon2025-10-152-4/+10
|
* c: fix codegen for enum types lemon2025-10-154-48/+66
|
* test more cpp behavior lemon2025-10-151-0/+18
|
* misc lemon2025-10-152-1/+2
|
* builtin stdbool.h lemon2025-10-151-0/+8
|
* c: add __func__ lemon2025-10-151-0/+18
|
* c: some codegen fixes lemon2025-10-151-20/+36
|
* implement long double (as double synonym). wchar_t placeholder lemon2025-10-156-9/+14
|
* c: various initializer fixes lemon2025-10-152-13/+68
|
* c: cast/compound lit distinction is syntax based lemon2025-10-151-1/+1
|
* 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
|