Historie revizí

Autor SHA1 Zpráva Datum
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 před 13 roky
  sergei fa98e0523d * Safecall handling: forgot to free cgpara before doing the call, fixed. před 13 roky
  sergei f6761d7939 * Handle safecall exceptions entirely in tcgtryfinallynode pass2. This simplifies things and removes the need in hidden safe_result variable. před 13 roky
  sergei 8c9ad67682 + tcgexitnode,tcgbreaknode,tcgcontinuenode: added possibility to generate specialized code for leaving unwind-protected regions. před 14 roky
  sergei e2d43fcb30 - tcgonnode: don't store exception object in temp if it is not used. před 14 roky
  sergei a32fdc3ae6 + Added a simple helper tcg.g_call, intended to replace allocallcpuregisters+a_call_name+deallocallcpuregisters sequence which is used all over the place. před 14 roky
  sergei 9ed2fa6f7b - Exception handling: calling FPC_CATCHES(-1) is obsolete, it does not change any state and its return value is not used. Removed. před 14 roky
  Jonas Maebe 0a3a62811b + try/except and try/finally support for JVM target: před 14 roky
  Jonas Maebe e9f1856a61 * converted non-exception-related nodes to thlcgobj před 14 roky
  florian d9ed5adb21 * set line info markers properly, resolves #17803 před 14 roky
  joost 65ab1e820b * Safecall on linux/i386 now behaves like cdecl plus hidden exception support. před 15 roky
  florian ad23569cf1 * renamed pi_has_goto into pi_has_label because the problematic thing is if a procedure has a label as target and not if it has some goto před 15 roky
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can před 15 roky
  Jonas Maebe 9bc15a5f61 * renamed a_param_* to a_load_*_cgpara před 15 roky
  Jonas Maebe d8a902b4c4 * fixed internalerror in case the from-value of a for-loop has loc_jump před 15 roky
  paul e2fdfc426f compiler: fix safecall result handling if it is placed to a register před 15 roky
  paul b884d568e1 compiler: fix 64bit safecall handling před 15 roky
  paul cf0a1b1af9 compiler: safecall exception handling: před 15 roky
  florian c1f3d8dcaa * unified names of system_*/systems_* sets před 15 roky
  Jonas Maebe 4838ebe73b * renamed mark_InlineStart/mark_InlineEnd to mark_NoLineinfoStart/ před 16 roky
  Jonas Maebe d644fc87a1 * handle loc_jump/loc_flags in for-loop upper bound (mantis #15169) před 16 roky
  Jonas Maebe 1f6ec379de * moved field definitions before method/property definitions (see mantis před 16 roky
  Jonas Maebe c1e327c8c4 * insert register allocation/deallocation information for the exception před 16 roky
  Jonas Maebe 7d459cf12a * the compiler now explicitly keeps track of the minimally guaranteed před 16 roky
  Jonas Maebe 718694d1d6 * always specify an explicit alignment for tgobj.gettemp (so e.g. před 17 roky
  Jonas Maebe a23630260b + "weakexternal" support for imported procedures and variables. před 17 roky
  Jonas Maebe c65f8e7652 * safecall is only supposed to do anything for Windows targets. Removed před 17 roky
  florian 050627ea1d * allow goto inside finally blocks před 17 roky
  Jonas Maebe 2348c7ea00 * allow ssa to happen for outer for-loop control variables před 17 roky
  Jonas Maebe f36e5411af * split cpu64bit compiler define into před 17 roky