summary refs log tree commit diff
path: root/alias.c
AgeCommit message (Expand)Author
2022-12-14new blit instructionQuentin Carbonneaux
2022-12-12treat retc as non-escapingQuentin Carbonneaux
2022-11-22use a new struct for symbolsQuentin Carbonneaux
2022-11-20export getalias()Quentin Carbonneaux
2022-11-20make multiple calls to fillalias() possibleQuentin Carbonneaux
2022-11-20stored bytes in Alias informationQuentin Carbonneaux
2022-11-20argc does not leak its address argumentQuentin Carbonneaux
2022-11-20make Alias.base an intQuentin Carbonneaux
2022-10-08"rel" fields become "reloc"Quentin Carbonneaux
2022-10-08do not drop relocation kind in alias analysisQuentin Carbonneaux
2019-02-18mark phi arguments as escapingQuentin Carbonneaux
2017-05-17intern symbol namesQuentin Carbonneaux
2017-04-10simplify slot logic in alias analysisQuentin Carbonneaux
2017-02-24fix pretty bad bug in alias analysisQuentin Carbonneaux
2017-02-23propagate aliasing information through copiesQuentin Carbonneaux
2017-02-06use uint for block idsQuentin Carbonneaux
2016-12-12implement a simple alias analysisQuentin Carbonneaux