index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
amd64: swap, sar
lemon
2025-09-08
1
-1
/
+21
*
amd64: bugfix
lemon
2025-09-08
2
-5
/
+9
*
amd64: fix isel for numeric conversion ops
lemon
2023-08-07
1
-4
/
+4
*
amd64: add mulf and divf codegen
lemon
2023-08-07
1
-3
/
+18
*
amd64/emit bugfix
lemon
2023-07-09
1
-3
/
+3
*
amd64 codegen fixes
lemon
2023-07-07
2
-13
/
+20
*
fix emit() setcc and copy
lemon
2023-07-06
1
-1
/
+2
*
misc bugfixs
lemon
2023-06-30
2
-23
/
+92
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
2
-34
/
+91
*
fix some warnings
lemon
2023-06-25
1
-9
/
+1
*
fix regalloc thinking some ins are dead by adding ins.keep
lemon
2023-06-24
1
-1
/
+5
*
amd64/emit: more float fixes
lemon
2023-06-24
1
-21
/
+24
*
backend: don't mixup float and int temps
lemon
2023-06-24
1
-3
/
+3
*
backend: fix regalloc to work with more complex dataflow
lemon
2023-06-24
3
-7
/
+25
*
change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef
lemon
2023-06-22
2
-26
/
+26
*
explicitly store predecessors in each block
lemon
2023-06-21
1
-4
/
+4
*
amd64: fix aggregate return in regs
lemon
2023-06-20
1
-3
/
+3
*
amd64: conform to ABI for varargs func calls
lemon
2023-06-20
2
-1
/
+9
*
improve codegen for div a little (bikeshedding)
lemon
2023-06-20
1
-0
/
+5
*
amd64/emit: ensure stack is 16-byte aligned
lemon
2023-06-20
1
-10
/
+29
*
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
*
another emit() errata
lemon
2023-06-20
1
-1
/
+1
*
fix regression
lemon
2023-06-20
1
-4
/
+4
*
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
2
-2
/
+3
*
errata
lemon
2023-06-20
1
-2
/
+2
*
backend: compile comparison instrs and branches
lemon
2023-06-19
2
-30
/
+331
*
amd64/emit: fix mov(zx/sx)w
lemon
2023-06-19
1
-6
/
+6
*
fix isel & emit for sym constants
lemon
2023-06-19
2
-9
/
+10
*
oops
lemon
2023-06-19
1
-1
/
+1
*
forgot some statics
lemon
2023-06-18
1
-1
/
+1
*
add endian.h for endian dependent stuff
lemon
2023-06-18
3
-20
/
+2
*
ELF output static data
lemon
2023-06-18
1
-1
/
+1
*
basic ELF output
lemon
2023-06-17
3
-16
/
+44
*
misc
lemon
2023-06-17
3
-13
/
+19
*
oops
lemon
2023-06-14
1
-1
/
+1
*
imrpove emit()
lemon
2023-06-14
2
-78
/
+106
*
add spilling for function calls, misc fixes
lemon
2023-06-14
2
-14
/
+28
*
simpler handling of large constants in IR
lemon
2023-06-14
2
-20
/
+18
*
lowering of structcopy
lemon
2023-06-13
1
-2
/
+2
*
use a hashtable for addr refs
lemon
2023-06-13
2
-5
/
+4
*
lower allocas in isel() instead of emit() and misc fixes
lemon
2023-06-13
3
-100
/
+66
*
amd64/emit: add comments
lemon
2023-06-12
1
-87
/
+115
*
dumb
lemon
2023-06-12
1
-9
/
+8
*
xor reg,reg
lemon
2023-06-12
2
-4
/
+25
*
nyi fdiv
lemon
2023-06-12
1
-1
/
+1
*
dec,inc,sub
lemon
2023-06-12
2
-1
/
+39
*
amd64/emit: emit LEA for 3-address ADD
lemon
2023-06-12
1
-3
/
+14
*
something with phi
lemon
2023-06-12
1
-1
/
+1
[next]