Commit History

Author SHA1 Message Date
  Jonas Maebe 179b840cea * also adjust constsetlo when parsing a constant set in Delphi mode 17 years ago
  florian 6c53785e3a * first part of implements clean up and fixing 17 years ago
  Jonas Maebe f36e5411af * split cpu64bit compiler define into 17 years ago
  peter 519b11dba7 * workaround for 2.2 rnagecheck 17 years ago
  Jonas Maebe 8349cde7db * changed byte/word/longbool to be Delphi-compatible (+ similar changes 17 years ago
  Jonas Maebe 84159b3cbb * optimize away unnecessary implicit upcasts to int64 for subtractions 17 years ago
  florian 8f17101039 * allow application of as operator only to interfaces having a guid, resolves #6797 17 years ago
  Jonas Maebe 742ff35c48 + also optimize assignments from calls to by-reference "results": 17 years ago
  yury 4e3547c7bf * Improved warning "Converting pointers to signed integers may result in wrong comparison results and range errors, use an unsigned type instead.": 18 years ago
  Jonas Maebe 70c0c2ddd9 * all currently supported platforms require that single precision 18 years ago
  Jonas Maebe e716ac6b6b * give ord->formaldef again a higher precedence than ord->floatdef 18 years ago
  Jonas Maebe 82a0749970 * prefer non-matching orddef conversions to orddef-to-pointer conversions 18 years ago
  Jonas Maebe 0aba0acdf6 * fixed widechar to shortstring conversion after r8898 (webtbs/tw7758) 18 years ago
  florian 7878f0feb3 * made all fpc_*_to_shortstr helpers a procedure, resolves #8580 18 years ago
  peter 6b8aed593f * remove registers{int/mmx/fpu} from firstpass 18 years ago
  peter e0cf015159 * refactor function result handling 18 years ago
  Jonas Maebe 0040eecf9f + support for extra packing of sets whose lower element number 18 years ago
  florian 0a50052802 * allow <const. node> -> <struct. type> type casts for internal type cast nodes, this is required by the softfloat code generator, it was forbidden by rev. 8369 18 years ago
  Jonas Maebe e1aefdbac5 * Improved escape analysis so the improved tretopt no longer fails. 18 years ago
  Jonas Maebe 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
  Jonas Maebe 30e618ccb6 * fixed typecast error in last char/widechar/widestring patch 18 years ago
  Jonas Maebe eddc507a13 * disallow widechar sets (Delphi 7 compatible, and were handled wrongly 18 years ago
  Jonas Maebe d73e79f163 * fixed regression of webtbs/tw4254: if a constant (wide)string can't be 18 years ago
  Jonas Maebe 815cd2b39d + support for widestring manager based widechar conversions 18 years ago
  daniel 6e0a7bb0eb * Nil constants that are type converted to a method procvar are now 18 years ago
  daniel d4280b3dec * Limit warning to orddefs to reduce false positives. 18 years ago
  daniel 4ea8448c6d + Warn when converting pointers to signed types. 18 years ago
  daniel 45832d4314 + New hint; for exmaple int64:=longint+longint says "Converting the operands to 18 years ago
  yury 5b5050a09c * Fixed integer to single conversion for arm-wince. It fixes tw8055.pp test. 18 years ago
  daniel 9adb202a92 * Rework the constexprint to allow operations from low(int64) to high(qword). 18 years ago