提交历史

作者 SHA1 备注 提交日期
  sergei b89822d3e9 * i8086: added assembler implementation of fpc_round_real and removed remaining softfloat dependencies. 11 年之前
  sergei 7ba4e67564 * Fixed Linux FPU exception mapping for x86_64 and MIPS, might be still incomplete, but at least operations yielding NaNs no longer produce EAccessViolation. 11 年之前
  Jonas Maebe 47a7b117fd * regenerated revision.inc and fpcmake.inc after r27188, which updated 11 年之前
  Jonas Maebe 1ac4021178 * moved po_has_inlininginfo from procoptions to procimploptions so that 11 年之前
  Jonas Maebe 72c1e2a8ce * write newline after synthetickind 11 年之前
  Jonas Maebe c47b4cbe86 * fixed spacing of "alias names" 11 年之前
  Jonas Maebe 7d8e9cf0f6 * moved tprocdef.isempty to a new set called implprocoptions that 11 年之前
  florian b2b26f84cf * partially merged the mips-embedded branch of Michael Ring: 11 年之前
  marco 31a3e98a91 * fix for #25753 11 年之前
  nickysn 8ff628afe1 + added i_msdos.pas and t_msdos.pas to ppc8086.lpi 11 年之前
  nickysn 4c8e947f0c * changed the shortstring index variables that were previously longint and were later changed to sizeint (in r26917) to ObjpasInt after r27142 11 年之前
  sergei fcfed19c84 * Fixed one of the C porting bugs (wonder how many are still left...) 11 年之前
  sergei ab3ae9cf40 * Fixed comment. 11 年之前
  sergei 4952754184 - i386 and x86_64 no longer use any softfloat stuff. 11 年之前
  florian 0e5cf6529e + peephole optimizations AndMovzToAnd, MovMov2Mov1 and MovMov2MovMov1 for x86-64 11 年之前
  sergei 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 年之前
  sergei 13da05a778 * Factored direct access to softfloat_exception_flags into a helper procedure. 11 年之前
  lacak 8aa280fd81 fcl-db: tests: add '23:59:59' to test time values 11 年之前
  sergei e79e038f9c + Win32/Win64 SEH: STATUS_FLOAT_MULTIPLE_(FAULTS|TRAPS) need additional handling. Makes floating-point exceptions consistent between x87 and SSE. 11 年之前
  nickysn b7d759344d * fixed do_filepos and do_seekend not returning the high 16 bits of the file 11 年之前
  nickysn d989a42111 * several local variables changed from longint to integer 11 年之前
  sergei b32579278b * Forgot to increase size of array in r27146 11 年之前
  nickysn 517f802ccc * revert to the initial implementation of GetCommandLine as the code generator 11 年之前
  sergei 5f985602fb * Replaced fpc_ln_real with modern port from fdlibm/uclibc, it has even better accuracy than damath library. 11 年之前
  sergei 9801288cdc * Removed SysInitFPU/SysResetFPU from (remaining) system units initialization code. It is redundant there because it is called from fpc_cpuinit, or, in case of i386, from fpc_cpucodeinit. 11 年之前
  reiniero 420e0165a2 fcl-db: sqlconnection: 11 年之前
  sergei 6baba5065c * i386: Perform all CPU-related initialization in fpc_cpucodeinit, instead of having it scattered between fpc_cpuinit,fpc_cpucodeinit and check_sse_support. Simplifies things quite a bit. 11 年之前
  sergei a9b0a92873 * cpuid_support: translated to ATT syntax and optimized a bit. 11 年之前
  Jonas Maebe 4dfc731bdc + support for nested classes in the WPO devirtualisation and VMT 11 年之前
  Jonas Maebe 80863a8361 * fixed warning/compilation 11 年之前