index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisc
/
lisc.h
Age
Commit message (
Expand
)
Author
2015-09-30
use more machine registers
Quentin Carbonneaux
2015-09-29
wip on new stack slots (emit, spill)
Quentin Carbonneaux
2015-09-29
more fixes for the new slot representation
Quentin Carbonneaux
2015-09-29
wip on a simpler slot handling
Quentin Carbonneaux
2015-09-28
stupid hinting works better without traces!
Quentin Carbonneaux
2015-09-27
compute reg interferences in filllive()
Quentin Carbonneaux
2015-09-26
move the liveon() function in live.c
Quentin Carbonneaux
2015-09-25
add union-find based phi-class computation
Quentin Carbonneaux
2015-09-25
change controversial (at best) typedef
Quentin Carbonneaux
2015-09-25
move return type information into Fn
Quentin Carbonneaux
2015-09-22
parse return types of functions
Quentin Carbonneaux
2015-09-20
save callee-save registers
Quentin Carbonneaux
2015-09-17
start work on fuction parameters
Quentin Carbonneaux
2015-09-16
follow suggestion of gcc
Quentin Carbonneaux
2015-09-15
heavy modification of call handling
Quentin Carbonneaux
2015-09-15
drop arity information from OpDesc
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
add parsing code for function calls
Quentin Carbonneaux
2015-09-15
define a new CMPS macro, shorten Type
Quentin Carbonneaux
2015-09-15
make type size unsigned
Quentin Carbonneaux
2015-09-15
fix minor type parsing bugs
Quentin Carbonneaux
2015-09-15
start work on aggregate types
Quentin Carbonneaux
2015-09-15
get rid of OTrunc
Quentin Carbonneaux
2015-09-15
add a size to all operations (wip)
Quentin Carbonneaux
2015-09-15
make spiller aware of parallel assignments
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
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
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
split store into store{w,l}
Quentin Carbonneaux
2015-09-15
prefix register macros
Quentin Carbonneaux
2015-09-15
cosmetics
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
jez becomes jnz, complete cmp+jmp contraction
Quentin Carbonneaux
2015-09-15
implement smarter compare+branch
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
quick fix for comparisons with constants
Quentin Carbonneaux
2015-09-15
start work on comparisons
Quentin Carbonneaux
2015-09-15
use correct sizes during reg allocation
Quentin Carbonneaux
[next]