Histórico de commits

Autor SHA1 Mensagem Data
  Jonas Maebe c54a181d65 * renamed sp to r1, gnu as doesn't understand sp 22 anos atrás
  olle 103019fb39 + Used macros ABI_AIX and ABI_SYSV exchanged to FPC_ABI_AIX and FPC_ABI_SYSV. 22 anos atrás
  olle 66595617c4 + added support for ABI_AIX in get_caller_addr 22 anos atrás
  Jonas Maebe a4db446a95 * fixed compilation problems (removed unnecessary modified registers 22 anos atrás
  Jonas Maebe f0227e6a17 * fpc_shortstr_append_shortstr has to use high(s1) instead of 255 as 22 anos atrás
  Jonas Maebe c70f75f1b7 * compile with -dppc603 to not use unaligned float loads in move() and 22 anos atrás
  Jonas Maebe 71bd041932 * changed dcbst to dcbtst (former means "flush cache block to memory, 22 anos atrás
  Jonas Maebe 71626ce890 * move() now uses dcbz if possible 22 anos atrás
  Jonas Maebe 0803ca6708 * fixed inclocked 22 anos atrás
  Jonas Maebe 270479ea8b * fixed stupid bug in filldword 22 anos atrás
  florian 04f686649b * uncommented shortstring compare, buggy 22 anos atrás
  Jonas Maebe d6a589bcd7 * fixed final fillchar error (tfillchr passes now) 22 anos atrás
  Jonas Maebe 335017abc9 * fixed bug in fillchar 22 anos atrás
  Jonas Maebe 12f37edaab * fixed get_caller_frame and get_caller_addr 22 anos atrás
  Jonas Maebe a74e48302d * final (? :) fix to move, passes new tests/test/tmove test 22 anos atrás
  Jonas Maebe b11c927856 * fixed some bugs in move() 22 anos atrás
  Jonas Maebe 603c27f04f - disabled fpc_shortstr_concat because it's called differently than that 22 anos atrás
  Jonas Maebe f30ce9c922 * fixed and re-enabled routines commented out by Florian :) 22 anos atrás
  florian 5b6f8ca821 * commented out not working routines 22 anos atrás
  Jonas Maebe b334226225 * fixed FillChar 22 anos atrás
  florian 676500cdfc * removed object/class helpers, the compiler uses the generic ones 22 anos atrás
  florian 37608c820f * fixed newlines 22 anos atrás
  florian 7e391203c2 * fixed fpc_shortstr_to_shortstr 22 anos atrás
  peter 1e86b585f9 * changed address parameter/return values to pointer instead 22 anos atrás
  Jonas Maebe 400baab806 + implemented get_frame() 22 anos atrás
  florian 6432af8a76 * fixed helper declarations 22 anos atrás
  florian 83571f3c6d * dec/inclocked got defines 22 anos atrás
  Jonas Maebe 613edede9b * always use code that was between 'ifdef mt', since that define is 23 anos atrás
  Jonas Maebe 87e7436d93 * changed "dcbtst r0,x" to "dcbtst 0,x" 23 anos atrás
  olle 70e27795a8 * excluded saverestorereg for target macos 23 anos atrás