Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe bb9e962490 * fixed procvar parameter passing on ppc/sysv (by value instead of by il y a 16 ans
  peter 8f239d04b6 * cleanup and simplify the set type handling il y a 17 ans
  Jonas Maebe f36e5411af * split cpu64bit compiler define into il y a 17 ans
  Jonas Maebe 22f616d6af * treat procvardef parameters the same as records (fixes webtbs/tw9141) il y a 18 ans
  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. il y a 18 ans
  Jonas Maebe 544dd57a96 * r0 is also volatile il y a 18 ans
  Jonas Maebe e815b923d5 * a_loadfpu_* gets two size parameters: fromsize and tosize il y a 18 ans
  peter 658c46b903 * remove tdictionary and tindexarray il y a 19 ans
  peter 3078a1927f * remove ttype il y a 19 ans
  Jonas Maebe 593f74d155 + full support for varargs-related functionality for "mwpascal; external;" il y a 19 ans
  Jonas Maebe 55a2007321 * fixed skipping of parameter registers for ppc/aix in case a parameter il y a 19 ans
  Jonas Maebe 385815beff * fixed offset calculation of first parameter on the stack if there il y a 19 ans
  Jonas Maebe ab8f96f4cf * disabled i386 createtempparaloc again because it generates wrong il y a 19 ans
  peter b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from il y a 19 ans
  Jonas Maebe d8ed0a8722 * copied createtemppara override from x86, to avoid creating double il y a 19 ans
  Jonas Maebe c423e23bb4 * only use r12 as frame pointer in the entry code for ppc if necessary il y a 19 ans
  Jonas Maebe 8f6babfef7 * fixed passing record parameters of size >= 3 and whose size is not il y a 19 ans
  Jonas Maebe 89094457c5 * pass varargs float parameters only in integer registers instead of only il y a 20 ans
  Jonas Maebe 614f49355b - removed commented unused assignintreg() procedure il y a 20 ans
  fpc 790a4fe2d3 * log and id tags removed il y a 20 ans
  fpc 50778076c3 initial import il y a 20 ans
  Jonas Maebe bfa2301575 * const record parameters > 8 bytes are now passed by reference for non il y a 20 ans
  Jonas Maebe 706a87c2df * don't lose sign of ord types for register parameters il y a 20 ans
  peter e417e34496 * truncate log il y a 20 ans
  Jonas Maebe a823a15888 * records which consist of only a union of one element have to be passed il y a 20 ans
  peter 18ebd28692 * push_addr_param must be defined per target il y a 20 ans
  peter f5e21ec2ff * fixed parseparaloc il y a 20 ans
  peter 35e466d971 * remove copy_value_on_stack and a_param_copy_ref il y a 20 ans
  Jonas Maebe 52212c3fb6 * fixed overallocation of stack space for parameters under SYSV il y a 20 ans
  Jonas Maebe 74cc20070d * r2 can be used by the register allocator under Darwin il y a 20 ans