aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp
AgeCommit message (Expand)Author
2019-01-31compiler: support for byte arrays as keys in mapsKonstantin Yegupov
2019-01-31interp: support map literals with integer keysKonstantin Yegupov
2019-01-27all: rename go-llvm to new import pathAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2019-01-21interp: extra safety check in string emulationAyke van Laethem
2019-01-13docs: change links in README and remove old ReadTheDocs pages to point to Tin...Ron Evans
2018-12-09compiler: always use fat function pointers with contextAyke van Laethem
2018-12-01interp: report 'unreachable' instruction as an errorAyke van Laethem
2018-12-01compiler: lower interfaces in a separate passAyke van Laethem
2018-11-18interp: do not try to interpret functions with an inttoptr instructionAyke van Laethem
2018-11-17interp: support non-const ptrtoint instructionAyke van Laethem
2018-11-14interp: fix several bugs related to constant vs dirty valuesAyke van Laethem
2018-11-14interp: do cast operations at runtime if neededAyke van Laethem
2018-11-05interp: fix GEP with const value in a local variableAyke van Laethem
2018-11-05interp: fix compile-time alloc linkageAyke van Laethem
2018-11-04interp: add new compile-time package initialization interpreterAyke van Laethem