Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Károly Balogh 6753f86987 m68k: migrate the compiler to the new instruction tables and drop the old ones 5 gadi atpakaļ
  Károly Balogh 19a6964088 m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 5 gadi atpakaļ
  Károly Balogh db2875ceba m68k: added the remaining instructions with explicit rounding precision. fixed fsflmul to be fsglmul (this is also typo in the original 68k PRM) 5 gadi atpakaļ
  Károly Balogh 2a87b885b1 m68k: added the most important FPU instructions with explicit rounding precision (eg. FSADD/FDADD) 5 gadi atpakaļ
  Károly Balogh c4e954c9a5 m68k: added fint and fintrz instructions 8 gadi atpakaļ
  Károly Balogh a2a630e9c5 m68k: fixed and enabled hardware mod/div support for coldfire, also it no longer depends on cpu family but cpu capability 9 gadi atpakaļ
  Károly Balogh 258b42de26 m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future. 10 gadi atpakaļ
  Károly Balogh c062e55aa2 m68k: after a compare on the FPU, move the condition flags back to the CPU. this should make floating point compare actually working 10 gadi atpakaļ
  Károly Balogh 8acc260a09 m68k: added the byterev and ff1 CF ISAA+/ISAC instructions, also added byterev as a CPU capability 11 gadi atpakaļ
  Károly Balogh fe3d11118c add string version of the new instructions to the right place. removed one more duplicate table. 11 gadi atpakaļ
  florian 4cbb67aa00 * some fpu emulation code from arm to generic code generator moved 19 gadi atpakaļ
  fpc 790a4fe2d3 * log and id tags removed 20 gadi atpakaļ
  fpc 50778076c3 initial import 20 gadi atpakaļ
  peter e417e34496 * truncate log 20 gadi atpakaļ
  florian 9706934fdc * fixed using new reg. tables 21 gadi atpakaļ
  florian 9e26b177e6 * initial revision 21 gadi atpakaļ