Historique des commits

Auteur SHA1 Message Date
  nickysn 70a0d2989c * fixed tmoddivnode.pass_typecheck on 64-bit CPUs; I was wrong about uint64 div uint64 producing int64 on 64-bit CPUs; this fixes make cycle on e.g. x86_64 il y a 12 ans
  nickysn f84fc17edc + implemented a timeout in the dosbox wrapper, so that we don't wait forever if a test hangs il y a 12 ans
  nickysn 3c6df5bedc * use is_nativeuint() in ninl.get_str_int_func(), instead of the ifdef sequence il y a 12 ans
  nickysn 7a15fd0444 * in the case of (uint8 div/mod small_positive_const), convert the const to unsigned, so that we don't do a 16-bit division on 8-bit CPUs il y a 12 ans
  nickysn 3558766390 * first attempt to simplify tmoddivnode.pass_typecheck handling of all cpu native int sizes il y a 12 ans
  nickysn 0dcbb4f1cc * refactored tunaryplusnode.pass_typecheck as well il y a 12 ans
  nickysn a3117beb12 * refactored tunaryminusnode.pass_typecheck to handle all native int sizes generically, without ifdefs il y a 12 ans
  nickysn 0473cbf70f * refactored the add node type check pass to handle all native integer sizes with the same common code, without ifdefs il y a 12 ans
  nickysn 2486009d37 + support u64bit as well in defutil.range_to_basetype il y a 12 ans
  nickysn 59976c3ac8 * use FixNonCommutativeOpcodes in agx86int.pas as well (fixes compilation for i386) il y a 12 ans
  nickysn d88855566a + added defutil.is_nativesint and is_nativeuint il y a 12 ans
  nickysn 70d02e6942 + added defutil.is_nativeint and is_nativeord il y a 12 ans
  nickysn 7bce3c5208 * reverse the order of checks for determining the native int type (e.g. 8086 in large memory model would have 32-bit addresses, but a 16-bit native int) il y a 12 ans
  nickysn db35b011a3 * modified test cpu16/addint1.pp to not halt on the first error il y a 12 ans
  nickysn fdc13a77a5 + first test for CPUs with a 16-bit native int added il y a 12 ans
  florian ad0b0455d8 * extended comment il y a 12 ans
  nickysn c3aaa37c0c * fixed a bug which caused non commutative fpu instructions to be wrong when using an intel-style external assembler and compiling a smartlinked unit il y a 12 ans
  nickysn 74cd67b85c + added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO) il y a 12 ans
  nickysn 889e8650f1 * fixed compiler crash due to infinite recursion when compiling boolean to longint conversion on a 16 or 8-bit CPU il y a 12 ans
  nickysn e76cee64cc * dosbox_wrapper made to add automatically .exe to the file name, if it is missing il y a 12 ans
  nickysn 59dd5ee1d0 + dosbox wrapper script replaced with a pascal implementation that is multiplatform and supports being run in multiple instances il y a 12 ans
  nickysn f06b58a8bd * always enable smartlinking for the tests themselves when running the testsuite for msdos il y a 12 ans
  nickysn 848eeceded * use min and max in defutil.get_common_intdef il y a 12 ans
  nickysn 949210e808 + added min and max functions for Tconstexprint il y a 12 ans
  nickysn a8d72cc11a * bug fix in defutil.get_common_intdef il y a 12 ans
  nickysn 8a1178e4e9 * regenerated makefiles il y a 12 ans
  nickysn 0fe3bee97e * set STATICLIBPREFIX to empty for the msdos target in fpcmake.ini il y a 12 ans
  nickysn 873d5f7d05 * makefiles regenerated il y a 12 ans
  nickysn 592dcc5b83 * compile the RTL with -CX when running the testsuite for msdos il y a 12 ans
  nickysn a05823b8bf * updated fpcmake.inc after the changes in fpcmake.inc from my previous commit il y a 12 ans