Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe a27927e658 * disable parameter struct padding for llvm, as llvm does that it by itself vor 10 Jahren
  Jonas Maebe 9fd4531e79 * fixed parameter allocation if there are fewer locations than the parameter vor 10 Jahren
  Jonas Maebe 126046dabf * set the def for SSE 64 bit parameters to double instead of an vor 10 Jahren
  Jonas Maebe fa3b0ca312 * support marking defs created via the getreusable*() class methods as vor 10 Jahren
  Jonas Maebe f40ea04540 * changed getarraydef() into a tarraydef.getreusable() class method vor 10 Jahren
  Jonas Maebe f402b0d7df * changed getpointerdef() into a tpointerdef.getreusable() class method vor 10 Jahren
  Jonas Maebe 6e5af0b31e * don't replace classrefdef with i64 in parameter locations (so llvm can use vor 10 Jahren
  Jonas Maebe bd203a5b57 * synchronised with trunk till r30240 vor 10 Jahren
  florian 331ace25c6 * handle undefineddef in classify_argument, resolves #27658 vor 10 Jahren
  Jonas Maebe 3d9713b9c8 * has_single_field() now looks recursively into fields that are aggregate vor 10 Jahren
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 vor 10 Jahren
  Jonas Maebe d8c898742a * handle the fact that records containing a single extended value are vor 11 Jahren
  Jonas Maebe 6712954607 * correctly handle X86_64_X87UP_CLASS getting merged with another class and vor 11 Jahren
  Jonas Maebe bacd303208 * synchronized with trunk up to r27758 vor 11 Jahren
  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
  Jonas Maebe 41a53ef037 * don't replace some pointer types in paralocs with int64, gives nicer vor 11 Jahren
  Jonas Maebe 68fa17593d * no longer associated defs with size 1 to 3 bytes with paralocs, because vor 11 Jahren
  Jonas Maebe e9268a0a14 * synchronised with trunk up till r26975 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 99de108c68 * renamed all paramanagers to tcpuparamanager so the llvm paramanager can 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