Historial de Commits

Autor SHA1 Mensaje Fecha
  Károly Balogh 77088cf723 * bumped PPU version because r28596 breaks compatibility on Amiga/68k and MorphOS hace 11 años
  Károly Balogh 05b3a94843 * changed explicit paraloc handling to use ppuload/ppuwrite functions in paraloc instead of directly writing the data. this hopefully fixes some endian issues when using crosscompiled-on-littleendian PPUs with explicit paralocs on bigendian systems (this means Amiga/68k and MorphOS) hace 11 años
  marco dfa6b03b95 * patches from Ocean, mantis #26675 hace 11 años
  Károly Balogh c9f91258eb fpmkunit: disable process unit and threading on Amiga and AROS for now hace 11 años
  reiniero aae9a5b8b9 + fcl-db: mysql 5.6 connector: add support for MariaDB 10.0. Should fix isseu #26620. Needs testing. hace 11 años
  Károly Balogh e126b787a3 Amiga: moved the remnants of the old CRT unit from Amiga RTL to rtl-console package and made it to build at least. It's probably still very broken, and needs fixing. hace 11 años
  sergei 3ede5ec99b * MIPS peephole: refactored/simplified and added (another) couple of optimizations. hace 11 años
  sergei ac64c4600f + MIPS: make use of instructions MUL,SEB and SEH that are available in modern cores. hace 11 años
  marcus 64769b847a amicommon: GetEnv improved, EnvCount and EnvStr implemented hace 11 años
  sergei 4e2fb9d28b * MIPS: fixed O_MOVE_SOURCE and O_MOVE_DEST constants (they were swapped, amazing that it ever worked with such a mistake). hace 11 años
  sergei 406a678223 * MIPS: MOVE instruction cannot be changed into conditional move (MOVZ/MOVN) if it overwrites register used as condition. hace 11 años
  marcus e86504af04 amunits: syscall-ified AGraphics, AmigaDos, Utility.library units hace 11 años
  Károly Balogh 842a5ecc4d amunits: syscall-ified ASL hace 11 años
  marcus bb4659ceb6 Amiga: syscall-fied exec and intuition.library units hace 11 años
  florian 3f71b059e5 * improve ldr*/str* handling for arm thumb hace 11 años
  Károly Balogh 9991ee4165 m68k: support loading of refs to data registers, also when explicit paraloc is set and it's a register, use that directly, this fixes several syscall-related corner cases on Amiga hace 11 años
  sergei 02f39c667a * MIPS: added a couple of important capabilities and made them available for big-endian targets as well. hace 11 años
  nickysn 9b41b10350 * implementation of tiny heap's GetMem changed, so that it doesn't use FreeMem hace 11 años
  sergei 768e090006 - MIPS: don't create reg.allocator for MM registers. hace 11 años
  Károly Balogh 94a84d3286 amunits: some random functions syscall-ified. Mostly things used by rtl-console and FV. hace 11 años
  Károly Balogh 05b249f204 Amiga: do not use tagsarray in rtl-console/video hace 11 años
  joost 030885727e * Do not use sym.realname but sym.name in the mangledname for the Dwarf-3 debuginfo. This makes it possible to mix Dwarf-2 and Dwarf-3 debug info into one executable. hace 11 años
  sergei 98332db7fe * Improved generic implementations of Bsf/Bsr. Existing ones were just ugly, BsfQword/BsrQWord producing total of 15 inline expansions 5 levels down and bloating into just a little less than a kilobyte of code (on MIPS). Now it is at most 3 expansions and 21 instructions (84 bytes), 16 and 32 bit routines are branchless. hace 11 años
  Károly Balogh 5471a399e3 amunits: syscall-ified timer, fixed keymap to build (oops...) hace 11 años
  Károly Balogh e92e2349e7 amunits: syscall-ified keymap unit hace 11 años
  svenbarth 244ac12794 Fix for Mantis #26615. hace 11 años
  Jonas Maebe 74e56c2674 * let GetDirIO() return its result in DefaultFileSystemCodePage, as its only hace 11 años
  Jonas Maebe 88d969f3bd * ensure that sysutils.expandfilename() returns its result in hace 11 años
  florian 2fa7171a45 * generate AND for small set comparisons also when only set vars are involved using the cg class, so it works for arm thumb as well hace 11 años
  florian 8a7c16327c * fixes reference handling for arm thumb and ldrh, not perfect yet hace 11 años