Histórico de Commits

Autor SHA1 Mensagem Data
  Jonas Maebe eb71a30933 * fix false possitive tconstexprint range errors after r41441 (mantis #35144) há 6 anos atrás
  Jonas Maebe 07bd4ba517 * let all the case code generation work with tconstexprint instead of aint, há 6 anos atrás
  Jonas Maebe 04d295f186 * first step towards supporting 32 bit targets with the LLVM code generator: há 6 anos atrás
  florian 644c47e121 * when deciding about the case code generation in case of size optimization, the number of labels is relevant, not the covered range, resolves #34818 há 6 anos atrás
  florian a2cee252e8 * when optimizing range checks in case nodes, unsigned comparisions must be used, resolves #34782 há 6 anos atrás
  florian bd4b7a6bc4 * more case fixes há 6 anos atrás
  florian f6e32ae90e * (modified) path by Gareth Moreton to fix case handling há 6 anos atrás
  florian 7f5c2fa3aa * (modified) patch by Gareth Moreton: Speed improvement in case blocks, resolves #0034762 há 6 anos atrás
  pierre b64e9700aa Avoid range errors or overflows on for AVR cpu, when computing address offsets há 6 anos atrás
  florian 68eb921d46 * broken compilation after r39347 fixed há 7 anos atrás
  florian f08d3fdf8f * moved execution weight calculation into a separate pass, so the info is available already available before the code generation pass if needed há 7 anos atrás
  florian 29230ebdca + added comment why the code path is not yet enabled for 16 bit há 7 anos atrás
  florian f37bad774c * do not use 32 bit operations on 8 bit cpu in tcginnode.pass_generate_code if not needed, resolves #32071 há 7 anos atrás
  florian cc44328109 * correctly calc case label distance after r36362, resolves #32115 and #32311 há 7 anos atrás
  nickysn ddba821561 * GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved há 8 anos atrás
  florian 991d962ae2 * more range check errors on 8 bit CPUs fixed há 8 anos atrás
  florian b1dff29cbf * removed unused units há 8 anos atrás
  yury 95094e9a8f * Removed unused vars. há 8 anos atrás
  florian 50dba9ad66 * if both labels of a case label are equal, we still cannot skip the comparison in a jump tree, resolves #31589 há 8 anos atrás
  florian 74423b88e0 * comment on border between linear list and jmp tree for case statements extended há 8 anos atrás
  svenbarth abc4cf21d1 * fix compiling the 64-bit compiler with a 32-bit one há 8 anos atrás
  florian 1ae90bce53 * commented how the limit for a case jmp tree had been determined há 8 anos atrás
  florian d5754cf47c * create jmp trees for really big case statements há 8 anos atrás
  Jonas Maebe b156744b62 * left has been forced into a register of size uopdef a few statements há 9 anos atrás
  Jonas Maebe da696057ab * converted register_maybe_adjust_setbase() to the high level code generator há 9 anos atrás
  Jonas Maebe 2ad8bc3b27 * fixed operation size of comparison with maximum legal value in há 9 anos atrás
  Jonas Maebe c8a5994e2e * fixed size used for left in in_smallset (it's been forced in a register há 9 anos atrás
  Jonas Maebe 09c8c5eba0 * adjusted comment after previous commit há 9 anos atrás
  Jonas Maebe a32605bd38 * don't force setelementn's into a 32 bit modifiable register if they were há 9 anos atrás
  Jonas Maebe 175f4376bc * give an internalerror if a setelementn is range in pass_generate_code, há 9 anos atrás