Historial de Commits

Autor SHA1 Mensaje Fecha
  sergei 1c84c3edbf * Fixed label optimizer to work with MIPS, and enabled level 1 optimization for MIPS targets. hace 12 años
  lacak 7a46ebd7f1 fcl-db: odbc: map UNSIGNED SMALLINT to ftWord fields. TestSupportWordFields hace 12 años
  florian 162cb30528 * another patch by Max Nazhalov to fix shifting and rounding of float128 hace 12 años
  sergei 8823574fe2 * MIPS: get rid of DIV and DIVU macros. hace 12 años
  sergei d0ae800da6 + MIPS: Use INS and EXT instructions for bit manipulations when target CPU type is set to mips32r2. hace 12 años
  pierre eb1ff90de1 Fix jvm compiler compilation failure after rev 25013 hace 12 años
  lacak 1ffcb9c1e6 fcl-db: mssql: add comments hace 12 años
  lacak f2464fbf3d fcl-db: mysql: formatting (remove unused variables) hace 12 años
  lacak 029eb92bd0 fcl-db: mysql: map UNSIGNED SMALLINT to ftWord fields. TestSupportWordFields hace 12 años
  sergei 828309e61d - MIPS: removed opcodes that are not in any known documentation. hace 12 años
  florian a0292b8962 * patch by Max Nazhalov to fix more conversion issues of the C code translation, resolves #24691 hace 12 años
  marco ee5ce52d4c * Simple Add/remove firewall rule wrapper by d4nn13 (forum) hace 12 años
  florian 6ab95815d8 * try to optimze (p-/+const)^ by putting const into the offset of the generated reference hace 12 años
  florian be2ab84474 * make actualtargetnode a normal procedure using pointers to node so it can be used also when replacing nodes hace 12 años
  nickysn 7e70a5f763 * i8086 fix after r25010: i8086 doesn't support lea sp,[sp-XXX] hace 12 años
  Tomas Hajny 67b3017751 * RealMaxPathLen added - value queried from the system on startup hace 12 años
  florian 94cf650d9a * use lea to adjust stack pointer, this is equal or faster on all modern CPUs than add/sub hace 12 años
  sergei 7810d6637a * MIPS: improved 64-bit comparisons by using cg.a_cmp_reg_reg_label, uses less instructions and registers when comparing with zero. hace 12 años
  sergei 7a28815182 * r24895 used wrong expression for swapping sides of comparison, and it went undetected by tests. Fixed. hace 12 años
  sergei 40045e6269 - Removed unused variables hace 12 años
  sergei 8bfef107b3 * TAB characters removed. hace 12 años
  sergei c855868a3d * MIPS: get rid of macros in comparison operations, use immediate operands for comparison with constants when possible. hace 12 años
  Jonas Maebe 1e167a5fd3 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) hace 12 años
  Jonas Maebe 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) hace 12 años
  Jonas Maebe 345ca6f187 * prevent going through (the expensive) InternalSetCodePage when changing hace 12 años
  pierre 277ae481b8 Add passing of -k option to linker for msdos and go32v2 targets hace 12 años
  florian b78d6108fd * workaround for 2.6.x to avoid overflow errors when compiled with -CRiot hace 12 años
  marco 56e9f9301c * First set of patches for making mergable CHM files, committed after a point with 0 regressions. hace 12 años
  sergei 87cfd86172 * Define SUPPORT_GET_FRAME for targets having "get_frame" as internal symbol (x86,arm and jvm, currently), removes need to enumerate these targets in every related conditional compilation directive and simplifies configuring this feature for other targets. hace 12 años
  nickysn f7d3f7cd33 * use create_nil_dataptr instead of create_sym(nil) in TRTTIWriter.write_rtti_reference; among other things, this fixes writeln(enum) in the i8086 medium memory model hace 12 años