Histórico de Commits

Autor SHA1 Mensagem Data
  Jonas Maebe ac1e0f96bd * replaced tentryfile.get/putsmall/normalset() with a common tget/putset há 5 anos atrás
  pierre 243c967967 Commit of new debug feature implemented by J. Gareth Moreton há 6 anos atrás
  florian 749c4d4e47 + keep (certain) arrays in registers if they are used with constants indices only há 6 anos atrás
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would há 6 anos atrás
  yury e5c2d13671 * Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present. há 6 anos atrás
  Jonas Maebe 170ec00348 - removed withnode (was no longer used since a very long time) há 6 anos atrás
  florian ae8304f657 * set nf_write flag properly for vec. nodes of types with implicit dereferencing há 6 anos atrás
  florian 93c5eae528 * accept dereferences in generics definitions, resolves #33700 properly há 7 anos atrás
  nickysn e1d0e7572e * i8086 TP7 compatibility fixes, related to obtaining procedure addresses: há 7 anos atrás
  nickysn 58ead31f49 * optimized ofs(proc) on i8086, so it only loads the offset in all memory models há 7 anos atrás
  nickysn 6929af07b7 + added flag tcnf_proc_2_procvar_get_offset_only há 7 anos atrás
  nickysn 4a3a64d8f4 + print addrnodeflags in printnodeinfo há 7 anos atrás
  nickysn 109fb279f6 * moved the initialization of the resultdef for labelsyms in the typecheckpass há 7 anos atrás
  nickysn 3318703ece * moved nf_typedaddr to addrnodeflags (anf_typedaddr) há 7 anos atrás
  nickysn 213e61eae5 + introduce the anf_ofs address node flag - indicates that the node was há 7 anos atrás
  nickysn 539d4cb68a + introduced taddrnodeflags (empty for now) há 7 anos atrás
  nickysn c665866517 + introduce the tcnf_proc_2_procvar_2_voidpointer flag (for now it is only set, há 7 anos atrás
  nickysn 0119e7afb3 * changed the codepointer type in the i8086 small and compact memory models from há 7 anos atrás
  Károly Balogh 333316f356 less tab more spaces. no functional change. há 7 anos atrás
  florian b1dff29cbf * removed unused units há 8 anos atrás
  svenbarth 0e7a9ad375 * partial fix for Mantis #30831 (partial, because no exception has been encountered yet): when checking whether the left node of a vmtaddrnode is a generic, don't rely on df_generic, but instead use is_generic which checks for a true generic (the other will also be true if it's merely a structured type declared (or specialized) inside another generic) há 8 anos atrás
  nickysn 657685a8b6 * use sizesinttype instead of ptrsinttype for the index and high parameter of há 8 anos atrás
  Jonas Maebe 18639304e1 * convert the index for open arrays to ptr(u/s)inttype instead of to há 9 anos atrás
  Jonas Maebe 996e325175 * converted range checking for open arrays/array of const from the code há 9 anos atrás
  Jonas Maebe 5af40f22e8 * handle enums with a packenum setting that is larger than necessary to store há 9 anos atrás
  Jonas Maebe 7005dec9b4 * equivalent of r32602 for subscriptnodes; couldn't find a test that fails há 9 anos atrás
  Jonas Maebe 356a5aff05 * apparently, Darwin/x86-64 also uses an opaque ISA pointer on OS X 10.11 há 9 anos atrás
  florian cad29a4e19 * set nf_write flag correctly for subscript nodes, resolves issue #28713 há 9 anos atrás
  Jonas Maebe 2778bf55c7 * add "doregister" parameter to torddef.create, and don't register temporary há 9 anos atrás
  svenbarth 529677cc79 ncal.pas: há 10 anos atrás