Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 8349cde7db * changed byte/word/longbool to be Delphi-compatible (+ similar changes il y a 17 ans
  Jonas Maebe 84159b3cbb * optimize away unnecessary implicit upcasts to int64 for subtractions il y a 18 ans
  peter bbae08d0ef * fix range check error when compiling with 2.2.x il y a 18 ans
  Jonas Maebe af2b4ee178 - reverted r9519 because it breaks tbs/tb0162 and test/tint644 il y a 18 ans
  peter 13ca601510 * use svalue to compare with -1 il y a 18 ans
  Jonas Maebe 814e983c98 * optimize intvar*(-1) to -intvar il y a 18 ans
  Jonas Maebe bbca8ee012 * perform 32x32 to 64 multiplication in two more situations (u8bit and il y a 18 ans
  Jonas Maebe df2ecd14f5 * fixed comparisons of orddefs with fourcharcodes in macpas mode + test il y a 18 ans
  peter 6b8aed593f * remove registers{int/mmx/fpu} from firstpass il y a 18 ans
  Jonas Maebe 0040eecf9f + support for extra packing of sets whose lower element number il y a 18 ans
  peter 1d387c935d * small typecheckpass wrapper for recursion il y a 18 ans
  Jonas Maebe 3f701c96d4 * explicitly check for stringconstn next to stringdef in nadd, because il y a 18 ans
  peter 67e16340be * revert r8118 il y a 18 ans
  daniel 21293f5818 + Add common type integer promotion. il y a 18 ans
  Jonas Maebe 28bab3fb4f - removed some unused variables il y a 18 ans
  daniel 7934961490 * Fix browcol. il y a 18 ans
  daniel 9adb202a92 * Rework the constexprint to allow operations from low(int64) to high(qword). il y a 18 ans
  Jonas Maebe 51ebaa592f * fixed tests/webtbf/tb0041 broken by r7603: check whether ordinals il y a 18 ans
  daniel 60dee7fcf0 + New optimization: Comparisions with evaluate to true or false if the il y a 18 ans
  daniel fe5118e903 * Reduce false positives of type_h_use_div_for_int. il y a 18 ans
  Jonas Maebe 5cf2511283 - removed/disabled all normalset code (except for bootstrapping), since il y a 18 ans
  Jonas Maebe 76b190b723 - removed caretn and related code il y a 18 ans
  florian 01de46a0f4 * don't allow logical operators on char, resolves #8780 il y a 18 ans
  peter bc071f709c * fix r7009, check also if the other node is integer type il y a 18 ans
  peter e653ab6a22 * also try to convert non-set nodes to a set in set operations il y a 18 ans
  peter ab22fd42d1 * simplify integer operations with constnat 0 or 1 il y a 18 ans
  Jonas Maebe 31c29a280a * moved typechecking stuff from taddnode.simplify to taddnode.pass_typechec il y a 18 ans
  florian c3f22aae94 * fixed set+range on big endian systems il y a 18 ans
  florian efb025310d * tried to restore old set behaviour for big endian targets il y a 18 ans
  florian 9a0f769b2f * cleaned up set conversion il y a 18 ans