index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisc
/
emit.c
Age
Commit message (
Expand
)
Author
2015-10-08
allow multiple functions in file
Quentin Carbonneaux
2015-10-08
emit alignment directives properly
Quentin Carbonneaux
2015-10-07
finish implementing data parsing
Quentin Carbonneaux
2015-10-01
support negative frame offsets in emit
Quentin Carbonneaux
2015-09-30
uniformize alignment code in framesz()
Quentin Carbonneaux
2015-09-29
wip on new stack slots (emit, spill)
Quentin Carbonneaux
2015-09-22
parse return types of functions
Quentin Carbonneaux
2015-09-21
emit syntactically valid calls
Quentin Carbonneaux
2015-09-20
factor formatting inside emitf
Quentin Carbonneaux
2015-09-20
simplify two loops with a pointer
Quentin Carbonneaux
2015-09-20
save callee-save registers
Quentin Carbonneaux
2015-09-17
add hack in emit to support stack arguments
Quentin Carbonneaux
2015-09-17
start work on fuction parameters
Quentin Carbonneaux
2015-09-15
hack to enable proper regalloc on calls
Quentin Carbonneaux
2015-09-15
implement aggregate passing in regs
Quentin Carbonneaux
2015-09-15
start function call lowering (wip)
Quentin Carbonneaux
2015-09-15
start work on aggregate types
Quentin Carbonneaux
2015-09-15
split some long calls
Quentin Carbonneaux
2015-09-15
fix two bugs in new emit
Quentin Carbonneaux
2015-09-15
update emit to the new setting
Quentin Carbonneaux
2015-09-15
fix invalid test in emit
Quentin Carbonneaux
2015-09-15
output labels only when necessary
Quentin Carbonneaux
2015-09-15
change cmp $0, %reg, to test %reg, %reg
Quentin Carbonneaux
2015-09-15
fix emit(OCopy) and use pointers in max.ssa
Quentin Carbonneaux
2015-09-15
remove non-critical diagnostics
Quentin Carbonneaux
2015-09-15
add truncation operation
Quentin Carbonneaux
2015-09-15
new NAlign constant and fix frame size computation
Quentin Carbonneaux
2015-09-15
move spill and emit to the new slot system
Quentin Carbonneaux
2015-09-15
add sign/zero extension operations
Quentin Carbonneaux
2015-09-15
remove obsolete comment about MEM
Quentin Carbonneaux
2015-09-15
add the mul instruction
Quentin Carbonneaux
2015-09-15
replace RMem refs with an OAddr opertation
Quentin Carbonneaux
2015-09-15
compile branches on and using test
Quentin Carbonneaux
2015-09-15
make sure eflags-writing do not disappear
Quentin Carbonneaux
2015-09-15
tentative support for fast allocs
Quentin Carbonneaux
2015-09-15
major lifting: get rid of RReg
Quentin Carbonneaux
2015-09-15
add basic support for stack allocation
Quentin Carbonneaux
2015-09-15
minor size optimization for 0XSet
Quentin Carbonneaux
2015-09-15
add a small size optimization to emit
Quentin Carbonneaux
2015-09-15
split store into store{w,l}
Quentin Carbonneaux
2015-09-15
prefix register macros
Quentin Carbonneaux
2015-09-15
fix my sloppy understanding of x86 assembly!
Quentin Carbonneaux
2015-09-15
cosmetics
Quentin Carbonneaux
2015-09-15
movsb is not movsbl without suffix...
Quentin Carbonneaux
2015-09-15
attempt factoring store emission code
Quentin Carbonneaux
2015-09-15
ugly support for store/load
Quentin Carbonneaux
2015-09-15
simplify parsing
Quentin Carbonneaux
2015-09-15
add nmem to opdesc for use in the spiller
Quentin Carbonneaux
2015-09-15
add some load/store operations
Quentin Carbonneaux
2015-09-15
fix wrong instruction in emit
Quentin Carbonneaux
[next]