index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
x86_64
/
emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add bswap16/32/64
lemon
2026-03-02
1
-3
/
+22
*
ir: make address ref hash table resizable
lemon
2026-02-28
1
-2
/
+2
*
driver: recognize shared libraries; & backend: misc fixes for PIC isel edgecases
lemon
2026-02-22
1
-1
/
+1
*
IR: just use an array for extended constants
lemon
2026-02-19
1
-11
/
+11
*
codegen: eliminate redudant consecutive ret sequences
lemon
2026-01-08
1
-0
/
+2
*
backend: separate instrs for integer/float store
lemon
2025-12-31
1
-6
/
+6
*
x86_64/emit move things around
lemon
2025-12-26
1
-12
/
+11
*
avoid GOT relocations in unnecessary instances
lemon
2025-12-25
1
-7
/
+5
*
x86_64: fix -fpic
lemon
2025-12-23
1
-9
/
+7
*
backend: unify pass memory allocation strategies
lemon
2025-12-20
1
-5
/
+1
*
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
1
-1
/
+14
*
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
1
-10
/
+0
*
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
1
-6
/
+8
*
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
1
-0
/
+1388