index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cfg.c
Age
Commit message (
Expand
)
Author
2023-03-22
rename blknew() to newblk()
Quentin Carbonneaux
2022-10-03
fix case of Pool constants
Quentin Carbonneaux
2022-02-17
cfg: remove unnecessary check for jump type
Michael Forney
2019-05-05
fuse epilog deduplication with jump threading
Quentin Carbonneaux
2017-08-17
fix bug in jumps simplification
Quentin Carbonneaux
2017-04-08
prepare for multi-target
Quentin Carbonneaux
2017-02-27
remove unused parameter from uffind()
Quentin Carbonneaux
2017-02-27
minor tweaks to simpljmp pass
Quentin Carbonneaux
2017-02-27
scrub assembly output
Quentin Carbonneaux
2017-02-07
update assert() missed in 7e1c1f
Quentin Carbonneaux
2017-02-06
fix edge deletion bug in sccp
Quentin Carbonneaux
2017-02-06
robustness fix in fillfron()
Quentin Carbonneaux
2017-02-06
use uint for block ids
Quentin Carbonneaux
2017-01-12
use a less obtuse api for vnew()
Quentin Carbonneaux
2016-12-21
schedule loop nesting computations earlier
Quentin Carbonneaux
2016-12-12
create cfg.c for cfg-related functions
Quentin Carbonneaux