Histórico de Commits

Autor SHA1 Mensagem Data
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would há 6 anos atrás
  florian b1dff29cbf * removed unused units há 8 anos atrás
  florian a8ba81a585 * unused data structure removed há 8 anos atrás
  florian 41b028ffc0 * unpcklp* require aligned memory, so do not spill replace their first operand by a memory location, resolves #31332 há 8 anos atrás
  florian 180e0e7561 * avoid spilling of 2nd and 3rd operand of avx instructions há 9 anos atrás
  Jonas Maebe 7949bebb8d * synchronised with r28168 of trunk há 11 anos atrás
  sergei e7cd5319f0 * Put under {$ifndef x86_64} more cases of instructions that do not exist in 64-bit mode. há 11 anos atrás
  sergei 1c7a5d5adc * x86: fix spilling of sqrtss and sqrtsd instructions, they cannot have memory as destination. há 11 anos atrás
  Jonas Maebe e9268a0a14 * synchronised with trunk up till r26975 há 11 anos atrás
  florian 75a13f7e47 * do not allow VCOMISD/VCOMISS to use a memory location as target há 11 anos atrás
  florian a8643410c4 * fix trgx86.do_spill_replace for bmi rotating/shifting instructions há 11 anos atrás
  florian 9d84b83475 * fix comment há 11 anos atrás
  nickysn c83032992d * more fixes to the 3-op IMUL spilling: há 11 anos atrás
  florian e210d5f30e + cpu_capabilites for x86_64 and i386 há 11 anos atrás
  Jonas Maebe 5ef93e85b8 + added extra "orgsupreg" parameter to do_spill_read/do_spill_written/ há 11 anos atrás
  florian f56d2d4b09 * be able to replace lea by add when spilling há 11 anos atrás
  florian e81d2d1f3b * basic avx support for floating point operations (use -Cfavx to activate) há 12 anos atrás
  nickysn 2a9d38d878 + proper spilling support for R_SUBH (i.e. AH,BH,CH,DH) x86 registers in trgx86.do_spill_replace há 12 anos atrás
  sergei 1579583484 * COMISD (and COMISS, too) instruction cannot have memory reference as destination, Mantis #22150. há 13 anos atrás
  sergei b3335abe75 * MOVSXD destination operand cannot be in memory, resolves #20850. há 13 anos atrás
  florian ca1f33aae1 * extended do_spill_replace with some sse instructions há 14 anos atrás
  florian 66a8dd1e32 * cmov cannot use memory location as destination, fixed spiling code, resolves #19201 há 14 anos atrás
  Jonas Maebe 99a75c56fc * fixed copy-paste error in r15600 há 15 anos atrás
  Jonas Maebe a75016e67b * make sure that registers are of the right type before calling get_alias há 15 anos atrás
  Jonas Maebe 146a819615 * fixed spilling of and operations on spilled 32 bit values for x86_64 há 16 anos atrás
  Jonas Maebe 4e1859e108 * fixed spilling of "mov $64bitconst,%reg" on x86_64 há 16 anos atrás
  yury 491f0fa1d8 * Replaced all user defined warnings by TODO comments to reduce compiler noise. há 17 anos atrás
  yury 5548824859 * Removed/ifdefed/commented unused local variables. há 17 anos atrás
  peter 6058b2c247 * renamed t_times to executionweight and moved it to há 17 anos atrás
  daniel 3ad8257ecb * Fix replace spilling of shld/shrd. há 18 anos atrás