Commit Verlauf

Autor SHA1 Nachricht Datum
  paul b2a613c17f compiler: implement record constructors + tests vor 12 Jahren
  paul 51825b6f2e compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation) vor 12 Jahren
  Jonas Maebe 69c29a415f * pass the procdef to getintparaloc instead of only the proccalloption, so vor 12 Jahren
  pierre eaeb63f86d FreeBSD and OpenBSD also seem to use eax:edx for small strcut returns vor 12 Jahren
  Jonas Maebe 614436d8cb * added pocall_mwpascal to cdecl_pocalls so we no longer have to explicitly vor 13 Jahren
  Jonas Maebe 95c69f1f9e * fixed function return location for small records on darwin/i386 and vor 13 Jahren
  florian 74d3c8cc57 * on i386-win32 when using stdcall calling conventions, records with a size of 1,2 and 4 are returned in al/ax/eax now, resolves #22675 vor 13 Jahren
  Jonas Maebe 0a1157da38 * fixed memory leaks in the compiler introduced in r21862 by marking and vor 13 Jahren
  Jonas Maebe 7a0ae38700 + also specify the parameter def when allocating a parameter via vor 13 Jahren
  Jonas Maebe c3ea451aea * set tcgpara.vardef when creating parameter info vor 13 Jahren
  Jonas Maebe 587244c088 * factored out common code from get_funcretloc() vor 13 Jahren
  Jonas Maebe 188677ea91 * fixed the offset of memory parameters allocated via getintparaloc(): vor 13 Jahren
  Jonas Maebe a08989a76b * zero/sign extend parameter values and return values < 32 bit to 32 bit on vor 14 Jahren
  sergei 06311e5aad * i386-win32: Pass const variants by reference to safecall procedures, confirmed this behavior with Delphi (in general, safecall on win32 must behave as close as possible to stdcall). vor 14 Jahren
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed vor 15 Jahren
  Jonas Maebe 8b0301409a + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and vor 15 Jahren
  Jonas Maebe 92901a0619 - removed unused local variable after r16050 vor 15 Jahren
  Jonas Maebe f13f6627c4 * moved use_fixed_stack from cgutils to a method in paramgr so it can vor 15 Jahren
  joost 65ab1e820b * Safecall on linux/i386 now behaves like cdecl plus hidden exception support. vor 15 Jahren
  Jonas Maebe 57bd6d2685 + merged nestedprocvars branch vor 15 Jahren
  Jonas Maebe 15e9c54b44 * fixed ABI compliance for parameter passing and function returning on all vor 15 Jahren
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can vor 15 Jahren
  Jonas Maebe b6e4896805 * small typo corrections by Adriaan Van Os (mantis #15652) vor 15 Jahren
  Jonas Maebe cc5aeb09de * fixed handling the result value of functions where the result type is vor 16 Jahren
  florian f34acc8505 * fixes compilation on i386 after r13410 vor 16 Jahren
  florian e27937106f - removed obsolete USECMOV define vor 17 Jahren
  yury 0bcaf8845f * Fixed 'mixed signed/unsigned' warnings. vor 17 Jahren
  Jonas Maebe 53d11b9a06 * fixed para locations at the calleeside for nostackframe assembler vor 17 Jahren
  peter f7737bebda * fix parameter allocation for left to right calling conventions vor 17 Jahren
  peter 8f239d04b6 * cleanup and simplify the set type handling vor 17 Jahren