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
*
isel: fix immediate of flipped sub
lemon
2025-12-04
1
-0
/
+1
*
test/11-abi
lemon
2025-12-02
1
-6
/
+9
*
amd64/isel: fix addressing index shift being possibly too large to encode (duh)
lemon
2025-11-29
1
-1
/
+1
*
isel: fix branch arg
lemon
2025-11-27
1
-0
/
+2
*
abi/isel: aggregate args in stack wip
lemon
2025-11-27
1
-6
/
+11
*
fix regression w/ store instr + memory immediate
lemon
2025-11-24
1
-11
/
+13
*
isel: loadstoreaddr don't fuseaddr as much
lemon
2025-11-24
1
-3
/
+5
*
implement float varargs, and some other fixes
lemon
2025-11-23
1
-0
/
+6
*
amd64/isel: indirect call arg must be memaddr
lemon
2025-11-22
1
-2
/
+7
*
make sure indirect function call pointer does not end up in clobber reg
lemon
2025-11-22
1
-0
/
+5
*
ir: barebones IR passes checked contracts
lemon
2025-11-21
1
-0
/
+2
*
remove umul
lemon
2025-11-21
1
-3
/
+2
*
change op names to match 285063eba44
lemon
2025-11-21
1
-13
/
+13
*
rename IR classes to reflect bitsize
lemon
2025-11-21
1
-11
/
+11
*
isel: lower allocas a different way, such that stk address gets materialized ...
lemon
2025-11-20
1
-23
/
+58
*
ir: for easier debugging, keep ctype in dats, print as literal when possible
lemon
2025-11-20
1
-3
/
+7
*
debug output to stdout
lemon
2025-11-19
1
-1
/
+1
*
isel: don't incorrectly clamp constant lhs of shift operation
lemon
2025-11-15
1
-4
/
+4
*
isel: fold arith
lemon
2025-11-14
1
-1
/
+21
*
preeliminary va_list support
lemon
2025-11-14
1
-5
/
+23
*
amd64/isel: fold Oext with immediates
lemon
2025-11-12
1
-0
/
+8
*
implement argument passing in stack
lemon
2025-11-12
1
-6
/
+18
*
fixup! amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
1
-1
/
+1
*
amd64/isel: make `sub imm` work for address fusing
lemon
2025-11-09
1
-2
/
+8
*
amd64: get rid of xinc/xdec. handle those at emit stage
lemon
2025-11-09
1
-18
/
+1
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-2
/
+1
*
isel: fix 3-address add when used for flags in branch
lemon
2025-11-02
1
-0
/
+3
*
isel fixes
lemon
2025-10-30
1
-3
/
+11
*
isel: fix address sel for absolute int addr
lemon
2025-10-26
1
-0
/
+7
*
amd64 missing stuff
lemon
2025-10-23
1
-2
/
+10
*
isel: fix -fpic factoring out non-symbolic address operands
lemon
2025-10-23
1
-1
/
+1
*
amd64: load/store from abs address constants; movabs
lemon
2025-10-23
1
-10
/
+19
*
amd64: float conversion insntrs
lemon
2025-10-18
1
-0
/
+13
*
small thigns
lemon
2025-10-18
1
-1
/
+1
*
bugfixes
lemon
2025-10-10
1
-0
/
+1
*
initial implementation of run-time array/aggregate initializers
lemon
2025-10-08
1
-0
/
+4
*
fix some more codegen bugs for symbol constants
lemon
2025-09-16
1
-2
/
+5
*
codegen: float cmp, ior; frontend: fix cond expr bug
lemon
2025-09-14
1
-2
/
+5
*
preliminary pie and pic
lemon
2025-09-14
1
-8
/
+25
*
amd64: fix isel for numeric conversion ops
lemon
2023-08-07
1
-4
/
+4
*
amd64 codegen fixes
lemon
2023-07-07
1
-1
/
+1
*
misc bugfixs
lemon
2023-06-30
1
-4
/
+2
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
1
-7
/
+33
*
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: fix regalloc to work with more complex dataflow
lemon
2023-06-24
1
-1
/
+1
*
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
[next]