Commit History

Author SHA1 Message Date
  J. Gareth "Curious Kit" Moreton a6af56cc0d * x86-64: Fixed bug where the wrong operand was checked for the "Mov2Nop 8" peephole optimisation (fixes i41367) 3 weeks ago
  florian e5a64ee521 * fix tx64tryfinallynode.dogetcopy 3 weeks ago
  florian 3efd82b685 * cleanup 4 weeks ago
  Rika Ichinose 49805e0361 Update maxUsed at the correct moment. 1 month ago
  Rika Ichinose 4e69e46b8e Remove SysTryResizeMem. 1 month ago
  Rika Ichinose eb233fc447 Let Copy(string, start, count) reuse the existing allocation. 4 weeks ago
  florian 1f035adf9f + implement while (simple expr.) do ... to if (simple expr.) then repeat ... until not(simple expr.); optimization as proposed by Rika 4 weeks ago
  J. Gareth "Curious Kit" Moreton ed1893bd8f * Debug: Register read/write information is now clearer under "DEBUG_INSTRUCTIONREGISTERDEPENDENCIES" 4 weeks ago
  marcoonthegit d5d2484ac7 * Calculate size of TFPmemorybuffer in ptruint for larger dimensions in 64-bit. Closes #41365 4 weeks ago
  florian 7b2b51e6f3 * fix and simplify twhilerepeatnode.internalsimplify 1 month ago
  Michaël Van Canneyt 5f5fb3febb * Again timezone fixes 1 month ago
  florian 6b0942166c * fix type casts 1 month ago
  Pierre Muller 2757e8f299 Fix assembler syntax error in last commit 1 month ago
  florian 9bff60e270 + implement while i>0 do ... dec(i); to if i>0 then repeat ... dec(i) until i=0; as proposed by Rika in mr1122 1 month ago
  Michaël Van Canneyt 7a24c2e720 * Fix 3.2.2 compilation of pas2js 1 month ago
  florian ea76a1f5e0 * make thread var count size CPU dependent 1 month ago
  florian f1251160db * trailing spaces removed 1 month ago
  J. Gareth "Curious Kit" Moreton 37cd24f65a * x86: Minor refactoring of "VmovdqxVmovdqxVmovdqxVmovdqx2VmovdqyVmovdqy" optimisations to avoid requirement of AVX2 2 months ago
  ccrause 0e30f6c97c at90usb8u2 and atmega8u2 should use rjmp/rcall because of small flash size. 1 month ago
  florian dbf18e9d29 * formatting 1 month ago
  Michaël Van Canneyt f8e45083d0 * TLocalTimeZone.FixDoGetOffsetsAndType 1 month ago
  florian 285ba1cc6f * allow generic parameters to be used as array limits, resolves #41358 1 month ago
  Michaël Van Canneyt 8a738d3253 * Some Delphi compatibility fixes 1 month ago
  Michaël Van Canneyt 64e57de183 * Add format method for Delphi compatibility 1 month ago
  Margers 57092e3336 Mouse wheel for go32v2. 1 month ago
  Margers 34f50766e1 Mouse wheel for msdos. 1 month ago
  Margers 13f44e0284 Mouse wheel generate only down action. 1 month ago
  florian 38fd88f001 * strange oversight fixed that tcgassignmentnode.pass_generate_code doesn't handle a certain 1 month ago
  Rika Ichinose 5f69f5a7cf For JVM, use float64xxx wrappers instead of unsupported lvalue casts. 1 month ago
  marcoonthegit 9f9c546494 * add deprecated to a call with a message about subsitute. 1 month ago