Commit Verlauf

Autor SHA1 Nachricht Datum
  sergei 8c693a3300 * Win64 apparently expects records with single field of floating-point type to be passed the same way as that only field, i.e. in xmm register. Fixes tests/cg/tcalext6.pp. vor 11 Jahren
  sergei 2c02e8a726 - i386, x86_64, SPARC: removed paramanager.getintparaloc overrides, it is handled by generic implementation since r24716. vor 11 Jahren
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables vor 12 Jahren
  Jonas Maebe 7566ddcc8f * add a tdef to each parameter location and set it for all target vor 12 Jahren
  Jonas Maebe 5d628b29bb * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can vor 12 Jahren
  svenbarth 7bad1763b8 Decrease amount of code duplication regarding handling of safecall and record constructors. vor 12 Jahren
  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
  Jonas Maebe df7398977a * correctly calculate the number of words spanned by a packed aggregate vor 13 Jahren
  Jonas Maebe dcdcc6988d * if an agregate contains unaligned fields, it has to be passed via memory vor 13 Jahren
  Jonas Maebe 0a1157da38 * fixed memory leaks in the compiler introduced in r21862 by marking and vor 13 Jahren
  Jonas Maebe bdc62289b4 * the safecall -> cdecl mapping is also activated for x86_64 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
  sergei c40b8d92c7 * Revert r17695 because it breaks cycling. vor 14 Jahren
  sergei 318a55b96c * x86_64-win64: fixed stack calculations so that 32-byte spilling area is only included once and only for non-leaf procedures (it was included twice with -O- and 3 times with -O2, wasting large amounts of stack memory). vor 14 Jahren
  joost 45bc3fcae0 * Enabled safecall on x86_64-linux vor 14 Jahren
  Jonas Maebe a08989a76b * zero/sign extend parameter values and return values < 32 bit to 32 bit on vor 14 Jahren
  Jonas Maebe 067536f8da * pass large "const" record parameters by reference for non-cdecl/cppdecl vor 15 Jahren
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed vor 15 Jahren
  Jonas Maebe dd759ba906 * avoid some more "movq %xmm0, %xmm0" instructions by setting the subreg 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 025ec34e4d + "CExtended" type that is the same as "extended", but conforming to the vor 15 Jahren
  Jonas Maebe b6e4896805 * small typo corrections by Adriaan Van Os (mantis #15652) vor 15 Jahren
  Jonas Maebe 62c1781bea + mw_pascal calling convention support for ARM, ppc64 and x86_64: identical vor 16 Jahren
  Jonas Maebe cc5aeb09de * fixed handling the result value of functions where the result type is vor 16 Jahren
  Jonas Maebe 34c985cfa6 * added register type parameter to cgsize2subreg(), as the subreg can vor 16 Jahren