提交歷史

作者 SHA1 備註 提交日期
  florian 5a87855b06 + might_have_sideeffects takes care of vo_volatile now (it is not exposed yet) 5 年之前
  florian 77b54f501f * when optimizing boolean expressions, might_have_sideeffects is only relevant if the expression would be optimized away 5 年之前
  florian d479069f8c * might_have_sideeffects takes care of absolute 5 年之前
  svenbarth 1407aa2b4b * fix for Mantis #36631: it's an error if a POINT after an array is not followed by an identifier 5 年之前
  florian 00214406bc + patch by Christo Crause: Support for attiny10x controllers, resolves #36645 5 年之前
  Mattias Gaertner b761498428 pas2js: docs option -Sj 5 年之前
  Mattias Gaertner b45a0dfbb8 pas2js: option -Sj 5 年之前
  florian 6b47d9d9ed * safecall support is meanwhile generic, so enabled for all linux targets 5 年之前
  florian 8f707903df * test fixed 5 年之前
  svenbarth cba43ebe1b - remove generic_buf_needs_swapping again as that is now handled with tmodule.change_endian of the generic's module 5 年之前
  svenbarth c6a4d10f61 * for deciding whether to swap a generic's buffer use the module's flag instead of the def's 5 年之前
  svenbarth 84dc6621cb * have the module keep track whether it was loaded from a PPU with a different endianess than the current host system 5 年之前
  svenbarth 7bcdc2b37f * implement interface thunk for RISC V 32- and 64-bit 5 年之前
  florian f1eccca3a6 * catch exceptions in all variants of TextToFloat properly 5 年之前
  Jonas Maebe d9f4c85d2e * llvm sometimes uses the AArch64 framepointer register as a regvar in the 5 年之前
  Jonas Maebe 254b85c352 + new pio_inline_forbidden flag to indicate that while parsing the 5 年之前
  Jonas Maebe b625afe800 * never inline routines that call get_frame (otherwise get_frame would return 5 年之前
  Jonas Maebe 08f9ec98e5 * use same Windows platform name as clang 5 年之前
  Jonas Maebe 592df7fa59 * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does 5 年之前
  Jonas Maebe df6516c29f * fix internalerror if adding the object info for LLVM requires creating new defs 5 年之前
  marcus cfa50b20cf AROS: TDosList structure fixed 5 年之前
  florian 43c83b3ae6 * improve LeaLea2Lea optimization 5 年之前
  florian 871136d4f2 * first couple of improvements propose by Stefan Kanthak at https://skanthak.homepage.t-online.de/division.html#fpc 5 年之前
  pierre d1e4066477 Hopefully fix problems related to loading of ppufile generated with other endianess for generics 5 年之前
  florian 6a1c09bb43 * simplify type conversions of ordinal constants to currency 5 年之前
  yury 45ffa40b71 * Removed inline since it is not supported with open array parameters. 5 年之前
  yury 1b3a3a7983 * Removed lot of unused local vars. It is useful to turn on the notes in options. :) 5 年之前
  yury 4a756a2d30 * r42239 broke the tw13948b test for aarch64. Fixed this and improved the test. 5 年之前
  florian 1486ab7c70 * do not throw a warning about unreachable code if the responsible node was generated internally 5 年之前
  yury 405b01f116 * Skip the test for android. 5 年之前