index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rega.c
Age
Commit message (
Expand
)
Author
2022-02-17
Revert "skip jump arguments in rega"
Michael Forney
2021-10-11
avoid some one last gcc truncation warning
Michael Forney
2021-08-30
skip jump arguments in rega
Quentin Carbonneaux
2020-08-06
rega: Fix allocation of multiple temporaries to the same register
Michael Forney
2019-05-05
fuse epilog deduplication with jump threading
Quentin Carbonneaux
2019-03-09
make sure phis are temporaries in rega
Quentin Carbonneaux
2019-02-21
Fix assertion failure if temporary was spilled in all predecessors
Michael Forney
2019-02-06
2 bug fixes in rega
Quentin Carbonneaux
2019-02-05
fix a bad bug in regalloc boilerplate
Quentin Carbonneaux
2018-04-26
Fix compiler warnings.
Emil Skoeldberg
2017-05-16
new hinting in the register allocator
Quentin Carbonneaux
2017-04-08
prepare for multi-target
Quentin Carbonneaux
2017-03-29
improve global registers handling
Quentin Carbonneaux
2017-02-08
make rsp and rbp globally live
Quentin Carbonneaux
2017-02-06
use uint for block ids
Quentin Carbonneaux
2016-04-20
match jumps/ops with il text
Quentin Carbonneaux
2016-04-08
prevent gcc warning in rega
Quentin Carbonneaux
2016-04-05
use bsiter() for better performance
Quentin Carbonneaux
2016-04-04
fat il!
Quentin Carbonneaux
2016-04-01
cheap massive performance gain on brainfuck
Quentin Carbonneaux
2016-03-31
cleanup error handling
Quentin Carbonneaux
2016-03-29
new layout, put LICENSE in root
Quentin Carbonneaux