Commit History

Author SHA1 Message Date
  nickysn 3ab0f3a93f + added a toperandtype enum, containing all the operand types of Z80 5 years ago
  nickysn 1f5a1f8c28 + added DJNZ to the set of jmp instructions 5 years ago
  nickysn f307f6954f * formatting 5 years ago
  nickysn 9b78276760 * synchronized with trunk 5 years ago
  florian 9176efbab4 * factored out TARMAsmOptimizer.OptPass1SXTH 5 years ago
  florian 19a9d4c4ac * factored out TARMAsmOptimizer.OptPass1SXTB 5 years ago
  florian 7172397077 * factored out TARMAsmOptimizer.OptPass1UXTH 5 years ago
  Károly Balogh 4f14f0f4e5 m68k-amiga: startup code to print a console message and quit, when the OS is known to be too old for the RTL 5 years ago
  Károly Balogh c577e290d1 m68k-amiga: enable certain legacy exec support functions only when compiling for OS v2.0 5 years ago
  Károly Balogh 2f8fe76bed m68k-amiga: have an AMIGA prefix in OS_MINVERSION public constant, add OS 2.0 support, make sure we open v39 by default as it is needed by memory pool functions 5 years ago
  Károly Balogh 36e4db15bc m68k-amiga: make it possible to disable functions newer than OS 2.0 (v37+) 5 years ago
  nickysn 962e339ec4 + TZ80AddNode.NoEqual 5 years ago
  nickysn 6b74573677 + added a nodetype parameter to TZ80AddNode.GetResFlags 5 years ago
  nickysn 2e6b36f57d + initialize some common variables in TZ80AddNode.second_cmp16_32_64bit 5 years ago
  nickysn f9e4f7b19b + introduced a TZ80AddNode.second_cmp16_32_64bit method, not implemented for now 5 years ago
  nickysn ca23b5124e * synchronized with trunk 5 years ago
  pierre 73b563b367 Avoid invalid typecast in tarmunaryminusnode.pass_1 method 5 years ago
  florian 9bcff94e9e * factored out TARMAsmOptimizer.OptPass1UXTB 5 years ago
  marco 3c467f7cc5 * added some image_dllcharacteristics flags + removed some hard tabs. 5 years ago
  nickysn fa32887942 * synchronized with trunk 5 years ago
  florian c4b66c89f7 * check for stup instead of stp 5 years ago
  nickysn c3ca85e349 * synchronized with trunk 5 years ago
  florian 2276caae24 + common assembler optimizer base class for arm and aarch64 5 years ago
  pierre 3022927a6f Handle all existing possible values for init_settings.fputype to set Tag_FP_Arch .eabi_attribute 5 years ago
  florian 3dff78621c * Aarch64: UTX/STX instructions include now the postfix, so it is the same as for ARM 5 years ago
  florian 2bae2a451c * load 0 into unaligned memory in a simpler way 5 years ago
  florian 7c2c8581b7 * get rid of fpu_vfp_first/last hack 5 years ago
  florian 3d4cc7c2f6 * fixes compilation on WinCE 5 years ago
  florian cd35cdad25 * fix Min/MaxSingle/Double values, resolves #36870 5 years ago
  florian 458a6000e7 + arm: optimize sxth/sxtb 5 years ago