aboutsummaryrefslogtreecommitdiffhomepage
path: root/mem.c
Commit message (Expand)AuthorAgeFilesLines
* create distinct interned string type lemon2025-12-151-3/+3
* move intern() to mem.c lemon2025-12-151-1/+49
* lexer: use a hashmap to lookup keywords lemon2025-12-151-0/+1
* lex: use pmap for macro lookup lemon2025-12-121-6/+25
* mem: fix pmap_init and change hashmap load factors to 75% lemon2025-12-091-4/+3
* lex: remove some hacks and optimize preprocessor lemon2025-11-281-1/+1
* refactor vec_of(T) and misc lemon2025-10-201-38/+45
* bugfix for initz lemon2025-10-081-1/+2
* alloc changes lemon2025-09-171-1/+9
* change freearena for correctness lemon2025-09-141-6/+7
* regalloc improvements lemon2025-09-141-0/+6
* regalloc: start implementing linear scan lemon2025-09-081-10/+3
* add initializers (only static for initialier list rn) lemon2023-06-291-2/+13
* fix memory bugs lemon2023-06-181-5/+7
* basic ELF output lemon2023-06-171-5/+5
* lower allocas in isel() instead of emit() and misc fixes lemon2023-06-131-12/+12
* bugfix lemon2023-06-121-1/+1
* register renaming and such lemon2023-06-121-38/+103
* evaluate call args backwards lemon2023-06-041-0/+8
* regalloc skeleton lemon2023-05-311-0/+4
* hm lemon2023-05-261-0/+93
* initial commit lemon2023-05-101-0/+117