提交历史

作者 SHA1 备注 提交日期
  Jonas Maebe 04a63ea278 * fixed range/overflow checking for succ/pred (mantis #16770) 15 年之前
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can 15 年之前
  Jonas Maebe 9bc15a5f61 * renamed a_param_* to a_load_*_cgpara 15 年之前
  Jonas Maebe 8a1f272c6b * de-tabbed 15 年之前
  florian dfc2652062 + support of compiler intrinsic sar* using a patch by Benjamin Rosseaux, resolves #15606 15 年之前
  Jonas Maebe 2c3c6d27d3 * fixed range checking for inc/dec when mixing unsigned and signed types 15 年之前
  Jonas Maebe 0eec337a00 - removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED 16 年之前
  Jonas Maebe 7d459cf12a * the compiler now explicitly keeps track of the minimally guaranteed 16 年之前
  Jonas Maebe 0a14c8824e * fixed invalid class typecasts in rol/ror handling 16 年之前
  Jonas Maebe a23630260b + "weakexternal" support for imported procedures and variables. 16 年之前
  florian 0a8f621a6b * don't waste a register for inc/dec(<pointer>,const); 17 年之前
  tom_at_work fbbbf33be1 * removed superfluous masking of rotation count for rol/ror inlines 17 年之前
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 年之前
  yury db5f3f6662 * Commented out unused var. 17 年之前
  florian 1afb1aa9cc + ror/rol functions 17 年之前
  Jonas Maebe f36e5411af * split cpu64bit compiler define into 17 年之前
  tom_at_work 52135af71f * implement branchless fpc_abs_long in a generic way 17 年之前
  Jonas Maebe 146b3d8bf3 * fixed location.size for length node and x86_64 mul node 17 年之前
  florian fb8bbd5ff0 + inline abs(<longint>) on x86 17 年之前
  Jonas Maebe 0040eecf9f + support for extra packing of sets whose lower element number 18 年之前
  Jonas Maebe b02fd37fbe * removed some unused variables 18 年之前
  daniel 9adb202a92 * Rework the constexprint to allow operations from low(int64) to high(qword). 18 年之前
  Jonas Maebe a0b57eddb5 * new internal set format for big endian systems. Advantages: 18 年之前
  florian 1cd41b68f7 * compiler handled round/trunc for x86 18 年之前
  Jonas Maebe c13ff3729b * Merged 2.3 branch changes: 18 年之前
  Jonas Maebe 63ebc2a1b8 * fixed include/exclude for big endian after r6172 18 年之前
  florian 2579cd139f + support for sets with size 1 and 2 18 年之前
  yury d401c0a198 * activated internal get_frame for ARM. 18 年之前
  Jonas Maebe 991c7da136 * support inc(pointer) in TP mode with range/overflow checking on as well 18 年之前
  Jonas Maebe b8c3fecd1d * fixed overflow checking for inc/dec on non-x86 18 年之前