Historial de Commits

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