Commit History

Author SHA1 Message Date
  svenbarth 35f8d5427f Revert r31262. Not doing type checking on generics leads to strange warnings (e.g. because variables are not considered as written). I better deal with the compile time errors one at a time than the warnings. 9 years ago
  svenbarth 56ae2d34b2 Ensure that (Bit)SizeOf(GenericParameter) returns a sensible value in case of constants (which are evaluated at compile time unlike if occuring in code) 9 years ago
  nickysn 9a2f5e01d7 + added range checking for the immediate operand of NEC V20/V30's instructions CLR1, SET1, NOT1 and TEST1 9 years ago
  nickysn 0be6d062ac + added range checking for the imm4 operand of NEC V20/V30's instructions 9 years ago
  nickysn be83ae47b9 + support NEC V20/V30's REPC/REPNC prefixes in the assembler reader 9 years ago
  nickysn a79676bd1c * fixed assembly of the NEC V20/V30 BRKEM instruction 9 years ago
  nickysn a376229d80 - removed IF_CYRIX and IF_AMD from the TODO list of instructions, that we're 9 years ago
  nickysn 5f87ac5d47 + added 486 to the list of supported CPUs on the i8086 and i386 targets 9 years ago
  nickysn 867a4881ba * changed the codes of the IF_CYRIX and IF_AMD instruction flags, to avoid 9 years ago
  marco 27f20503ab * some constants added. 9 years ago
  nickysn c4343c1a2d * don't call make_simple_ref in tcgx86.g_concatcopy on i8086, because that 9 years ago
  yury a37cd66a87 * trwsync test: Increased timeout to 30 seconds. Should prevent failures on busy machines. 9 years ago
  nickysn 6d4dfb5595 * fixed compilation of sysutils on i8086-msdos after r33290 9 years ago
  michael a9fe42b5f0 * Generic linked list class, donated by Denis Volodarsky (bug ID 24501) 9 years ago
  michael e9cdfaae9f * Fix writing of control characters (bug ID 29867) 9 years ago
  yury af1ea62ff7 * i386-android: By default set CPU type to PentiumM and FPU to SSSE3 according to Android x86 ABI. 9 years ago
  yury 3c6d4f1ee2 * Removed unused vars. 9 years ago
  yury cac16fa60e * Small refactor of the arm defaults for better readability. 9 years ago
  Jeppe Johansen 681b06bc90 Fixed more linkerscript errors. 9 years ago
  michael 2af6b236b7 * Fix failing testcase 9 years ago
  yury d7cc0064d3 * Disabled test for android. 9 years ago
  yury 3a5412a931 * Disabled tests which force the -Cg- option for Android since they can not be run on Android 5+ where PIE is required. 9 years ago
  yury d43e5dcab8 * tests: Fixed string comparison. 9 years ago
  yury a1b8c0f9e3 * Improved FPC version check when to use WaitOnExit(). 9 years ago
  michael 5085009410 * Added GetDriveIDFromLetter, bug ID #28318 9 years ago
  michael f1a7d07f8e * Fix bug ID #29393 9 years ago
  michael 6ab9435e44 * Alternat implementation based on event, from Derek (Bug ID 28831) 9 years ago
  michael 8f9899e5c4 * Fix bug #27032, order of operations when parsing a.b[c] 9 years ago
  michael 505d3f1f0e * Small formatting change 9 years ago
  marco cc8868c190 * enabled librsvg build on win64 after confirmation that it works. (Mantis #28240) 9 years ago