Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonas Maebe a25ebbba3e + added volatility information to all memory references hace 8 años
  pierre 1e9491550d nutils.pas: Add new procedure: hace 9 años
  pierre fe4e2956c6 Disable checkpointer call when handling left of prefetch node hace 9 años
  florian e5f63779bb * pass S_NO instead of S_XMM to *SQRTSS/SD as size as the memory location is 32/64 bit hace 9 años
  Jonas Maebe aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): hace 9 años
  florian e4baf67722 * do not write any size suffix for cvt*ss2si, doing so makes no sense as the size of the single and the integer might be different on x86-64, resolves issue #30101 hace 9 años
  florian 0232a0d979 * several inlined math function do not need a non-constant register for the argument hace 9 años
  Jonas Maebe da696057ab * converted register_maybe_adjust_setbase() to the high level code generator hace 9 años
  yury e04a3b4ac6 * Removed unused vars for x86 compiler. hace 10 años
  Jonas Maebe 1bcc276dcf * remove implicit typecast to extended automatically inserted for trunc/round hace 10 años
  Jonas Maebe 9079227c56 * don't give an internalerror when trying to prefetch a regvar or even hace 10 años
  florian de17e9fa1c + cpu capability CPUX86_HAS_CMOV hace 10 años
  florian 8207e0ef22 + make use of vfnmsub*/vfmsub*/vfnmadd* instructions if possible hace 11 años
  florian 33602db802 * try to registers more cleverly during fma code generation hace 11 años
  florian 18233f2c0c * fix compilation of i8086 compiler hace 11 años
  florian d88d644925 + support for FMA intrinsic: if there is no hardware support, the compiler throws an error. hace 11 años
  Jonas Maebe d452686c39 * moved pbestrealtype from symdef to symcpu hace 11 años
  Jonas Maebe 6b16c05a98 * fixed compilation for i8086 with 2.6.x (it gave an unreachable code hace 11 años
  sergei e4819e863b + Consider target_info.cprefix in symbol names. hace 11 años
  Jonas Maebe 4065483a50 * completed thlcgobj.location_force_fpureg(), use it everywhere and removed hace 11 años
  florian c00d752813 + create avx code in abs as well hace 11 años
  florian 1882ab8d5a * i8086 has no cpu_capabilites hace 11 años
  florian 84f7f5f934 * popcnt has a separate cpuid flag so we should separate it from sse hace 11 años
  nickysn a7b4953795 + proper (i.e. not broken) implementation of arctan() for the 8087 and 80287 hace 11 años
  nickysn 09a3fc74e3 * use the fwait prefixed FSTCW, followed by FWAIT, instead of FNSTCW in hace 11 años
  sergei bca2c464da * Don't generate x87 instructions for sin and cos on win64, somehow managed to not commit this part in r25995. Mantis #17273. hace 11 años
  sergei 2b1e5f7014 * Mantis #17273: don't generate x87 instructions on win64 target. hace 11 años
  sergei 486a7ef81e * tx86inlinenode.second_popcnt: use emit_ref_reg instead of appending instruction directly, this provides proper PIC handling of the reference. emit_reg_reg part is not strictly necessary, but done for consistency. hace 11 años
  florian fc72490166 * handle LOC_*FPUREGISTER correctly when using sse2 sqr, resolve #26408 hace 12 años
  florian e81d2d1f3b * basic avx support for floating point operations (use -Cfavx to activate) hace 12 años