summary refs log tree commit diff
path: root/util.c
AgeCommit message (Expand)Author
2023-03-19naming nitQuentin Carbonneaux
2023-03-16silence format warning more reliablyQuentin Carbonneaux
2022-12-25new UNDEF RefQuentin Carbonneaux
2022-12-14new blit instructionQuentin Carbonneaux
2022-11-22use a new struct for symbolsQuentin Carbonneaux
2022-10-08"rel" fields become "reloc"Quentin Carbonneaux
2022-10-08add support for thread-local storageQuentin Carbonneaux
2022-10-03fix case of Pool constantsQuentin Carbonneaux
2022-03-14dynamic stack allocs for arm64Quentin Carbonneaux
2022-03-08cosmeticsQuentin Carbonneaux
2021-11-22reuse previous address constants in fold()Michael Forney
2021-10-11util: fix typo preventing 4-byte copy in blit()Michael Forney
2021-07-30err when an address contains a sum $a+$b (afl)Quentin Carbonneaux
2021-03-02fix a couple asan complaintsQuentin Carbonneaux
2017-06-06isreg() does not need to be inlinedQuentin Carbonneaux
2017-05-17intern symbol namesQuentin Carbonneaux
2017-05-16do not account for interferences in phi classesQuentin Carbonneaux
2017-04-08rework storage of typesQuentin Carbonneaux
2017-04-08prepare for multi-targetQuentin Carbonneaux
2017-01-12use a less obtuse api for vnew()Quentin Carbonneaux
2017-01-04improve performance of bsiter()Quentin Carbonneaux
2016-12-12create cfg.c for cfg-related functionsQuentin Carbonneaux
2016-12-12make newtmp() return zeroed out temporariesQuentin Carbonneaux
2016-08-15specify the allocation function in vnewQuentin Carbonneaux
2016-04-18factor some subtyping logic in clsmerge()Quentin Carbonneaux
2016-04-13oops, memcpy -> memmoveQuentin Carbonneaux
2016-04-13handle odd jumps in blkdel() an renblk()Quentin Carbonneaux
2016-04-13separate name and index in newtmp()Quentin Carbonneaux
2016-04-09did I loose my c?Quentin Carbonneaux
2016-04-09add a proper block deletion routineQuentin Carbonneaux
2016-04-05speedup bscount()Quentin Carbonneaux
2016-04-01tradeoff the type of bsiter()Quentin Carbonneaux
2016-03-31move abi code in a new fileQuentin Carbonneaux
2016-03-31cleanup error handlingQuentin Carbonneaux
2016-03-29new layout, put LICENSE in rootQuentin Carbonneaux