Histórico de Commits

Autor SHA1 Mensagem Data
  florian 0a8f621a6b * don't waste a register for inc/dec(<pointer>,const); há 17 anos atrás
  peter 060bdbcb47 * fix writing of goto node to ppu há 17 anos atrás
  florian 369ed493f2 * new node flag nf_modify to mark nodes being read and then written by one load node há 17 anos atrás
  Jonas Maebe 84159b3cbb * optimize away unnecessary implicit upcasts to int64 for subtractions há 17 anos atrás
  Jonas Maebe 742ff35c48 + also optimize assignments from calls to by-reference "results": há 17 anos atrás
  peter 4492ee39c5 * remove firstpasscount há 18 anos atrás
  peter 6b8aed593f * remove registers{int/mmx/fpu} from firstpass há 18 anos atrás
  peter 4525df9ea0 * nf_is_funcret node flag added há 18 anos atrás
  florian b4da246668 + printnode shortcut for lazy people há 18 anos atrás
  florian 867e00dee3 * backup commit of more dfa stuff há 18 anos atrás
  florian 87bdf13f9f + first draft for dfa há 18 anos atrás
  Jonas Maebe 76b190b723 - removed caretn and related code há 18 anos atrás
  florian ca8d020231 * some node optimizer stuff cleaned up há 18 anos atrás
  Jonas Maebe 1d96dcc50d * renamed nf_swaped to nf_swapped há 18 anos atrás
  florian c947295cb8 + ttertiarynode há 19 anos atrás
  florian a7b317aa96 + tdataconstnode, implemented for usage in dispatch stuff há 19 anos atrás
  peter 658c46b903 * remove tdictionary and tindexarray há 19 anos atrás
  florian ef7bd58c54 * germanism removed (aktfilepos -> current_filepos) há 19 anos atrás
  florian 85d63d9fa9 * settings refactored há 19 anos atrás
  peter 3078a1927f * remove ttype há 19 anos atrás
  florian 3d85bfbf7b * fixed coping of goto/label nodes há 19 anos atrás
  florian ea69e22044 * fixed tail recursion optimization for code using methodpointerinit/done há 19 anos atrás
  micha 8678d52aeb * avoid warning when pointer points to size 1 data há 19 anos atrás
  florian 02d0ac4c3e + only procedures doing recursive calls are checked for tail recursivity há 19 anos atrás
  micha 5f353d6fef add warning for arithmetic on untyped pointers há 19 anos atrás
  peter 2f0ce31751 * string concat changed from function to procedure to há 19 anos atrás
  Jonas Maebe 733f559267 * also perform C varargs type conversions for cdecl procedures declared há 19 anos atrás
  Jonas Maebe b5fe67351e * fixed warning há 19 anos atrás
  Jonas Maebe 03302dc7c4 * fixed support for macpas & and | operators: they only work on booleans há 19 anos atrás
  Jonas Maebe 4db6e1ddb8 * moved type conversion of C varargs from tcallnode to há 19 anos atrás