Historie revizí

Autor SHA1 Zpráva Datum
  steve 5ed5c197dd merge till 33642 před 9 roky
  steve b90e03eec7 revert broken merges před 9 roky
  steve 007da53a35 merge from trunk před 9 roky
  Jonas Maebe 99361994b7 * only copy the shiftval field from the original para location when creating před 9 roky
  steve d356e65415 merge of r31476 through r32427 před 10 roky
  Jonas Maebe fa3b0ca312 * support marking defs created via the getreusable*() class methods as před 10 roky
  steve 08df85cd45 reintegration merge trunk před 10 roky
  Jonas Maebe f40ea04540 * changed getarraydef() into a tarraydef.getreusable() class method před 10 roky
  Jonas Maebe f402b0d7df * changed getpointerdef() into a tpointerdef.getreusable() class method před 10 roky
  Jonas Maebe d7412fb5c0 * fixed memory leaks and multiple recalculation regarding function result před 10 roky
  steve 4e1d65892b 0002 Added base for Reg Off calculation to paramgr před 10 roky
  Jonas Maebe 61e4a1b811 + added tasmlist parameter to getintparaloc() (needed for llvm) před 10 roky
  sergei beeb85f11c * Don't force CORBA (unmanaged) interfaces to be returned in parameter. All managed types including Variant and COM interfaces are already checked by handle_common_ret_in_param, superfluous checks removed. před 11 roky
  Károly Balogh 9991ee4165 m68k: support loading of refs to data registers, also when explicit paraloc is set and it's a register, use that directly, this fixes several syscall-related corner cases on Amiga před 11 roky
  nickysn d8d35a32c9 - rm bogus ifdef cpu16bitalu from tparamanager.allocparaloc and .freecgpara před 11 roky
  nickysn 9321d9916d * use voidpointer.size instead of sizeof(pint) in tparamanager.push_size in před 11 roky
  sergei 6ea9ce1077 * Force managed types to be always returned in parameters, independent of target (primitive types were already handled that way; the patch affects small records with fields of managed types). před 11 roky
  sergei f42c1b3720 * Return dynamic arrays in parameter, this was the only managed type still returned in register. Returning managed types in registers requires catching and re-raising exceptions at callee side in order to finalize result and avoid memory leaks. While such behavior makes little difference with generic setjmp-based exception handling, it becomes very inefficient as SEH-styled exception handling is being introduced. před 12 roky
  svenbarth 235c06ab34 Implement volatile address registers. Fixes quite some tests, but also breaks others... (overall more are fixed than are broken :) ) před 12 roky
  Jonas Maebe 7f2750f188 * missing part of r24776, using a build server also has pitfalls :/ před 12 roky
  Jonas Maebe 9938169d2c * don't use the paracgsize in get_paraloc_def(), because it generally před 12 roky
  Jonas Maebe 7566ddcc8f * add a tdef to each parameter location and set it for all target před 12 roky
  sergei 4714dc2218 + paramgr.pas: provide generic implementation of getintparaloc(). Once this method has been changed to use the procdef, it can reuse 'regular' parameter locations created by create_paraloc_info, so separate cpu-specific implementations of getintparaloc are no longer necessary. před 12 roky
  nickysn 6b2f59c3e0 + preparations for returning int64 in ax:bx:cx:dx on i8086 před 12 roky
  Jonas Maebe 2b78bb1674 - removed ppc-specific tcgpara.composite field, it's no longer used or před 12 roky
  svenbarth 344571cb4e Added support for type helpers. In non Delphi modes they use "type helper" and in mode Delphi they use "record helper". They can also be used on constants. před 12 roky
  svenbarth 7bad1763b8 Decrease amount of code duplication regarding handling of safecall and record constructors. před 12 roky
  paul b2a613c17f compiler: implement record constructors + tests před 12 roky
  paul 51825b6f2e compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation) před 12 roky
  Jonas Maebe 69c29a415f * pass the procdef to getintparaloc instead of only the proccalloption, so před 12 roky