提交歷史

作者 SHA1 備註 提交日期
  Jonas Maebe cc5aeb09de * fixed handling the result value of functions where the result type is 16 年之前
  Jonas Maebe 34c985cfa6 * added register type parameter to cgsize2subreg(), as the subreg can 16 年之前
  Jonas Maebe bb9e962490 * fixed procvar parameter passing on ppc/sysv (by value instead of by 16 年之前
  peter 8f239d04b6 * cleanup and simplify the set type handling 17 年之前
  Jonas Maebe f36e5411af * split cpu64bit compiler define into 17 年之前
  Jonas Maebe 22f616d6af * treat procvardef parameters the same as records (fixes webtbs/tw9141) 18 年之前
  yury 3b7e458f02 * Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977. 18 年之前
  Jonas Maebe 544dd57a96 * r0 is also volatile 18 年之前
  Jonas Maebe e815b923d5 * a_loadfpu_* gets two size parameters: fromsize and tosize 18 年之前
  peter 658c46b903 * remove tdictionary and tindexarray 19 年之前
  peter 3078a1927f * remove ttype 19 年之前
  Jonas Maebe 593f74d155 + full support for varargs-related functionality for "mwpascal; external;" 19 年之前
  Jonas Maebe 55a2007321 * fixed skipping of parameter registers for ppc/aix in case a parameter 19 年之前
  Jonas Maebe 385815beff * fixed offset calculation of first parameter on the stack if there 19 年之前
  Jonas Maebe ab8f96f4cf * disabled i386 createtempparaloc again because it generates wrong 19 年之前
  peter b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from 19 年之前
  Jonas Maebe d8ed0a8722 * copied createtemppara override from x86, to avoid creating double 19 年之前
  Jonas Maebe c423e23bb4 * only use r12 as frame pointer in the entry code for ppc if necessary 19 年之前
  Jonas Maebe 8f6babfef7 * fixed passing record parameters of size >= 3 and whose size is not 19 年之前
  Jonas Maebe 89094457c5 * pass varargs float parameters only in integer registers instead of only 20 年之前
  Jonas Maebe 614f49355b - removed commented unused assignintreg() procedure 20 年之前
  fpc 790a4fe2d3 * log and id tags removed 20 年之前
  fpc 50778076c3 initial import 20 年之前
  Jonas Maebe bfa2301575 * const record parameters > 8 bytes are now passed by reference for non 20 年之前
  Jonas Maebe 706a87c2df * don't lose sign of ord types for register parameters 20 年之前
  peter e417e34496 * truncate log 20 年之前
  Jonas Maebe a823a15888 * records which consist of only a union of one element have to be passed 20 年之前
  peter 18ebd28692 * push_addr_param must be defined per target 20 年之前
  peter f5e21ec2ff * fixed parseparaloc 20 年之前
  peter 35e466d971 * remove copy_value_on_stack and a_param_copy_ref 20 年之前