log

age author description
2016-07-05 cslag - mips64 n64 float fixes (big endian), now mips64 n64 is fully supported (for at least big-endian platforms, still need to test little endian)
2016-07-05 cslag - mips doc stuff
2016-07-04 cslag - big-endian mips fixes for return values
2016-07-04 cslag - manual callconv clarifications
2016-07-03 cslag - first draft of mips64 n64 callbacks, not everything working, though
2016-07-03 cslag - added padding to mips64 thunk
2016-07-03 cslag - minor callback cleanups
2016-07-03 cslag - mips64 manual appendix clarifications
2016-07-02 cslag - cleanups in comments, etc.
2016-07-02 cslag - doc, added first version of mips64 callconv page
2016-06-23 cslag - mips n64 working thunks
2016-06-23 cslag - added more macros to detect MIPS platforms
2016-06-18 cslag - revert last commit, as others would need same treatment, but won't do this now
2016-06-18 cslag - cosmetics: use dyncall types
2016-06-18 cslag - added __mips_n64 predef detection to macros.h
2016-06-18 cslag - doc updates for mips32
2016-06-18 cslag - working mips32 eabi callbacks
2016-06-11 cslag - mips comment cleanups
2016-06-11 cslag - mips clarifications in doc
2016-06-11 cslag - silenced some debug warnings on mips o32
2016-06-11 cslag - dyncallback/mips_o32 fixes for when using -O? optimization flags; basically not using $fp directly, anymore
2016-06-09 cslag - more cases for checked-in config of callback_suite test (needed some more floats as first params)
2016-06-09 cslag - complete, working mips o32 callback (using hardware fp); fixes error from last commit, which ignored first 2 float args
2016-06-08 cslag - mostly functional mips o32 callbacks (seems to still have problems with 64bit params)
2016-06-07 cslag - mips o32 callbacks, first draft (calls into handler correctly, with correct params, but doesn't return)
2016-06-07 cslag - mips related cleanup, mostly comments, cpp macro lib
2016-06-05 cslag - manual: fixed html output of tables rendered as .png, using tex multirow
2016-06-04 cslag - doc clarification for mips o32 appendix
2016-06-04 cslag - MIPS o32 manual appendix
2016-06-04 cslag - internal linkage for some helper functions