Commit History

Author SHA1 Message Date
  Jonas Maebe 0b246f3dbd * converted Boolean8 to an internal type, and mapped Boolean to the 7 years ago
  yury 9ee1682955 * Fixed interface delegation for aarch64 (tdel1 and tdel2 tests). 7 years ago
  yury 84b5129f1d * Fixed writing of method's RTTI for aarch64 by explicitly writing the $self parameter first. 7 years ago
  Mattias Gaertner a70f58f68e fcl-passrc: adapted pasresolveeval for pas2js 7 years ago
  pierre 4c0a213f0d Add -Tlinux and -Tembedded help lines for riscv32 and riscv64 compilers 7 years ago
  Mattias Gaertner 23fe74416c pastojs: currency:=integer becomes c:=i*10000, integer(currency) becomes Math.floor(cur/10000) 7 years ago
  Mattias Gaertner 3f08a6c05c fcl-passrc: resolver: int64(currency) 7 years ago
  Mattias Gaertner d9be52c759 fcl-passrc: fixed MaxPrecInt to TMaxPrecInt, using TMaxPrecInt instead of int64 7 years ago
  Mattias Gaertner c7675335a6 fcl-passrc: adapted pparser for pas2js 7 years ago
  Mattias Gaertner 0e13bac228 fcl-passrc: useanalyzer: fixed p^.x:= 7 years ago
  pierre 293973b306 Add missing setting of expectloc for multiplications 7 years ago
  florian eea088c5f5 * allow nil to be assigned to generic types, resolves #34037 7 years ago
  Mattias Gaertner 5499533ddc fcl-passrc: useanalyzer: if then else ; 7 years ago
  Mattias Gaertner dd81e62f3a pastojs: if then <empty> else ; 7 years ago
  Mattias Gaertner 15dfb9eed3 fcl-passrc: resolver: if then <empty> else ; 7 years ago
  Mattias Gaertner 903854ad82 fcl-passrc: resolver: fixed include(FuncResultSet,enum) 7 years ago
  pierre c9c8ff1eef Set MaxLocalsSize according to address size not register size 7 years ago
  pierre 5ccced201a Downgrade some warnings to notes for EXTDEBUG 7 years ago
  pierre aa89182bf5 Fix compilation with -dEXTDEBUG 7 years ago
  pierre 68bcffc3e0 Fix riscv64 compiler compilation with -dEXTDEBUG 7 years ago
  Mattias Gaertner 894e4823a5 fcl-passrc: pscanner: adapted for pas2js 7 years ago
  Mattias Gaertner 80c12f56b7 fcl-passrc: useanalyzer: fixed WPO for record constants 7 years ago
  yury 9ef7a17390 * Delete temp files after test. 7 years ago
  yury 5fc2ea362f * Use syscall_nr_renameat for android. 7 years ago
  yury d0b6f427d3 * Fixed checks for exceeding limit of locals space. Prevent range and overflow errors during the checks. Introduced the MaxLocalsSize constant which provides the maximum possible size of locals space (stack frame) depending of bitness of a cpu. 7 years ago
  yury 4860f3934a * Fixed overflow error when calling align() with corner case values such as align($7FFFFFFC, 4) for the longint variant. 7 years ago
  pierre a898ae856f Adapt ppudump to fix introduced in revision 39912 7 years ago
  pierre 66e7c78a8f fix position of ppuload_platform for trecorddef 7 years ago
  pierre 88bddc2cb0 Fix ppuload for string type for i8086, use getasizeint for all string defs but short string 7 years ago
  yury 9f32b99ea6 * dotest: When executing a remote test, prevent overwrite of the test's result and log by final cleanup commands. 7 years ago