index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
x86_64
/
isel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
backend: fix edgecases where imm32 immediate overflows
lemon
2026-02-28
1
-3
/
+9
*
fix various warnings
lemon
2026-02-24
1
-1
/
+0
*
x86_64/isel: fix regression with cmp instrs edge case
lemon
2026-02-24
1
-1
/
+1
*
driver: recognize shared libraries; & backend: misc fixes for PIC isel edgecases
lemon
2026-02-22
1
-4
/
+6
*
IR: just use an array for extended constants
lemon
2026-02-19
1
-4
/
+4
*
ir: regalloc & x86-64 isel bugfixes
lemon
2026-02-18
1
-4
/
+18
*
x86_64/isel: fix edgecase of fixarg from seljmp derefing nullpointer
lemon
2026-01-09
1
-1
/
+1
*
backend: separate instrs for integer/float store
lemon
2025-12-31
1
-2
/
+2
*
x86_64: optimize away some redundant zero extensions
lemon
2025-12-29
1
-1
/
+9
*
x86_64/isel: aimm should take vlong
lemon
2025-12-29
1
-1
/
+1
*
backend: start implementing aarch64
lemon
2025-12-28
1
-14
/
+2
*
avoid GOT relocations in unnecessary instances
lemon
2025-12-25
1
-1
/
+1
*
x86_64: fix isel for 7036e19
lemon
2025-12-24
1
-1
/
+1
*
lower alloca as a separate pass before isel
lemon
2025-12-23
1
-27
/
+10
*
isel: fix returning fixarg()'d temp
lemon
2025-12-20
1
-4
/
+4
*
backend: unify pass memory allocation strategies
lemon
2025-12-20
1
-2
/
+1
*
x86-64: peephole optimization for 3-address shift -> lea
lemon
2025-12-20
1
-0
/
+1
*
isel: fix wrong instr cls being used in some cases
lemon
2025-12-19
1
-2
/
+2
*
x86_64: for vararg calls, write to EAX in isel
lemon
2025-12-18
1
-4
/
+5
*
fix position independent loads of function symbols.
lemon
2025-12-13
1
-1
/
+1
*
s/amd64/x86_64/
lemon
2025-12-12
1
-0
/
+660