Historial de Commits

Autor SHA1 Mensaje Fecha
  pierre f3b921d281 Fix missing close brace introduced in commit 20277 hace 13 años
  florian 806ae36100 * some mips rtl compilation issues fixed hace 13 años
  florian 58fbd386a3 * mips system unit compiles hace 13 años
  sergei 180686e429 * Removed 'first' field and 'packed' attribute from TAnsiRec and TUnicodeRec. Removing 'packed' should yield more efficient code on alignment-sensitive targets, while removing 'first' effectively makes two records identical to each other. Further cleanup is possible, but let's see the test suite results before proceeding. hace 13 años
  marco c44ce80585 * harmless deprecated warning, just in case. hace 13 años
  marco 8a2a788bd9 * fix for #21229, use sysutils format for error msgs, as suggested. hace 13 años
  florian 6be7b08b8e * gas reader fixed hace 13 años
  florian ae37b9f5b9 * fix floating point registers gas name hace 13 años
  sergei a1cb87bcf8 * Improved ucs4 to utf16 conversions: removed function call on every character and multiple memory allocations, made as much code as possible shared between WideString and UnicodeString versions. hace 13 años
  sergei e94508d5eb * Improved utf16 to ucs4 conversion routines: removed function call on every character, allocate memory once and made as much as possible code shared between WideString and UnicodeString versions. hace 13 años
  sergei 8dab34b31a * fpc_char_to_unicodestr: call widestringmanager directly instead of nested char_to_uchar conversion. hace 13 años
  sekelsenmat c72a639e7b Fixes stack check crash in fmtbcd.pp see bug #21208 hace 13 años
  florian de4a96f96d * fixes several register allocation related mips issues hace 13 años
  michael 723482c814 * Correctly free objects when destroying stringlist instance hace 13 años
  pierre b058593b53 * Fix compilation for cpu i386 hace 13 años
  sergei c3b106fde3 * StringToOleStr(UnicodeString), reduced to single SetString call, this way it does not depend on private functions and does not require $ifdef's. hace 13 años
  sergei f07d02b427 - Removed string conversion helpers that are not actually used by compiler code generation (duplicated pwidechar/punicodechar stuff). hace 13 años
  florian 3d2a27c66c * fix fpu register type hace 13 años
  florian f2ee5da112 * fix gas mips integer register naming hace 13 años
  florian a2009af76e * updated MIPS code so the compiler gets through the system unit hace 13 años
  florian 28036ed068 * fix some mips compiler issues, system unit compilation is getting forward hace 13 años
  florian b8f322e0de * continued to fix mips rtl compilation hace 13 años
  pierre 30d9afe879 Add mipsel file including mips counterparts hace 13 años
  florian 8b339ded7a * started to fix the mips(el) linux rtl hace 13 años
  florian 5a64b05cb4 * put generic mips code into mips dir hace 13 años
  florian 2c76472bd5 * start to fix mips(el) startup code hace 13 años
  svenbarth 0d76eeb55a Added NORUN flags to tests hace 13 años
  svenbarth ef10ce3bd0 * pgenutil.pas, generate_specialization: hace 13 años
  svenbarth 9cb16c950f This fixes Mantis #20851 . hace 13 años
  marco 13743890d5 * fix to store empty node also for tkastring, Mantis #21137 hace 13 años