Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe 0ca260e08c LLVM: fix currency parameters passed on the stack on x86-64 vor 2 Jahren
  Sven Barth 82dd70e72f * fix parameter alignment on x86_64 when more than 6 parameters are involved (aka the stack is used) vor 2 Jahren
  Jonas Maebe d5a50eee8a x86-64: properly set parameter alignment if not default vor 3 Jahren
  Jonas Maebe c42e64db82 x86-64: keep tcgpara vardef the same as the para's real def vor 3 Jahren
  Brendan Dougherty 1923c8a611 Only use Win64 vectorcall special case if calling convention is vectorcall. vor 3 Jahren
  Karoly Balogh 568d4de77e * aros64: recent developments hanged the library call ABI, lets try to follow it (aros64 is experimental) vor 3 Jahren
  florian 6404478ea4 * cleanup of VER3_0 defines vor 4 Jahren
  J. Gareth "Curious Kit" Moreton 3ce6c478cc Bug fixes to magic division and vectorcall code that trigger -CriotR checks vor 4 Jahren
  J. Gareth "Curious Kit" Moreton 15b2f9a7b1 Changed get_volatile_registers_mm to not return XMM16 to XMM31 when not under AVX512 vor 4 Jahren
  Jonas Maebe bc84f780ee Solves #39296: x86-64 parameter zero/sign extension vor 4 Jahren
  florian a286ad9d77 * do not extend 8 bit return values to 32 bit when loading them into eax, vor 5 Jahren
  florian ad8b2eaf8a * mm registers 16-31 are also volatile during a call vor 5 Jahren
  florian 6f661e44d0 * do not throw an internal error later on in case of a recursive call, if the declaration of the function was faulty, resolves #37460 vor 5 Jahren
  Jonas Maebe 1a9e246c29 * added is_normal_fieldvarsym() helper and use it vor 6 Jahren
  Jonas Maebe b89487e721 * fix paraloc def for vectors with vectorcall calling convention (was a single vor 6 Jahren
  pierre 0fa70759a2 * cutils.pas (size_2_align): Move to.. vor 6 Jahren
  Jonas Maebe 77658b925b * disable regular array -> dynamic array type coversion support unless vor 6 Jahren
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would vor 6 Jahren
  Jonas Maebe 8b9e90dc7a * keep track of whether a routine has a C-style variadic parameter in the vor 6 Jahren
  yury a026252508 * Commented out unused "size" local var. vor 7 Jahren
  yury 4357caaad8 * Removed unused local vars. vor 7 Jahren
  Jonas Maebe 0b246f3dbd * converted Boolean8 to an internal type, and mapped Boolean to the vor 7 Jahren
  nickysn 518cdf9674 * replaced the saved_XXX_registers arrays with virtual methods inside vor 7 Jahren
  florian 112373a124 * fix passing floats on unix after vectorcall patch vor 7 Jahren
  florian 31f78ea2b6 + implementation of the vectorcall calling convention by J. Gareth Moreton vor 7 Jahren
  florian b1dff29cbf * removed unused units vor 8 Jahren
  Jonas Maebe 265c8e7bbc + support for specifying ms_abi_default, ms_abi_cdelc, sysv_abi_default, and vor 8 Jahren
  florian 7bb8873c83 * do not throw an internal error if in case of an previous error the parameter class of an errordef is requested, resolves #31016 vor 9 Jahren
  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