Histórico de Commits

Autor SHA1 Mensagem Data
  sergei cbad0abab5 + Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH. há 13 anos atrás
  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. há 13 anos atrás
  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. há 14 anos atrás
  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. há 14 anos atrás
  sergei 4c21beb48e win64 unwinding, misc fixes: há 14 anos atrás
  sergei b997094755 + Generate unwind bytecode for function prologues on win64. há 14 anos atrás
  sergei 9608c4eabe * Interface wrappers must be global when linking smart, Mantis #19462. Other targets already have this condition in place. há 14 anos atrás
  svenbarth 35b47e491c Rebase to revision 17306 há 14 anos atrás
  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. há 14 anos atrás
  svenbarth 96116a6c3a Several adjustments because virtual methods in helpers are just normal methods and a VMT isn't generated for them either. há 14 anos atrás
  paul b317139006 compiler: fix compilation problems caused by tprocdef._class -> tprocdef.struct rename which was found by make fullcycle há 15 anos atrás
  Jonas Maebe 15e9c54b44 * fixed ABI compliance for parameter passing and function returning on all há 15 anos atrás
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can há 15 anos atrás
  Jonas Maebe 9bc15a5f61 * renamed a_param_* to a_load_*_cgpara há 15 anos atrás
  florian c1f3d8dcaa * unified names of system_*/systems_* sets há 15 anos atrás
  pierre e67307aa66 * New constant system_needs_16_byte_stack_alignment há 16 anos atrás
  Jonas Maebe d1538ab023 o added ARM VPFv2/VFPv3 support: há 16 anos atrás
  florian 515774b864 * merged armthum branch há 16 anos atrás
  Jonas Maebe 7d459cf12a * the compiler now explicitly keeps track of the minimally guaranteed há 16 anos atrás
  Jonas Maebe a6b9b3e00a * fixed a_param_ref for source sizes < 8 bytes há 17 anos atrás
  Jonas Maebe 3e63d3f1dd - removed {$ifndef cpu64bit} code há 17 anos atrás
  Jonas Maebe 3d89822bc4 * free saved_standard_registers and saved_mm_registers in há 18 anos atrás
  Jonas Maebe 032352d98b + darwin/x86_64 support há 18 anos atrás
  florian 00d6a03b2c + default code now preserves mm registers há 18 anos atrás
  florian fe69d19f9c * align stack properly if no stack frame is generated, should resolve #8986 há 18 anos atrás
  florian 36a500c38c * don't coalescate with frame/stack pointer há 19 anos atrás
  florian 98d6014c73 * register saving on win64 fixed há 19 anos atrás
  peter 658c46b903 * remove tdictionary and tindexarray há 19 anos atrás
  florian 85d63d9fa9 * settings refactored há 19 anos atrás
  florian 5eef73c1ab * fixed passing of registers on x86-64_linux, should fix #7613 há 19 anos atrás