index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arena: make sure to zero initialize some stuff
lemon
2025-12-22
1
-0
/
+2
*
optimize lexer a bit more
lemon
2025-12-20
1
-5
/
+10
*
create distinct interned string type
lemon
2025-12-15
1
-3
/
+3
*
move intern() to mem.c
lemon
2025-12-15
1
-1
/
+49
*
lexer: use a hashmap to lookup keywords
lemon
2025-12-15
1
-0
/
+1
*
lex: use pmap for macro lookup
lemon
2025-12-12
1
-6
/
+25
*
mem: fix pmap_init and change hashmap load factors to 75%
lemon
2025-12-09
1
-4
/
+3
*
lex: remove some hacks and optimize preprocessor
lemon
2025-11-28
1
-1
/
+1
*
refactor vec_of(T) and misc
lemon
2025-10-20
1
-38
/
+45
*
bugfix for initz
lemon
2025-10-08
1
-1
/
+2
*
alloc changes
lemon
2025-09-17
1
-1
/
+9
*
change freearena for correctness
lemon
2025-09-14
1
-6
/
+7
*
regalloc improvements
lemon
2025-09-14
1
-0
/
+6
*
regalloc: start implementing linear scan
lemon
2025-09-08
1
-10
/
+3
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
1
-2
/
+13
*
fix memory bugs
lemon
2023-06-18
1
-5
/
+7
*
basic ELF output
lemon
2023-06-17
1
-5
/
+5
*
lower allocas in isel() instead of emit() and misc fixes
lemon
2023-06-13
1
-12
/
+12
*
bugfix
lemon
2023-06-12
1
-1
/
+1
*
register renaming and such
lemon
2023-06-12
1
-38
/
+103
*
evaluate call args backwards
lemon
2023-06-04
1
-0
/
+8
*
regalloc skeleton
lemon
2023-05-31
1
-0
/
+4
*
hm
lemon
2023-05-26
1
-0
/
+93
*
initial commit
lemon
2023-05-10
1
-0
/
+117