summary refs log tree commit diff
path: root/copy.c
AgeCommit message (Expand)Author
2022-12-25new UNDEF RefQuentin Carbonneaux
2022-11-21recognize some phis as copiesQuentin Carbonneaux
2022-10-03fix case of Pool constantsQuentin Carbonneaux
2021-08-02copy: consider identity element for more instructionsMichael Forney
2019-11-25copy: Fix use of compound literal outside its scopeMichael Forney
2019-05-14fix a bad bug in copy detectionQuentin Carbonneaux
2019-05-02detect ubiquitous simple copiesQuentin Carbonneaux
2019-02-26new copy elimination passQuentin Carbonneaux
2018-04-26Fix compiler warnings.Emil Skoeldberg
2017-02-27cosmetic fixesQuentin Carbonneaux
2017-02-25do sign/zero extensions removal in copy.cQuentin Carbonneaux
2016-12-08use a queue for copy eliminationQuentin Carbonneaux
2016-10-22fix bug in copy propagationQuentin Carbonneaux
2016-04-20match jumps/ops with il textQuentin Carbonneaux
2016-04-19use assert for ssa invariants in fold/copyQuentin Carbonneaux
2016-04-12diagnose some undefined usesQuentin Carbonneaux
2016-03-31cleanup error handlingQuentin Carbonneaux
2016-03-29new layout, put LICENSE in rootQuentin Carbonneaux