Historial de Commits

Autor SHA1 Mensaje Fecha
  sergei 1f72143eef * In preparation for fixing Mantis #24791: Copy related code from tcgx86.g_proc_entry to tcgx86_64.g_proc_entry, and remove win64-specific stuff from tcgx86 version. hace 12 años
  florian 94cf650d9a * use lea to adjust stack pointer, this is equal or faster on all modern CPUs than add/sub hace 12 años
  Jonas Maebe 69c29a415f * pass the procdef to getintparaloc instead of only the proccalloption, so hace 12 años
  florian 2e7fe1aebd * support of avx register requires now proper usage of R_SUBMMWHOLE hace 13 años
  florian 7361e19799 + support for handling OS_128/OS_S128 on 64 Bit CPUs as far as needed for method pointers in registers hace 13 años
  Jonas Maebe 7a0ae38700 + also specify the parameter def when allocating a parameter via hace 13 años
  sergei cbad0abab5 + Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH. hace 13 años
  sergei fde1695961 * tcgx86_64.g_proc_exit: restore stack pointer using value that was calculated and stored in tcgx86.g_proc_entry, instead of recalculating it again. hace 13 años
  sergei fffa4a35a0 * x86_64: Don't waste time initializing/finalizing saved_standard_registers and saved_mm_registers arrays on every procedure. Initialize once, reinitialize if target system happens to change, and let finalization happen implicitly on shutdown. hace 13 años
  sergei 85f7914906 * Don't generate .seh_endprologue if SEH directives are present in the text of (pure assembler) procedure, as it results in duplicate .seh_endprologue. hace 14 años
  sergei 4c21beb48e win64 unwinding, misc fixes: hace 14 años
  sergei b997094755 + Generate unwind bytecode for function prologues on win64. hace 14 años
  sergei 9608c4eabe * Interface wrappers must be global when linking smart, Mantis #19462. Other targets already have this condition in place. hace 14 años
  svenbarth 35b47e491c Rebase to revision 17306 hace 14 años
  sergei c939beee70 * Changed register allocation order for x86_64, putting first registers that don't need to be preserved by procedure. This way registers needing preservation are allocated less frequently (and for non-complex leaf functions not allocated at all), reducing amount of entry/exit code. hace 14 años
  svenbarth 96116a6c3a Several adjustments because virtual methods in helpers are just normal methods and a VMT isn't generated for them either. hace 14 años
  paul b317139006 compiler: fix compilation problems caused by tprocdef._class -> tprocdef.struct rename which was found by make fullcycle hace 14 años
  Jonas Maebe 15e9c54b44 * fixed ABI compliance for parameter passing and function returning on all hace 15 años
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can hace 15 años
  Jonas Maebe 9bc15a5f61 * renamed a_param_* to a_load_*_cgpara hace 15 años
  florian c1f3d8dcaa * unified names of system_*/systems_* sets hace 15 años
  pierre e67307aa66 * New constant system_needs_16_byte_stack_alignment hace 15 años
  Jonas Maebe d1538ab023 o added ARM VPFv2/VFPv3 support: hace 15 años
  florian 515774b864 * merged armthum branch hace 16 años
  Jonas Maebe 7d459cf12a * the compiler now explicitly keeps track of the minimally guaranteed hace 16 años
  Jonas Maebe a6b9b3e00a * fixed a_param_ref for source sizes < 8 bytes hace 17 años
  Jonas Maebe 3e63d3f1dd - removed {$ifndef cpu64bit} code hace 17 años
  Jonas Maebe 3d89822bc4 * free saved_standard_registers and saved_mm_registers in hace 17 años
  Jonas Maebe 032352d98b + darwin/x86_64 support hace 18 años
  florian 00d6a03b2c + default code now preserves mm registers hace 18 años