Historie revizí

Autor SHA1 Zpráva Datum
  Jonas Maebe 62c8e47547 + override unnecessary abstract thlcgobj methods with internal errors před 13 roky
  Jonas Maebe f9c6967c36 * fixed not(pasbool64) (has to be "xor 1" rather than "xor -1") před 13 roky
  Jonas Maebe 7717e43929 * moved setting the call result to a separate method, so it can still be před 13 roky
  Jonas Maebe 1955255dda * let thlcg.a_call_name() return the tcgpara representing the function před 13 roky
  Jonas Maebe b0462d27cc * by default, no longer initialize enumeration fields of classes/objects před 13 roky
  Jonas Maebe 7c21cba1e2 * migrated g_copyshortstring, g_incrrefcount and g_array_rtti_helper to thlcg před 13 roky
  Jonas Maebe 8a7123eed8 * override a_call_reg() with an internalerror rather than a_call_ref(), před 13 roky
  Jonas Maebe 1345b7d107 * changed ref parameter of thlcgobj.a_call_ref() into a const parameter před 13 roky
  Jonas Maebe 4fced5d142 + generic implementation of thlcgobj.a_call_ref() před 13 roky
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 před 13 roky
  Jonas Maebe 94bdf8a086 * adjust integer type information before stores part of a_op_const_ref for před 13 roky
  Jonas Maebe fc6be612fd * also insert an explicit conversion from byte/char/bytebool/... to smallint před 13 roky
  Jonas Maebe 0248258670 * always size the value on top of the stack back down to its original size před 13 roky
  Jonas Maebe 3916a32f9e * created generic version of thlcgobj.g_reference_loc() and only override před 13 roky
  Jonas Maebe 764502fbe4 * don't "and" loaded unsigned values of 1/2 bytes with 255/65535 in case před 13 roky
  Jonas Maebe f4f70f99b2 * call all operators with invokestatic, since they are always před 13 roky
  Jonas Maebe bd990d1173 * generate JVM bytecode that passes the stringent requirements of the Dalvik před 13 roky
  Jonas Maebe 1a7c024ad3 * sign extend all byte/ansichar/word parameters before passing them před 14 roky
  Jonas Maebe f21b34c954 * also resize the value on the stack in a_load_reg_ref() when před 14 roky
  Jonas Maebe 0e80844e33 * also zero-extend incoming byte/word const-parameters (instead of only před 14 roky
  Jonas Maebe a2a0436347 + support for threadvars in the JVM based on JLThreadLocal; see před 14 roky
  Jonas Maebe 992cc352c6 * generalized handling of pointers to non-implicit pointer types: před 14 roky
  Jonas Maebe 54f9947406 * no need to zero-extend after a load of a widechar před 14 roky
  Jonas Maebe c4ffef0a40 * fixed initializing arrays of ansi/unicodestring and of open arrays před 14 roky
  Jonas Maebe 76de70e683 * since enums are represented by classes in the JVM, initialize global před 14 roky
  Jonas Maebe da5bd3b0bd * use invokespecial for "strict private" (= Java "private") rather than for před 14 roky
  Jonas Maebe 7f22a2f223 + support for range checking calculations with hlcgobj před 14 roky
  Jonas Maebe f4690f90ad * keep maximum used evaluation stack size up-to-date when putting a před 14 roky
  Jonas Maebe 707b41b159 + allocate space of local typed consts that are implicit pointer types před 14 roky
  Jonas Maebe 9253d990d9 * use the signedness of the comparison operation rather than of the před 14 roky