index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
dump.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
IR: just use an array for extended constants
lemon
2026-02-19
1
-1
/
+1
|
|
|
|
|
The extra work of using a hashtable to intern them is probably unnecessary.
*
ir/dump: sanity check
lemon
2026-02-18
1
-0
/
+1
|
*
lower alloca as a separate pass before isel
lemon
2025-12-23
1
-0
/
+3
|
*
only put dats can in .text now when emitting it
lemon
2025-12-14
1
-2
/
+2
|
*
ir/dump: initialize out buffer statically
lemon
2025-11-22
1
-3
/
+1
|
*
irdump: print alloca # bytes
lemon
2025-11-21
1
-0
/
+3
|
*
ir: implement dominator tree computation
lemon
2025-11-21
1
-0
/
+3
|
*
rename IR classes to reflect bitsize
lemon
2025-11-21
1
-5
/
+5
|
*
ir/dump: print block predecessors
lemon
2025-11-21
1
-2
/
+10
|
*
ir: for easier debugging, keep ctype in dats, print as literal when possible
lemon
2025-11-20
1
-18
/
+49
|
*
debug output to stdout
lemon
2025-11-19
1
-70
/
+74
|
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
1
-1
/
+1
|
*
preeliminary va_list support
lemon
2025-11-14
1
-2
/
+2
|
*
irdump: don't print fn ret type in non return branches
lemon
2025-11-12
1
-1
/
+1
|
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+255