Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 90071e04c4 * encode objc classrefdefs as objc_idtype as that is how they are typed il y a 9 ans
  Jonas Maebe 3f7169e250 * treat Objective-C metaclasses (classrefdefs) as voidpointertype at the il y a 9 ans
  Jonas Maebe 015a864db1 * def.fullownerhierarchyname() already ends in a '.', so don't append another il y a 9 ans
  Jonas Maebe 787caf4dda * treat records with {$packrecords c} the same as other records for LLVM il y a 9 ans
  Jonas Maebe f57a94b5aa * explicitly name the fields we add in llvmgettemprecorddef() il y a 9 ans
  Jonas Maebe 477e087857 * only check the shiftval in llvmbyvalparaloc() if it's a register parameter il y a 9 ans
  Jonas Maebe b5c9a20d3f * fixed range of llvm definition of bitpacked arrays il y a 9 ans
  Jonas Maebe da8d276766 * correctly encode bitpacked arrays of elements that can't be bitpacked il y a 9 ans
  Jonas Maebe 0c4edd2aa9 * fixed getting address of interface methods after r32414: interfaces are not il y a 9 ans
  Jonas Maebe 2342ee467b * don't write the parameter names for external function declarations in llvm, il y a 9 ans
  Jonas Maebe 8cebb76572 * corrected llvm level type of interfaces il y a 9 ans
  Jonas Maebe d02eb7059b + pointerdef support in llvmgettemprecorddef() il y a 9 ans
  Jonas Maebe bf10ae45de * only add the llvm "sret" attribute to "struct return" parameters if they il y a 10 ans
  Jonas Maebe ba9d54beb5 * don't mangle symbol names for llvm intrinsics il y a 10 ans
  Jonas Maebe a722b5dbc5 * add alignment padding to internally constructed llvm records il y a 10 ans
  Jonas Maebe b55c7df996 * factored out internal type prefixes il y a 10 ans
  Jonas Maebe 6c5f1327f4 * generate the correct llvm type description for classrefdef il y a 10 ans
  Jonas Maebe b9138a1c90 * changed the llvm type of comp/currency in parameter and return type il y a 10 ans
  Jonas Maebe b3e786eb77 - don't specify lef_inaggregate when getting the llvm type representation il y a 10 ans
  Jonas Maebe bb4f8e62bf * sign/zero-extend a Pascal boolean (translated to i1) when assigning to il y a 10 ans
  Jonas Maebe 394091ab75 * don't generate parameter attributes for llvm function alias declarations il y a 10 ans
  Jonas Maebe e2cf90ad8a * add type declarations for structure types in the llvm code so that we can il y a 10 ans
  Jonas Maebe 2bb4a729c0 * procvardefs must be encoded without any parameter attributes il y a 10 ans
  Jonas Maebe af61923dc3 * don't write parameter attributes in procvardefs il y a 10 ans
  Jonas Maebe 101fc3d4ec * translate formaldef into "i8*", as intended, instead of "i8**" due to il y a 10 ans
  Jonas Maebe e12bd99b59 * fixed compilation with -dllvm after r30343 il y a 10 ans
  Jonas Maebe 864b36fbe5 * create the recorddef at the start when building an anonymous recorddef, il y a 10 ans
  Jonas Maebe b6fc2f1542 * don't emit the */pointer suffix for procdefs in llvmaddencodedtype_intern(), il y a 11 ans
  Jonas Maebe bae1f72896 * handle cdecl varargs parameters in llvm procdef string representations il y a 11 ans
  Jonas Maebe 5a49727cdf * moved functionality to create a global recorddef based on a tfplist of il y a 11 ans