Commit History

Author SHA1 Message Date
  yury c92c034882 * Fixed overflow check for RELOC_RELATIVE_24. 17 years ago
  yury 4cb3fef484 * Fixed executable size limit for wince. 17 years ago
  yury c84aa860bd * Added error message if resulting executable image size is too big to fit in memory. bug #11702. 17 years ago
  yury 5e11e697b4 * Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers. 17 years ago
  Jonas Maebe 4ea13a420e * version which also fails in 2.3.1 17 years ago
  florian 916e982519 * possible fix for 11062 17 years ago
  florian d05d315aa5 * jump table is written to the data segment so create a proper label for it, resolves #11735 17 years ago
  florian 0a6887a874 * fixed timer unit name 17 years ago
  florian daedb7d82e * properties properly set 17 years ago
  florian 66e015f48c * avoid shifter constant overflow on arm when optimizing two shifter operations into one 17 years ago
  florian fe7cba52dc + support of inlined ror/rol on arm 17 years ago
  florian 20e632c8d8 * reorganized ror/rol defines 17 years ago
  florian 076df335e8 + benchmark to test md5 improvement by internal rol 17 years ago
  florian 572fe6282e * teach peephole optimizer about ror/rol 17 years ago
  Jonas Maebe 2f2d4714d0 + test to make sure that {$x-} works properly for inlined functions 17 years ago
  florian 1afb1aa9cc + ror/rol functions 17 years ago
  florian 0a26b6a129 + lazarus project to build win32 rtl 17 years ago
  Jonas Maebe b367162fcb + added test 17 years ago
  marco e6410f45c1 * disable iochecking when opening terminal (to avoid RTE of #11376). 17 years ago
  Almindor 3588a9d02c * inline the ** operators since they just call functions directly 17 years ago
  marco a9d85dea89 * or iconvlibfound according to initiconv lib result 17 years ago
  florian 6d010d076e * updated to libtar 2.0.8, resolves #11744 17 years ago
  marco dc14080182 * removed beautifying (camelcasing) of main module filename on *nix. Fixed #5614 17 years ago
  yury 4dac183601 * Bring back tcg.getflagregister on Florian's request, but made it non-abstract. It may be used for IA64 support in future (if IA64 will live so long :). 17 years ago
  yury a6eb251cee * Define dummy tcgarm.g_stackpointer_alloc to fix abstract warning. 17 years ago
  yury 0bcaf8845f * Fixed 'mixed signed/unsigned' warnings. 17 years ago
  yury 2cf240b9af * Suppressed "Values in enumeration types have to be ascending" note. 17 years ago
  yury 0e34e98b82 * Removed abstract modifier for some optional (not needed for every CPU target) methods in tcg and tparamanager classes. These methods throw internal error if not overrode. 17 years ago
  yury 578c91f69d * Create instance of tdosinputfile instead of tinputfile to prevent warning about abstract methods. 17 years ago
  yury 8ce526d760 * Removed unused abstract method tcg.getflagregister 17 years ago