aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/ir.h
Commit message (Expand)AuthorAgeFilesLines
* avoid GOT relocations in unnecessary instances lemon2025-12-251-2/+7
* ir: arena-backed linked list for uselists lemon2025-12-241-2/+1
* lower alloca as a separate pass before isel lemon2025-12-231-0/+4
* ir: use BIT macro for regset (1<< is wrong for u64) lemon2025-12-231-0/+2
* some static assertions for packed type sizes lemon2025-12-201-0/+2
* backend: unify pass memory allocation strategies lemon2025-12-201-1/+1
* backend: general simplification pass skeleton lemon2025-12-201-0/+4
* ir: move some filluses() to ir.c, rename optmem.c -> mem2reg.c lemon2025-12-191-2/+2
* ir: move cls2load to interface lemon2025-12-181-0/+1
* create distinct interned string type lemon2025-12-151-6/+6
* fix position independent loads of function symbols. lemon2025-12-131-2/+2
* ir: bump MAXINSTR lemon2025-12-101-1/+1
* abi: fix aggregate passed by regs 2nd reg offset lemon2025-12-061-3/+6
* add command-line predefined macros (-D, -U) lemon2025-12-061-2/+0
* ir.h: tweak mkintrin() definition to work with tinycc lemon2025-11-241-1/+1
* c: check actual reachability for non-void func may not return value lemon2025-11-231-0/+1
* ir: implement dominator tree computation lemon2025-11-211-0/+2
* ir: barebones IR passes checked contracts lemon2025-11-211-0/+8
* change op names to match 285063eba44 lemon2025-11-211-2/+2
* rename IR classes to reflect bitsize lemon2025-11-211-7/+7
* isel: lower allocas a different way, such that stk address gets materialized ... lemon2025-11-201-1/+1
* ir: for easier debugging, keep ctype in dats, print as literal when possible lemon2025-11-201-1/+2
* factor type stuff into type.h lemon2025-11-161-0/+14
* ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin lemon2025-11-151-1/+2
* preeliminary va_list support lemon2025-11-141-3/+6
* implement argument passing in stack lemon2025-11-121-0/+1
* fixup! amd64: get rid of xinc/xdec. handle those at emit stage lemon2025-11-091-0/+1
* amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors lemon2025-11-051-2/+10
* ir bugfixes lemon2025-10-231-0/+1
* Organize source files into directories lemon2025-10-191-0/+280