[interp] initial infrastructure for whitebox testing of optimization passes (mono...
authorBernhard Urban-Forster <lewurm@gmail.com>
Tue, 14 Jan 2020 20:59:48 +0000 (21:59 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 14 Jan 2020 20:59:48 +0000 (21:59 +0100)
commitd6222a340cd1715736f747ba8128043049705195
treeb711d40dbb8ea2c8cc2025d69c7832b5dbea854b
parentc8d03fbd171f70c3aadc1010df59b95594a00fa4
[interp] initial infrastructure for whitebox testing of optimization passes (mono/mono#18268)

Commit migrated from https://github.com/mono/mono/commit/05f2651a12ba5eae1de8b488c4026145622b265a
src/mono/mono/mini/.gitignore
src/mono/mono/mini/Makefile.am.in
src/mono/mono/mini/interp/transform.c
src/mono/mono/mini/interp/transform.h [new file with mode: 0644]
src/mono/mono/mini/interp/whitebox-snippets.il [new file with mode: 0644]
src/mono/mono/mini/interp/whitebox.c [new file with mode: 0644]