Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 11 años
  sergei 2c02e8a726 - i386, x86_64, SPARC: removed paramanager.getintparaloc overrides, it is handled by generic implementation since r24716. hace 11 años
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables hace 12 años
  Jonas Maebe 7566ddcc8f * add a tdef to each parameter location and set it for all target hace 12 años
  Jonas Maebe 5d628b29bb * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can hace 12 años
  svenbarth 7bad1763b8 Decrease amount of code duplication regarding handling of safecall and record constructors. hace 12 años
  paul b2a613c17f compiler: implement record constructors + tests hace 12 años
  paul 51825b6f2e compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation) hace 12 años
  Jonas Maebe 69c29a415f * pass the procdef to getintparaloc instead of only the proccalloption, so hace 12 años
  Jonas Maebe df7398977a * correctly calculate the number of words spanned by a packed aggregate hace 13 años
  Jonas Maebe dcdcc6988d * if an agregate contains unaligned fields, it has to be passed via memory hace 13 años
  Jonas Maebe 0a1157da38 * fixed memory leaks in the compiler introduced in r21862 by marking and hace 13 años
  Jonas Maebe bdc62289b4 * the safecall -> cdecl mapping is also activated for x86_64 hace 13 años
  Jonas Maebe 7a0ae38700 + also specify the parameter def when allocating a parameter via hace 13 años
  Jonas Maebe c3ea451aea * set tcgpara.vardef when creating parameter info hace 13 años
  Jonas Maebe 587244c088 * factored out common code from get_funcretloc() hace 13 años
  sergei c40b8d92c7 * Revert r17695 because it breaks cycling. hace 14 años
  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). hace 14 años
  joost 45bc3fcae0 * Enabled safecall on x86_64-linux hace 14 años
  Jonas Maebe a08989a76b * zero/sign extend parameter values and return values < 32 bit to 32 bit on hace 14 años
  Jonas Maebe 067536f8da * pass large "const" record parameters by reference for non-cdecl/cppdecl hace 14 años
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed hace 15 años
  Jonas Maebe dd759ba906 * avoid some more "movq %xmm0, %xmm0" instructions by setting the subreg hace 15 años
  Jonas Maebe 15e9c54b44 * fixed ABI compliance for parameter passing and function returning on all hace 15 años
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can hace 15 años
  Jonas Maebe 025ec34e4d + "CExtended" type that is the same as "extended", but conforming to the hace 15 años
  Jonas Maebe b6e4896805 * small typo corrections by Adriaan Van Os (mantis #15652) hace 15 años
  Jonas Maebe 62c1781bea + mw_pascal calling convention support for ARM, ppc64 and x86_64: identical hace 16 años
  Jonas Maebe cc5aeb09de * fixed handling the result value of functions where the result type is hace 16 años
  Jonas Maebe 34c985cfa6 * added register type parameter to cgsize2subreg(), as the subreg can hace 16 años