index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisc
/
main.c
Age
Commit message (
Expand
)
Author
2015-11-13
add initial version of copy elimination
Quentin Carbonneaux
2015-11-11
move usage computation in filluse()
Quentin Carbonneaux
2015-11-10
fix some bugs, call ssa() in func()
Quentin Carbonneaux
2015-10-31
make phi-class handling more local
Quentin Carbonneaux
2015-10-30
fillphi() now comes before filllive()
Quentin Carbonneaux
2015-10-08
change end comment for functions
Quentin Carbonneaux
2015-10-08
improve debug output
Quentin Carbonneaux
2015-10-08
allow multiple functions in file
Quentin Carbonneaux
2015-10-07
finish implementing data parsing
Quentin Carbonneaux
2015-10-06
add pool memory management
Quentin Carbonneaux
2015-10-05
clean the command line interface
Quentin Carbonneaux
2015-09-25
add union-find based phi-class computation
Quentin Carbonneaux
2015-09-15
heavy modification of call handling
Quentin Carbonneaux
2015-09-15
start work on aggregate types
Quentin Carbonneaux
2015-09-15
update emit to the new setting
Quentin Carbonneaux
2015-09-15
more modifications to rega
Quentin Carbonneaux
2015-09-15
add a size to all operations (wip)
Quentin Carbonneaux
2015-09-15
use correct sizes during reg allocation
Quentin Carbonneaux
2015-09-15
use a new Ref type for registers
Quentin Carbonneaux
2015-09-15
start change of representation for registers
Quentin Carbonneaux
2015-09-15
perform isel before code emission
Quentin Carbonneaux
2015-09-15
add a code emitter for at&t syntax
Quentin Carbonneaux
2015-09-15
complete a crude register allocator
Quentin Carbonneaux
2015-09-15
test isel
Quentin Carbonneaux
2015-09-15
move some debug output out of main
Quentin Carbonneaux
2015-09-15
cosmetics
Quentin Carbonneaux
2015-09-15
improve output, add debug array
Quentin Carbonneaux
2015-09-15
show more spilling data
Quentin Carbonneaux
2015-09-15
attempt more correct loop marking
Quentin Carbonneaux
2015-09-15
more testing code
Quentin Carbonneaux
2015-09-15
test code for the spiller
Quentin Carbonneaux
2015-09-15
rework liveness to compute reg pressure
Quentin Carbonneaux
2015-09-15
move main function out of parse.c
Quentin Carbonneaux