index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
amd64
/
isel.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef
lemon
2023-06-22
1
-12
/
+12
*
explicitly store predecessors in each block
lemon
2023-06-21
1
-4
/
+4
*
amd64: conform to ABI for varargs func calls
lemon
2023-06-20
1
-1
/
+0
*
improve codegen for div a little (bikeshedding)
lemon
2023-06-20
1
-0
/
+5
*
fix regression wiht ret args not being fixed
lemon
2023-06-20
1
-2
/
+7
*
fix out of bounds read
lemon
2023-06-20
1
-0
/
+1
*
don't lower params and args to registers in abi0
lemon
2023-06-20
1
-2
/
+60
*
fix cls logic for comparison instrs
lemon
2023-06-20
1
-1
/
+1
*
backend: compile comparison instrs and branches
lemon
2023-06-19
1
-16
/
+102
*
fix isel & emit for sym constants
lemon
2023-06-19
1
-8
/
+6
*
add endian.h for endian dependent stuff
lemon
2023-06-18
1
-0
/
+1
*
ELF output static data
lemon
2023-06-18
1
-1
/
+1
*
basic ELF output
lemon
2023-06-17
1
-9
/
+9
*
misc
lemon
2023-06-17
1
-3
/
+3
*
imrpove emit()
lemon
2023-06-14
1
-0
/
+2
*
add spilling for function calls, misc fixes
lemon
2023-06-14
1
-8
/
+10
*
simpler handling of large constants in IR
lemon
2023-06-14
1
-16
/
+14
*
lowering of structcopy
lemon
2023-06-13
1
-2
/
+2
*
use a hashtable for addr refs
lemon
2023-06-13
1
-3
/
+2
*
lower allocas in isel() instead of emit() and misc fixes
lemon
2023-06-13
1
-49
/
+54
*
xor reg,reg
lemon
2023-06-12
1
-1
/
+12
*
dec,inc,sub
lemon
2023-06-12
1
-1
/
+17
*
something with phi
lemon
2023-06-12
1
-1
/
+1
*
register renaming and such
lemon
2023-06-12
1
-9
/
+32
*
remove RPARAM, add Oparam, lower args/rets to abi regs in abi0
lemon
2023-06-11
1
-21
/
+5
*
isel skeleton
lemon
2023-06-10
1
-0
/
+247
[prev]