Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-25 | Use a new fatal_error function instead of calling fprintf and exit for fatal ↵ | Michael Pavone | |
errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows). | |||
2015-01-07 | Added ldr and str instructions to gen_arm | Michael Pavone | |
2014-02-24 | Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h ↵ | Michael Pavone | |
and gen.c. Added a couple fields to cpu_options so that gen_mem_fun can be made guest CPU generic | |||
2014-02-23 | Fix ARM code generation and test program | Michael Pavone | |
2014-02-23 | Added untested code for generating ARM machine code | Mike Pavone | |