Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe cc5aeb09de * fixed handling the result value of functions where the result type is vor 16 Jahren
  Jonas Maebe 34c985cfa6 * added register type parameter to cgsize2subreg(), as the subreg can vor 16 Jahren
  yury f726e1691b * Fixed warnings and notes. vor 16 Jahren
  florian 17a08efb82 * handle methodpointer function results like records of the same size, resolves #12318 vor 17 Jahren
  yury 491f0fa1d8 * Replaced all user defined warnings by TODO comments to reduce compiler noise. vor 17 Jahren
  peter 8f239d04b6 * cleanup and simplify the set type handling vor 17 Jahren
  Jonas Maebe f36e5411af * split cpu64bit compiler define into vor 17 Jahren
  florian 1a2a4af773 * hopefully the final fix for x86-64 sysv calling conventions vor 17 Jahren
  florian 4592402529 * fixed sysv x86-64 function results for records and arrays with sizes 9..16 bytes vor 17 Jahren
  peter 2e9968d46c * arrays always by addr vor 18 Jahren
  peter f5d5e377d2 * fix linux x86_64 for records and arrays vor 18 Jahren
  peter 4e6c57b9ee * cleanup x86_64 structures in registers vor 18 Jahren
  florian be6d2dd0f9 * reverted wrong commit in r8133 vor 18 Jahren
  florian 447276c5bb * Jcc reads the flags, this was not in the dat yet, resolves #9278 vor 18 Jahren
  daniel 4a3870eb12 * Fix bug #9261. vor 18 Jahren
  daniel f31889df57 * Pass const params by pointer if calling convention<>register. This is vor 18 Jahren
  daniel 44e07cd098 * Fix bug #9141 and pass const params <=16 in by value. vor 18 Jahren
  daniel 56880a75f9 * When adding the start offset of the parameters, process chained vor 18 Jahren
  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. vor 18 Jahren
  florian 2566e38eae * handle shortstrings like arrays and records when returning them from functions vor 18 Jahren
  florian 77b155ea79 * def.size in [1,2,4,8] goes wrong if def.size>255, fixed, resolves #8232 vor 18 Jahren
  florian a95c2220cc * fixed volatile registers for x86_64-win64 vor 19 Jahren
  florian 4c2b412613 * x86_64-win64 returns structured types up to 8 bytes in rax vor 19 Jahren
  florian 6118c3e477 * fixed assembling of movd with 64 bit registers vor 19 Jahren
  peter 658c46b903 * remove tdictionary and tindexarray vor 19 Jahren
  peter 23596358a7 * fix arraydef copybyvalue check vor 19 Jahren
  peter 3078a1927f * remove ttype vor 19 Jahren
  florian 5eef73c1ab * fixed passing of registers on x86-64_linux, should fix #7613 vor 19 Jahren
  florian 360cbe1de1 * fixed passing of structs on x86_64-linux vor 19 Jahren
  florian 97ce278e14 * fixed another calling convention problem on win64 vor 19 Jahren