Commit Verlauf

Autor SHA1 Nachricht Datum
  Károly Balogh 3a256424f7 amunits: even more PACKRECORDS 2 madness vor 11 Jahren
  Károly Balogh 55e2893f39 amunits: renamed Graphics unit to AGraphics to match AROS and MorphOS, added PACKRECORDS 2 at a few places vor 11 Jahren
  florian 3f18d85434 * create a thumb_func directive before .globl directives in assembler to prevent accidental changes of asm mode vor 11 Jahren
  Károly Balogh 1e86d2ba2f rtl-console: don't forget to open libraries on MorphOS vor 11 Jahren
  Károly Balogh 143d7d7dd4 rtl-console: unified AROS and MorphOS units except video (for now). but upgraded MorphOS' video unit to AROS level vor 11 Jahren
  Károly Balogh 4ae5441757 Amiga, MorphOS, AROS: renamed a constant named "SINGLE" in intuition unit and unified across all systems vor 11 Jahren
  marcus 49b0c18c53 AROS: rtl-console, fv, FP-IDE added vor 11 Jahren
  Károly Balogh 434e199f0b arosunits: removed the executable bit from some of the source files vor 11 Jahren
  Károly Balogh bf35dae486 rtl-console: fixed TKeyEvent to TKeyRecord mapping on big endian systems vor 11 Jahren
  florian dffdde7d53 * fixes reference handling for arm thumb and ldrb, not perfect yet and other ldr/str types might need similiar fixes vor 11 Jahren
  marcus 97831bed8a Amiga, AROS, MorphOS: Define in IncludeTrailingPathDelimiter changed to HASAMIGA vor 11 Jahren
  marcus b962e61847 AROS: arosunits for aros system library units vor 11 Jahren
  florian db01c50a4f * fixes jump table generate for arm thumb vor 11 Jahren
  sergei a5958d6e5f * m68k: do not emit moves between same register, they end up in wrong code in some cases when register needs to be spilled (and entirely useless otherwise). vor 11 Jahren
  Károly Balogh 581e4ac28d + amunits, morphunits: added PUBLICSCREEN_F define, which was missing (verified against NDK3.9 and MorphOS SDK) vor 11 Jahren
  florian d407d8ec7e * thumb has no mla instruction support vor 11 Jahren
  florian 836a6e46ca * several issues with interface wrappers for thumb fixed vor 11 Jahren
  marcus 5305a4d827 Amiga,AROS,MorphOS: IncludeTrailingPathDelimiter not adding DirectorySeparator after Driveseparator vor 11 Jahren
  florian 97fc823e33 * generate AND for small set comparions using the cg class, so it works for arm thumb as well vor 11 Jahren
  florian 64dafdb1de * stabn writing code simplified vor 11 Jahren
  florian 09728a9ae2 * improved r28534: LDR/STR on thumb do not support registers >r7 as destination/source vor 11 Jahren
  Károly Balogh ef5f1b7ed2 amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS vor 11 Jahren
  sergei 1e11e34f42 + MIPS: implemented more peephole optimizations. vor 11 Jahren
  sergei d9a7d28838 + MIPS: support floating point conditions in its emulated flags, on MIPS4+ convert such flags to registers using conditional move instructions (i.e. without branching). For older cores generated code remains the same. vor 11 Jahren
  Károly Balogh 5a7b1f00cf ARM: Thumb is an ugly mess, but this at least makes fcl-image package to build with -Ooregvar. someone with more clue is welcomed to review and come up with a better patch. vor 11 Jahren
  Károly Balogh 785a1690a2 amicommon: AOS_heapPool renamed to ASYS_heapPool. common stuff should start with ASYS, to avoid confusion on AmigaOS, so more to come vor 11 Jahren
  nickysn cd0acd050e * store the tiny heap free block size in a TP7-compatible way (as a normalized vor 11 Jahren
  lacak 9703d14149 fcl-db: base: if either MinValue or MaxValue is <> 0 then use range MinValue-MaxValue instead of MinRange-MaxRange (for TLongintField). It is compatible with other Fields and allows set range 0-X or X-0. Bug #26606 vor 11 Jahren
  sergei 3b06465322 + MIPS: support replacement spilling for mov.s, mov.d and (partially) mtc1 instructions. vor 11 Jahren
  sergei 5655baa23a * MIPS: optimized conversion of unsigned 32-bit integers to float, now uses one integer register instead of two and does not generate redundant move. vor 11 Jahren