index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
abi0.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
a little refactoring and cleanup
lemon
2025-09-15
1
-2
/
+2
|
*
fix abi regs with aggregate return in hidden param
lemon
2024-01-24
1
-3
/
+7
|
*
abi0: fix agg return by pointer not updating arg count
lemon
2023-06-24
1
-0
/
+1
|
*
change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef
lemon
2023-06-22
1
-3
/
+3
|
*
mem2reg: implement ssa construction; this breaks regalloc right now
lemon
2023-06-21
1
-2
/
+9
|
*
don't lower params and args to registers in abi0
lemon
2023-06-20
1
-53
/
+33
|
|
|
|
|
it's better to do it later, currently in isel(), but perhaps in a pre-isel abi1 pass
*
add spilling for function calls, misc fixes
lemon
2023-06-14
1
-1
/
+6
|
*
lowering of structcopy
lemon
2023-06-13
1
-87
/
+93
|
*
oops
lemon
2023-06-13
1
-1
/
+1
|
*
use a hashtable for addr refs
lemon
2023-06-13
1
-4
/
+3
|
*
lower allocas in isel() instead of emit() and misc fixes
lemon
2023-06-13
1
-5
/
+5
|
*
register renaming and such
lemon
2023-06-12
1
-2
/
+2
|
*
remove RPARAM, add Oparam, lower args/rets to abi regs in abi0
lemon
2023-06-11
1
-104
/
+146
|
*
encode calls a different way in the IR
lemon
2023-06-05
1
-84
/
+69
|
*
style
lemon
2023-06-05
1
-4
/
+4
|
*
command line switch for debug options
lemon
2023-06-05
1
-4
/
+7
|
*
oops
lemon
2023-06-04
1
-0
/
+1
|
*
bugfix
lemon
2023-06-04
1
-15
/
+14
|
*
abi lowering pass
lemon
2023-06-04
1
-0
/
+361