index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
x86_64
Commit message (
Expand
)
Author
Age
Files
Lines
*
backend: separate instrs for integer/float store
lemon
2025-12-31
3
-15
/
+15
*
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
*
x86_64/emit move things around
lemon
2025-12-26
1
-12
/
+11
*
avoid GOT relocations in unnecessary instances
lemon
2025-12-25
2
-8
/
+6
*
x86_64: fix isel for 7036e19
lemon
2025-12-24
1
-1
/
+1
*
x86_64: fix -fpic
lemon
2025-12-23
1
-9
/
+7
*
lower alloca as a separate pass before isel
lemon
2025-12-23
2
-33
/
+13
*
isel: fix returning fixarg()'d temp
lemon
2025-12-20
1
-4
/
+4
*
backend: unify pass memory allocation strategies
lemon
2025-12-20
2
-7
/
+2
*
emit: fix errata in flagslivep()
lemon
2025-12-20
1
-1
/
+1
*
x86-64: peephole optimization for 3-address shift -> lea
lemon
2025-12-20
2
-1
/
+15
*
isel: fix wrong instr cls being used in some cases
lemon
2025-12-19
1
-2
/
+2
*
x86-64 abi: fix wrong class being used in float vararg
lemon
2025-12-18
1
-1
/
+1
*
x86-64/emit: remove some superfluous rex.W prefixes
lemon
2025-12-18
1
-2
/
+2
*
regalloc+emit: get rid of xsave/xrestore hack
lemon
2025-12-18
1
-6
/
+0
*
x86_64: for vararg calls, write to EAX in isel
lemon
2025-12-18
2
-14
/
+5
*
emit: don't put the exit block always at the end of the function
lemon
2025-12-17
1
-1
/
+6
*
x86-64/emit: implement single-exit-point ret with jump threading
lemon
2025-12-16
1
-25
/
+37
*
create distinct interned string type
lemon
2025-12-15
1
-3
/
+3
*
x86_64/emit: handle pseudo subtraction used for cmp
lemon
2025-12-14
1
-0
/
+2
*
various relocation related optimization
lemon
2025-12-14
1
-16
/
+29
*
fix position independent loads of function symbols.
lemon
2025-12-13
2
-7
/
+9
*
x86-64/emit errata
lemon
2025-12-12
1
-7
/
+4
*
x86_64: fix erroneous encoding of index reg in no-pie situations
lemon
2025-12-12
1
-11
/
+1
*
s/amd64/x86_64/
lemon
2025-12-12
4
-0
/
+2379