Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 vor 10 Jahren
  Károly Balogh a99c9c29b6 m68k: basic 68881 FPU register save/restore support. probably still needs some work here and there. vor 10 Jahren
  Jonas Maebe 5c75b6dd6b * synchronised with trunk up till r28402 vor 11 Jahren
  sergei b7da785688 * m68k: support stack cleanup at caller side, fixed calculation of pushed parameters size and offsets and cleaned out another pile of junk. vor 11 Jahren
  Jonas Maebe 7949bebb8d * synchronised with r28168 of trunk vor 11 Jahren
  sergei acd3ea8750 * m68k: Fixed parameter passing to conform to ABI: vor 11 Jahren
  sergei 3ffa32a660 - m68k: removed garbage (tab characters, commented out code, unused variables, debug output and alike). Functionality unchanged. vor 11 Jahren
  Jonas Maebe bacd303208 * synchronized with trunk up to r27758 vor 11 Jahren
  Károly Balogh 73db4db6f8 use the whole reg for return values vor 11 Jahren
  Jonas Maebe e9268a0a14 * synchronised with trunk up till r26975 vor 11 Jahren
  Károly Balogh b398430b4c * get_volatile_registers* now defines proper volatile register range for all cases using the pre-defined values vor 11 Jahren
  Jonas Maebe 99de108c68 * renamed all paramanagers to tcpuparamanager so the llvm paramanager can vor 11 Jahren
  Károly Balogh 584e3638ab * get the count of params from the correct list vor 12 Jahren
  svenbarth 235c06ab34 Implement volatile address registers. Fixes quite some tests, but also breaks others... (overall more are fixed than are broken :) ) vor 12 Jahren
  svenbarth 0cb2bda0a5 Correctly handle loads of different sizes. Fixes 1 test. Might be more, but some other bugs might hide it. vor 12 Jahren
  Jonas Maebe 9938169d2c * don't use the paracgsize in get_paraloc_def(), because it generally vor 12 Jahren
  Jonas Maebe 7566ddcc8f * add a tdef to each parameter location and set it for all target vor 12 Jahren
  svenbarth b455ae9534 m68k/cpupara.pas, tm68kparamanager.getintparaloc: vor 12 Jahren
  Jonas Maebe 69c29a415f * pass the procdef to getintparaloc instead of only the proccalloption, so vor 12 Jahren
  pierre 548a687a17 LOC_FPUREGISTER is not used for func_getretloc ig using fpu_soft vor 12 Jahren
  pierre 34279864ef Remove double cgutils in uses clause vor 13 Jahren
  svenbarth 825fa86824 Added missing unit for tcpuregisterset vor 13 Jahren
  svenbarth 75baec5985 Mark all integer registers as volatile. vor 13 Jahren
  florian eb1efdff8a + introduce cstylearrayofconst because pocall_mwcall was forgotten at several places vor 13 Jahren
  Jonas Maebe 0a1157da38 * fixed memory leaks in the compiler introduced in r21862 by marking and vor 13 Jahren
  Jonas Maebe 7a0ae38700 + also specify the parameter def when allocating a parameter via vor 13 Jahren
  Jonas Maebe c3ea451aea * set tcgpara.vardef when creating parameter info vor 13 Jahren
  Jonas Maebe 2d48396587 - removed redundant checks vor 13 Jahren
  Jonas Maebe 587244c088 * factored out common code from get_funcretloc() vor 13 Jahren
  pierre 33800a0b59 * Avoid warnings and add create_varargs_paraloc_info method vor 13 Jahren