aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/dump.c
Commit message (Expand)AuthorAgeFilesLines
* ir/dump: fix dumping data in .text lemon2026-03-041-4/+16
* ir: make address ref hash table resizable lemon2026-02-281-1/+1
* IR: just use an array for extended constants lemon2026-02-191-1/+1
* ir/dump: sanity check lemon2026-02-181-0/+1
* lower alloca as a separate pass before isel lemon2025-12-231-0/+3
* only put dats can in .text now when emitting it lemon2025-12-141-2/+2
* ir/dump: initialize out buffer statically lemon2025-11-221-3/+1
* irdump: print alloca # bytes lemon2025-11-211-0/+3
* ir: implement dominator tree computation lemon2025-11-211-0/+3
* rename IR classes to reflect bitsize lemon2025-11-211-5/+5
* ir/dump: print block predecessors lemon2025-11-211-2/+10
* ir: for easier debugging, keep ctype in dats, print as literal when possible lemon2025-11-201-18/+49
* debug output to stdout lemon2025-11-191-70/+74
* ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin lemon2025-11-151-1/+1
* preeliminary va_list support lemon2025-11-141-2/+2
* irdump: don't print fn ret type in non return branches lemon2025-11-121-1/+1
* Organize source files into directories lemon2025-10-191-0/+255