Historial de Commits

Autor SHA1 Mensaje Fecha
  svenbarth 4f5fc66298 + new parser-only node class to handle Delphi-mode inline specializations hace 10 años
  sergei 657ac78304 * Improved handling of registers used in assembler blocks. Assembler nodes no longer have lists of used registers attached to them. Instead, each specified register creates an allocation/deallocation pair and an additional tai_regalloc.markused item directly in the asmlist. This way, register lists are no longer limited to integer registers, and parsing no longer depends on paramanager to know which registers are volatile. hace 10 años
  florian 7b7aa8d542 * remove statements with only a nothing node when they are the only children of a block hace 10 años
  Jonas Maebe 9e29fd424d * changed the "laststatement" parameter of internalstatements() from "var" hace 11 años
  florian 3e4198ea45 * take care of dyn. arrays in cse hace 11 años
  florian 99eadb91b3 * run CheckAndWarn to get proper locations for warnings about uninitialized variables hace 11 años
  florian 3cb747f4a7 * mark the node which is the entry of the user code with a flag hace 11 años
  florian 541d67771b * keep managed types in registers if possible. Under certain circumstances (if they don't require init/final code, hace 12 años
  sergei 4e873d0561 + Determine early (before pass 2) whether managed parameters/locals/temps will cause the procedure to reference RTTI labels and, therefore, need GOT. hace 12 años
  florian 075abd6220 + support of stackframesize for arm thumb hace 12 años
  florian 7155808570 + ttempcreatenode.printnodedata writes tempinitcode node hace 12 años
  Jonas Maebe b50d0aa3d0 * only don't pre-finalize funcret temps that are passed by reference to the hace 13 años
  florian c62a2c8bb5 + write temptype when printing tempdelete nodes hace 13 años
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 hace 13 años
  florian 111d05c68f o patch by Alexander Shishkin, resolves #20409 hace 14 años
  Jonas Maebe cf47b8d422 * fixed all known memory leaks in the code added for the JVM port hace 14 años
  Jonas Maebe 4be0ba267a * moved creating block/statement for reference temps into hace 14 años
  Jonas Maebe a2a6b2fd1d + "reference" temps that sort of implement pointer-style functionality for hace 14 años
  Jonas Maebe cb1da8de85 * fixed getcopy order for ttempcreatenode in case it has tempinitcode hace 14 años
  florian ecb04d1620 * use tcgint instead of aint in ttempcreatenode hace 14 años
  florian 2005f6869b * cycling with $R+ fixed hace 14 años
  Jonas Maebe 769eb3f604 * moved the initialisation of the nodetree and tai class reference constants hace 15 años
  Jonas Maebe 94d976bc87 * when simplifying ordinal expressions during inlining, keep the resultdef hace 15 años
  florian 24fea58b92 + initial implementation of iso style gotos in iso mode hace 15 años
  Jonas Maebe 40705a085f * renamed is_refcounted_type() into is_managed_type(), because it also hace 15 años
  Jonas Maebe a055ed873d * set correct expectloc for vectorfpu temps hace 15 años
  Jonas Maebe a48a37d38b * fixed extended syntax checking {$x-} by moving it from the typecheck pass hace 15 años
  Jonas Maebe 1f4d7d6057 * add type symbol names to -vp output (patch by Adriaan van Os, mantis hace 15 años
  florian 7707e6a030 + tempcreate nodes can now take an init. value, this allows to initilialize temp. ref nodes on the fly hace 15 años
  peter 060bdbcb47 * fix writing of goto node to ppu hace 17 años