Historial de Commits

Autor SHA1 Mensaje Fecha
  florian ae8d2dc69a * omit first not, helps the reg. allocator to find a workable colouring, resolves #36611 hace 5 años
  florian 3b1903b430 * simplified fpc_mul_qword so it compiles again on avr, fixes #36236 but does not solve the root of the problem hace 6 años
  florian f92b8d1681 * changes shift parameter of shift helpers into ALUUInt, as there is an "and" used anyways, this does not change semantics but reduces register pressure on 8 bit targets hace 6 años
  florian 71e71ad267 * fix currency division on non x86 32 bit targets hace 7 años
  nickysn b14f277e8f + use rtl helpers for 64-bit shl/shr/sar/rol/ror modify in place operations, on hace 8 años
  florian 7213a13081 * split fpc_mul_<64 bit> into separate procedures with and without overflow checking hace 8 años
  florian 590ec0f3e6 * more procedures excluded to avoid internalerrors on avr after the trgobj.conservative fix hace 10 años
  florian 886e3e8d02 * disable several complex procedures for avr with a newly introduced define: EXCLUDE_COMPLEX_PROCS. They hace 10 años
  masta 66aca1b104 Optimize generic 64-bit division code hace 11 años
  nickysn 34cf432600 * in the generic implementation of fpc_mul_int64, fallback directly to hace 11 años
  nickysn c2ba9ebfe5 + added different mul helpers for the 32 to 64-bit muls, since they can usually hace 11 años
  florian be3749301f * fix possible issues due to new behaviour of constant shifting hace 11 años
  sergei b99cf8d680 * RTL: Changed 'shift' parameter of 64-bit shift helpers to CPU-native size, it doesn't have to be 64-bit because only its lower 6 bits are used. Not using 64 bit parameter improves code quality a bit. hace 12 años
  sergei 5d5d226487 * Applied a counterpart of r22318 to 64-bit mod/div routines. hace 12 años
  pierre a311c53167 Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu) hace 13 años
  Jonas Maebe 2722b5b381 * fixed overflow checking for $8000000000000000 in generic int64 mul hace 17 años
  Jonas Maebe bd27a09918 * changed record typecast into shift to avoid q3 becoming not hace 19 años
  michael 93ba0409be + Removed HASCOMPILERPROC define hace 20 años
  peter 4ace790492 * remove $Log hace 20 años
  fpc 790a4fe2d3 * log and id tags removed hace 20 años
  michael ffb55c4254 + Removed VER1_0 defines hace 20 años
  fpc 50778076c3 initial import hace 20 años
  peter e417e34496 * truncate log hace 20 años
  florian f77e8ab5a6 * fixed overflow checking for qword hace 21 años
  florian 62f8ed92dc * tried to fix overflow checking in qword multiplication hace 21 años
  peter 71611dd39d * shr/shl use and 63 for the shift value hace 21 años
  peter cafed35e77 * str() helpers now also use valint/valuint hace 21 años
  florian d18f952c09 * prt0.as exit code handling fixed hace 21 años
  florian 8171ad2e10 + implemented software shl/shr for 64 bit ints hace 22 años
  peter abbc3fa755 * moved int64 asm code to int64p.inc hace 22 años