Historique des commits

Auteur SHA1 Message Date
  florian 9ec85f940e * do not remove register deallocations/allocation pairs if the register is written il y a 4 ans
  florian 91a6223281 * (slight modified) patch by J. Gareth Moreton to reduce number of assembler optimizer passes, resolves #37959 il y a 4 ans
  florian c7b19e2fc9 * track used register better: if a deallocation is moved/removed, the used register may not be removed from the current register used register set il y a 5 ans
  florian 872c22842e * do prefetching correctly il y a 5 ans
  florian 6371d5f26d + infrastructure to profile different stages of the compiler il y a 5 ans
  florian 9230ae5aab o overhaul-base.patch by J. Gareth Moreton, base for further patches il y a 6 ans
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would il y a 6 ans
  florian 94d7a02fae * modified patch by Gareth Moreton to pool TmpUsedRegs in the assembler optimizers, resolves #34679 il y a 6 ans
  florian b1dff29cbf * removed unused units il y a 8 ans
  nickysn 7ea0429d40 + added new compiler debug ifdef DEBUG_INSTRUCTIONREGISTERDEPENDENCIES, which il y a 8 ans
  florian 3c2dab9878 * i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same il y a 9 ans
  florian 4ac3953c34 * use InstructionLoadsFromReg instead of RegInInstruction when moving register deallocations il y a 9 ans
  yury b26fa07f1a * Fixed notes "var is assigned but not used". il y a 10 ans
  yury 432248cbf1 * Removed lot of unused vars. il y a 10 ans
  Jonas Maebe 1b43930749 - removed long deprecated/buggy assembler cse optimiser for i386 il y a 10 ans
  florian 2daae5ff03 * moved comment so it is recognized by lazarus as a method description il y a 10 ans
  Jonas Maebe 92fa75838e * honour -Oonopeephole il y a 11 ans
  florian 6e62fbc3d2 * more consistent updates of used registers il y a 13 ans
  florian e1a2b1859a * comments and explanations on tai_regalloc.keep field il y a 13 ans
  florian b6608e716b + tai_regalloc.keep to force register deallocations to be keep il y a 13 ans
  florian 2a14394cf5 * cleaned up scheduler code, created own scheduler class to avoid unneeded passes through the assembler il y a 13 ans
  florian 117c083003 * call inherited Destroy in TAsmOptimizer to avoid memory leak il y a 13 ans
  florian 8832a34b67 * fix reg. allocs even for procedures without labels il y a 13 ans
  florian 75e62e42e4 * add debug statements il y a 13 ans
  florian 748694a325 * fixes some issues with reg. allocation information il y a 13 ans
  florian 0fe22a358b + first version of ldr instruction scheduler on arm il y a 13 ans
  Jonas Maebe 666b4e2469 * fixed range errors in label bookkeeping that caused too much memory to be il y a 15 ans
  Jonas Maebe 090f2a6108 * defined "class of TAsmOptimizer" as separate type to avoid tripping il y a 15 ans
  Jonas Maebe c1c1b2deac * more aint() type casts replaced by int64() type casts il y a 16 ans
  yury a039dd6942 * Fixed warnings about hiding inherited method. il y a 17 ans