Histórico de Commits

Autor SHA1 Mensagem Data
  Pierre Muller 5e6e24ec08 Rename fields of tspillregsinfo record to avoid having same field names as treginfo record há 1 ano atrás
  Pierre Muller b49c3fe4f8 Aslo check that live_end is assigned before refering to it há 2 anos atrás
  Jinyang He 96f4300158 Fix the edge of first_imaginary in move op há 2 anos atrás
  Jonas Maebe a835d8b533 rgobj: reduce compilation time of programs with long movelists há 2 anos atrás
  florian 4f9c19d943 * simplifications by Rika (*2 loops => shl/Bsr), resolves #39717 há 3 anos atrás
  Yuriy Sydorov e9acd759a4 * Fixed random AVs when targeting the AVX FPU. há 3 anos atrás
  Yuriy Sydorov 4f711a8b2c * Use longint for Tmoveins.id instead of word to prevent overflow in extreme cases. há 3 anos atrás
  Yuriy Sydorov 5c55f1a16e * Added Tmoveins.id to be used for sorting and searching in Tmovelist, to há 3 anos atrás
  Yuriy Sydorov 8e5c2467e2 * Fixed node coalescing with real registers. há 3 anos atrás
  Yuriy Sydorov 7e4753bebd * Typo fixed. há 3 anos atrás
  Yuriy Sydorov d0cc649428 * Write interference graphs to the unit output directory. há 3 anos atrás
  Yuriy Sydorov c4a1cdceae * Corrected calculation of spilling efficiency. há 3 anos atrás
  Yuriy Sydorov c9d9d42f0e * Better coalescing with real registers. This improves setting of parameters há 3 anos atrás
  Yuriy Sydorov b4df9dbe1d * Prevent spilling of spill-helper registers which contain the value of a há 3 anos atrás
  Yuriy Sydorov 61cf121533 * Use a register alias while handling reg deallocs in trgobj.instr_spill_register() há 3 anos atrás
  Yuriy Sydorov b43ee41090 * If in a move instruction "MOV reg1,reg2" one of the registers must be há 3 anos atrás
  Yuriy Sydorov 213a0a704a * Added trgobj.remove_ai(), call it instead of code duplication. há 3 anos atrás
  Yuriy Sydorov b96057adeb * Remove register allocations of coalesced registers if the alias há 3 anos atrás
  florian 837b433abc * avoid overflow during register allocation há 4 anos atrás
  yury 6975437da8 * rgobj: ungetiftemp can't be used here since it frees only temps of the tt_normal type. há 4 anos atrás
  yury 4fa99cff62 * Removed more assigned but unused vars. há 4 anos atrás
  yury 31cd3df783 * Fixed r44145. To test if a constant is declared it is needed to use {$if declared()} instead of {$if defined()}. há 4 anos atrás
  florian 637976e83f * patch by Marģers to unify internal error numbers, resolves #37888 há 4 anos atrás
  yury 2f21f5ae93 * Reverted r46836, since it does not work as expected for yet unknown reason. há 4 anos atrás
  yury b5abefe03e * Moved spilling of registers which have the initial memory location and are used only once to a stage after coalescing is done. This produces a better code. há 4 anos atrás
  yury c06744b62b * Include stack location of spilled variables in the assembler output. há 4 anos atrás
  yury 60c23daa91 * Fixed the stack parameters optimization (r46776) for big endian CPUs. há 4 anos atrás
  yury 71fcb74e95 * Fixed r46776: With -O3 do not "coalesce" spilled nodes if the initial location is set. há 4 anos atrás
  yury c2dc342c55 * Use the initial location of stack parameters as a spilling location if spilling is needed. This leads to the following optimizations: há 4 anos atrás
  yury acef1e22d3 * Improved output of spilling statistics: há 4 anos atrás