index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
ir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
create distinct interned string type
lemon
2025-12-15
1
-6
/
+6
*
fix position independent loads of function symbols.
lemon
2025-12-13
1
-2
/
+2
*
ir: bump MAXINSTR
lemon
2025-12-10
1
-1
/
+1
*
abi: fix aggregate passed by regs 2nd reg offset
lemon
2025-12-06
1
-3
/
+6
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
1
-2
/
+0
*
ir.h: tweak mkintrin() definition to work with tinycc
lemon
2025-11-24
1
-1
/
+1
*
c: check actual reachability for non-void func may not return value
lemon
2025-11-23
1
-0
/
+1
*
ir: implement dominator tree computation
lemon
2025-11-21
1
-0
/
+2
*
ir: barebones IR passes checked contracts
lemon
2025-11-21
1
-0
/
+8
*
change op names to match 285063eba44
lemon
2025-11-21
1
-2
/
+2
*
rename IR classes to reflect bitsize
lemon
2025-11-21
1
-7
/
+7
*
isel: lower allocas a different way, such that stk address gets materialized ...
lemon
2025-11-20
1
-1
/
+1
*
ir: for easier debugging, keep ctype in dats, print as literal when possible
lemon
2025-11-20
1
-1
/
+2
*
factor type stuff into type.h
lemon
2025-11-16
1
-0
/
+14
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
1
-1
/
+2
*
preeliminary va_list support
lemon
2025-11-14
1
-3
/
+6
*
implement argument passing in stack
lemon
2025-11-12
1
-0
/
+1
*
fixup! amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
1
-0
/
+1
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-2
/
+10
*
ir bugfixes
lemon
2025-10-23
1
-0
/
+1
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+280