Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe da696057ab * converted register_maybe_adjust_setbase() to the high level code generator vor 9 Jahren
  yury e04a3b4ac6 * Removed unused vars for x86 compiler. vor 10 Jahren
  Jonas Maebe 1bcc276dcf * remove implicit typecast to extended automatically inserted for trunc/round vor 10 Jahren
  Jonas Maebe 9079227c56 * don't give an internalerror when trying to prefetch a regvar or even vor 10 Jahren
  florian de17e9fa1c + cpu capability CPUX86_HAS_CMOV vor 10 Jahren
  florian 8207e0ef22 + make use of vfnmsub*/vfmsub*/vfnmadd* instructions if possible vor 11 Jahren
  florian 33602db802 * try to registers more cleverly during fma code generation vor 11 Jahren
  florian 18233f2c0c * fix compilation of i8086 compiler vor 11 Jahren
  florian d88d644925 + support for FMA intrinsic: if there is no hardware support, the compiler throws an error. vor 11 Jahren
  Jonas Maebe d452686c39 * moved pbestrealtype from symdef to symcpu vor 11 Jahren
  Jonas Maebe 6b16c05a98 * fixed compilation for i8086 with 2.6.x (it gave an unreachable code vor 11 Jahren
  sergei e4819e863b + Consider target_info.cprefix in symbol names. vor 11 Jahren
  Jonas Maebe 4065483a50 * completed thlcgobj.location_force_fpureg(), use it everywhere and removed vor 11 Jahren
  florian c00d752813 + create avx code in abs as well vor 11 Jahren
  florian 1882ab8d5a * i8086 has no cpu_capabilites vor 11 Jahren
  florian 84f7f5f934 * popcnt has a separate cpuid flag so we should separate it from sse vor 11 Jahren
  nickysn a7b4953795 + proper (i.e. not broken) implementation of arctan() for the 8087 and 80287 vor 11 Jahren
  nickysn 09a3fc74e3 * use the fwait prefixed FSTCW, followed by FWAIT, instead of FNSTCW in vor 11 Jahren
  sergei bca2c464da * Don't generate x87 instructions for sin and cos on win64, somehow managed to not commit this part in r25995. Mantis #17273. vor 11 Jahren
  sergei 2b1e5f7014 * Mantis #17273: don't generate x87 instructions on win64 target. vor 11 Jahren
  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. vor 11 Jahren
  florian fc72490166 * handle LOC_*FPUREGISTER correctly when using sse2 sqr, resolve #26408 vor 12 Jahren
  florian e81d2d1f3b * basic avx support for floating point operations (use -Cfavx to activate) vor 12 Jahren
  Jonas Maebe 2dd75e707e * renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef vor 12 Jahren
  Jonas Maebe 5051453806 + support for LOC_(C)MMREGISTER in hlcg vor 12 Jahren
  nickysn 2b583bb265 * do not use fsin and fcos on 286-, since they're 387+ vor 12 Jahren
  nickysn 09249b31b8 * use the generic implementation of second_IncludeExclude in case the cpu is earlier than 386, since then it does not support BTR and BTS vor 12 Jahren
  nickysn 9f0c23bd4c * fixed round() on i8086 after r24502 vor 12 Jahren
  nickysn 3665ed4b03 + enabled returning int64 in ax:bx:cx:dx for the i8086 vor 12 Jahren
  nickysn 3152df6e7f * fixed bugs in tx86inlinenode, introduced in r24237 vor 12 Jahren