Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can il y a 15 ans
  Jonas Maebe cc5aeb09de * fixed handling the result value of functions where the result type is il y a 16 ans
  Jonas Maebe 34c985cfa6 * added register type parameter to cgsize2subreg(), as the subreg can il y a 16 ans
  peter 8f239d04b6 * cleanup and simplify the set type handling il y a 17 ans
  Jonas Maebe f36e5411af * split cpu64bit compiler define into il y a 17 ans
  yury 3b7e458f02 * Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977. il y a 18 ans
  Jonas Maebe 87e7e435bf * store parameters at the callee side with the required alignment il y a 18 ans
  peter 658c46b903 * remove tdictionary and tindexarray il y a 19 ans
  peter 3078a1927f * remove ttype il y a 19 ans
  peter b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from il y a 19 ans
  florian 68016e4db2 * fixed function result handling for procedure which are inlinable il y a 19 ans
  florian 9be5247db5 * dyn. arrays are always passed by value, fixes 4240 il y a 20 ans
  daniel d05f58b604 * Group asmlists into array to be able to add il y a 20 ans
  Jonas Maebe 8bc4e0a32f * inline and compilerproc are now procoptions instead of proccall types il y a 20 ans
  fpc 790a4fe2d3 * log and id tags removed il y a 20 ans
  fpc 50778076c3 initial import il y a 20 ans
  peter e417e34496 * truncate log il y a 20 ans
  peter 35e466d971 * remove copy_value_on_stack and a_param_copy_ref il y a 20 ans
  Jonas Maebe 9c22d594b0 + support for passing records in registers under darwin il y a 20 ans
  florian fcfbc935a1 + implemented abi compliant handling of strucutured functions results on sparc platform il y a 20 ans
  peter 8cf8c54609 * fixed varargs il y a 20 ans
  peter a29eab36c7 * fixed funcretloc for sparc il y a 21 ans
  peter 89b1b583c9 * ttempcreatenode.create_reg merged into .create with parameter il y a 21 ans
  florian 18f7aa97dd * changed funcret location back to tlocation il y a 21 ans
  peter e740a66636 * tparaitem removed, use tparavarsym instead il y a 21 ans
  florian 239db4ba9d * marked o* registers as volatile il y a 21 ans
  florian 410d01458c * fixed several arm compiler bugs il y a 21 ans
  peter f5471aef6e * more spilling rewrites il y a 21 ans
  peter 6da9996dba * fixed passing of flaot parameters. The general size is still float, il y a 21 ans
  florian be3f78e283 * handling of C styled varargs fixed il y a 21 ans