summaryrefslogtreecommitdiff
path: root/gen.h
AgeCommit message (Expand)Author
2017-03-25Prevent blowing past our native translated instruction size of 255 bytes when...Michael Pavone
2016-10-06Add support for specifying a reset handler in the M68K core. Adjust memory ma...Michael Pavone
2015-11-25Partially working change to do proper stack alignment rather than doing a lam...Michael Pavone
2015-01-02Added functions to gen_x86 for saving and restoring callee save registers to ...Michael Pavone
2015-01-01Added 2 new functions to gen_x86.c for handling passing args according to the...Michael Pavone
2015-01-01Fix some issues with 68K instruction retranslationMichael Pavone
2014-03-03More 68K core refactoring to both reduce the amount of code and better split ...Michael Pavone
2014-03-02Initial stab at separating the generic parts of the 68K core from the host-cp...Michael Pavone
2014-02-24Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h an...Michael Pavone