提交歷史

作者 SHA1 備註 提交日期
  tom_at_work 1fa32dffef * remove additional dot for import name of external function. Makes tprocext compile and run for powerpc64 (stub still not fully working, due to missing GOT loading in stub). 18 年之前
  Jonas Maebe 12575526da * also generate an implicit exception frame in case only the function 18 年之前
  yury e7ef9757c9 * Corrected comment. 18 年之前
  florian b6cca14944 * proper handling of dummy result node in dfa, resolves #8717 and #8079 18 年之前
  florian 2b2c6f7f53 * don't add empty symtables when specializing generics 18 年之前
  yury bd0cafd545 * fixed ARM stackframe optimization when float registers are used. 18 年之前
  yury 9bbff8042f * Set return value of safecall procedure if implicit try/finally blocks are disabled. 18 年之前
  yury a7d1508959 * Fixed safecall procedures by generating implicit try/finally and setting correct return value if exception was occurred or not. Now safecall is fully Delphi compatible. 18 年之前
  daniel 9adb202a92 * Rework the constexprint to allow operations from low(int64) to high(qword). 18 年之前
  florian 63b35fdb2e + give more sophisticated warnings about uninitalized variables when life info is available 18 年之前
  florian 2761b9e096 * life info generation works for the whole compiler if exception catching blocks are ignored 18 年之前
  peter e7ead9fc9f * nested procedures are not supported in generic methods 18 年之前
  peter 83ccc62cf0 * during specialization use the symtable stack at 18 年之前
  florian 45cda67f3f + first basically working (not all node types yet) dfa implementation determining life information 18 年之前
  Tomas Hajny 30b78920cd * OS/2 compilation fixes (not completely finished yet) 18 年之前
  Jonas Maebe c13ff3729b * Merged 2.3 branch changes: 18 年之前
  florian 4ceadcbc6e + infrastructure for target specific resourcefile classes 18 年之前
  tom_at_work 99bc1ccb75 * merged some code which was ifdefed separately for POWERPC and POWERPC64 code but is equal 18 年之前
  Jonas Maebe d6a4fbea47 * removed no longer used allow_only_static global variable 18 年之前
  Jonas Maebe d614eab0fb * don't call afterconstruction/beforedestruction in case an exception 18 年之前
  Jonas Maebe fae803869f * don't typecast the localst of the main program to a localsymtable 18 年之前
  Jonas Maebe 1218322f8c * cs_generate_stackframes (w+/-) should only apply to normal routines, 18 年之前
  Jonas Maebe ddd071b2e4 + support for Delphi's {$w-/+} switch (force stackframe generation for 18 年之前
  Jonas Maebe bb0bd621d4 * more epxlanation about the "elsewhere" 18 年之前
  Jonas Maebe a32da9bc10 * fixed comment about assembler directive handling and stack frames 18 年之前
  Jonas Maebe b951947b64 * partially fixed Delphi compatibility for assembler procedures: in case 18 年之前
  Jonas Maebe bc06fd4d74 * fixed mantis #6152 (allow overloads to be defined before all 18 年之前
  Jonas Maebe d3ded54ae0 * temporarily turn off self and vmt checking after calling 18 年之前
  daniel 1b173fd0f3 + Enable resourcestring in all modes 18 年之前
  yury 2fd4be4637 * Additionally check procedure's para_stack_size before doing stackframe optimization. It handles the case when a parameter is passed partially in registers and partially in the stack. 19 年之前