Historie revizí

Autor SHA1 Zpráva Datum
  Jonas Maebe dee1056546 * fixed wrong change of jumpalignmax from 10 to 16 in previous commit před 6 roky
  florian cefb38b605 * better alignment of while loop heads před 6 roky
  florian a092da723a + new fields for more precise control of alignment před 6 roky
  Jonas Maebe 0cd85d73e4 * ttryfinallynode now inherits from tbinarynode instead of tloopnode, as its před 6 roky
  florian f08d3fdf8f * moved execution weight calculation into a separate pass, so the info is available already available before the code generation pass if needed před 7 roky
  florian b1dff29cbf * removed unused units před 8 roky
  yury 5405a4727a * Removed unused vars. před 8 roky
  florian 5aa32a1bbe * align more jump targets před 8 roky
  florian 2e16628db1 * warning fixed před 8 roky
  Jonas Maebe 746de569d5 - removed unused local variable před 8 roky
  Jonas Maebe b14c037533 * record in the flowcontrol flags whether we are currently in a block whose před 8 roky
  Jonas Maebe 6a1c4f9b75 * replaced cg.a_label/a_jmp_always with hlcg.* calls (only for consistency, před 8 roky
  Jonas Maebe 3ae1f6664a * extracted exception state handling helpers into a utility class so před 8 roky
  Jonas Maebe c0f4e4db34 * group emitting a label of a try-block and restoring the control flow flags před 8 roky
  Jonas Maebe a1c0d1a1ff * moved exception handling helpers from ncgutil to ncgflw as they are only před 8 roky
  Jonas Maebe d6ccd54da5 - removed unused doexceptlabel před 8 roky
  Jonas Maebe a25ebbba3e + added volatility information to all memory references před 8 roky
  Jonas Maebe 48ef33a8b3 * fixed interprocedural gotos for llvm před 8 roky
  florian 834d58f54c * better execution weighting for while loops: the condition must be evaluated with an increased execution weight as well před 8 roky
  florian 0610187878 + transform for loop into equivalent while loop during pass 1 to simplify code generation před 8 roky
  svenbarth 70fbe50bac * reference the extern assembler symbol of the VMT when catching an exception if it's from another unit před 9 roky
  svenbarth 7dadd44ba7 Merged revision(s) 32500 from branches/svenbarth/packages: před 9 roky
  Károly Balogh 56fea8d047 * have regvars in address registers for defs which are address types. improves code with reference bases in regvars on m68k. and also reduces data register pressure. před 9 roky
  Jonas Maebe 118f3c8049 * fixed type of stored exception class instance in on-node před 9 roky
  Jonas Maebe f0c6d40336 * converted loading for fpc_catches parameter to hlcg před 9 roky
  sergei e542800ea9 * Win64 SEH: Track control flow out of unwind-protected regions in a more precise way and don't generate expensive calls to __fpc_local_unwind when not necessary. před 10 roky
  Jonas Maebe 0fc1fd6ac1 * replaced current_procinfo.currtrue/falselabel with storing the true/false před 10 roky
  Jeppe Johansen c5b24c5ce3 Changed cast to allow more loop iterations than the native bit-ness of the architecture. před 10 roky
  Jonas Maebe 61e4a1b811 + added tasmlist parameter to getintparaloc() (needed for llvm) před 10 roky
  Jonas Maebe 8064adec38 * converted tcgtryexceptnode.pass_generate_code() and před 11 roky