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-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
2015-09-15
jez becomes jnz, complete cmp+jmp contraction
Quentin Carbonneaux
2015-09-15
split cmp in two sizes
Quentin Carbonneaux
2015-09-15
fix two bugs in isel
Quentin Carbonneaux
2015-09-15
fix 2 bad bugs in rega and improve substraction
Quentin Carbonneaux
2015-09-15
quick fix for comparisons with constants
Quentin Carbonneaux
2015-09-15
start work on comparisons
Quentin Carbonneaux
2015-09-15
use cmp $0, it works with spill slots
Quentin Carbonneaux
2015-09-15
adapt emit to new Ref setting
Quentin Carbonneaux
2015-09-15
start work on word/long handling
Quentin Carbonneaux
2015-09-15
replace IA with X for x64 instructions
Quentin Carbonneaux
2015-09-15
avoid keyword clash by using cons for constants
Quentin Carbonneaux
2015-09-15
clean the commutativity + fix bug in emit
Quentin Carbonneaux
2015-09-15
start improving constants support
Quentin Carbonneaux
2015-09-15
emit some x86-sepcific instructions
Quentin Carbonneaux
2015-09-15
add a code emitter for at&t syntax
Quentin Carbonneaux
[prev]