Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonas Maebe b7b9c5d94c * fix false possitive tconstexprint range errors after r41441 (mantis #35144) hace 6 años
  Jonas Maebe 197f5cbec5 * let all the case code generation work with tconstexprint instead of aint, hace 6 años
  pierre 92cd9502ef Merge of revisions 40277 hace 6 años
  florian 68eb921d46 * broken compilation after r39347 fixed hace 7 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 29230ebdca + added comment why the code path is not yet enabled for 16 bit hace 7 años
  florian f37bad774c * do not use 32 bit operations on 8 bit cpu in tcginnode.pass_generate_code if not needed, resolves #32071 hace 7 años
  florian cc44328109 * correctly calc case label distance after r36362, resolves #32115 and #32311 hace 7 años
  nickysn ddba821561 * GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved hace 8 años
  florian 991d962ae2 * more range check errors on 8 bit CPUs fixed hace 8 años
  florian b1dff29cbf * removed unused units hace 8 años
  yury 95094e9a8f * Removed unused vars. hace 8 años
  florian 50dba9ad66 * if both labels of a case label are equal, we still cannot skip the comparison in a jump tree, resolves #31589 hace 8 años
  florian 74423b88e0 * comment on border between linear list and jmp tree for case statements extended hace 8 años
  svenbarth abc4cf21d1 * fix compiling the 64-bit compiler with a 32-bit one hace 8 años
  florian 1ae90bce53 * commented how the limit for a case jmp tree had been determined hace 8 años
  florian d5754cf47c * create jmp trees for really big case statements hace 8 años
  Jonas Maebe b156744b62 * left has been forced into a register of size uopdef a few statements hace 9 años
  Jonas Maebe da696057ab * converted register_maybe_adjust_setbase() to the high level code generator hace 9 años
  Jonas Maebe 2ad8bc3b27 * fixed operation size of comparison with maximum legal value in hace 9 años
  Jonas Maebe c8a5994e2e * fixed size used for left in in_smallset (it's been forced in a register hace 9 años
  Jonas Maebe 09c8c5eba0 * adjusted comment after previous commit hace 9 años
  Jonas Maebe a32605bd38 * don't force setelementn's into a 32 bit modifiable register if they were hace 9 años
  Jonas Maebe 175f4376bc * give an internalerror if a setelementn is range in pass_generate_code, hace 9 años
  yury b26fa07f1a * Fixed notes "var is assigned but not used". hace 10 años
  Jonas Maebe 0fc1fd6ac1 * replaced current_procinfo.currtrue/falselabel with storing the true/false hace 10 años
  Jonas Maebe b9d4d9b141 * corrected type passed to a_bit_test_reg_loc_reg() (we force left into hace 10 años
  florian fa6bea9bbb * all the cg/hlcg routines take normally tcgint constants, so replace aint constants and casts in ncgset by tcgint ones hace 10 años
  Jonas Maebe 2112713579 * converted the remaining parts of tcginnode.pass_generate_code() to thlcg hace 10 años
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 hace 10 años