Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe 979f55e1db + support for procedural variables for the JVM target vor 14 Jahren
  Jonas Maebe d6966e545b + support for formal var/out parameters on the JVM target: vor 14 Jahren
  Jonas Maebe 7286e3b645 * when determining the type to use for checkcast, first always dereference vor 14 Jahren
  Jonas Maebe 6cced31157 * treat conversions involving arrays of sets also as pointer conversions vor 14 Jahren
  Jonas Maebe 94be1980b4 * fixed type conversions between signed and unsigned ordinals of the same vor 14 Jahren
  Jonas Maebe 37aa2d8443 + full support for sets on the JVM target vor 14 Jahren
  Jonas Maebe 956d63da9e * only treat Java interfaces and classes as equivalent to classdefs rather vor 14 Jahren
  Jonas Maebe 625f52b7e4 * make sure that int->int conversions are handled by the generic code vor 14 Jahren
  Jonas Maebe 67ce687683 * don't keep the original location in case of 2->4 byte ordinal type vor 14 Jahren
  Jonas Maebe 40fdc62e74 + support for automatically converting char/widechar to java.lang.String vor 14 Jahren
  Jonas Maebe 460c7a519b * also handle tc_int_2_int,tc_int_2_bool,tc_bool_2_int in vor 14 Jahren
  Jonas Maebe 6f2b7ca830 * never use the target_specific_explicit_typeconv() code for non-tc_equal vor 14 Jahren
  Jonas Maebe 325b5cae6b * fixed int_to_int conversion for larger->smaller types in mem locations vor 14 Jahren
  Jonas Maebe 569228447d * converted all enum handling for the JVM target so that it uses the vor 14 Jahren
  Jonas Maebe d64f5d14d6 * fixed compilation with -dnounsupported vor 14 Jahren
  Jonas Maebe b0d777e16b * keep dynamic array -> open array type conversion nodes for the JVM target, vor 14 Jahren
  Jonas Maebe 0fad10179c * fixed some voidpointerdef handling vor 14 Jahren
  Jonas Maebe 528882dc68 * allow typeconversions of formaldef to anything else (make sure to vor 14 Jahren
  Jonas Maebe 0706cb5eb6 + support for pointers to types that are implicit pointer types in the JVM vor 14 Jahren
  Jonas Maebe 6857dde33e + shortstring support for the JVM target (including accessing character 0 as vor 14 Jahren
  Jonas Maebe 6374b473ff * convert string constants passed to JLString to unicode vor 14 Jahren
  Jonas Maebe 446d91eaab + ansistring support. Items of note: vor 14 Jahren
  Jonas Maebe aa1f299a17 + added hook for "individual value to open array of one element"-conversion, vor 14 Jahren
  Jonas Maebe b370314194 * fixed typecasting to/from classrefdef vor 14 Jahren
  Jonas Maebe 704753d3e8 * change the resultdef of nf_load_procvar typeconversion nodes from vor 14 Jahren
  Jonas Maebe 2ed430de8c * refactored and fixed procvar typeconversion checking vor 14 Jahren
  Jonas Maebe d74aef86b4 - removed a useless condition in the check to determine whether or not vor 14 Jahren
  Jonas Maebe 17db9ed895 * allow some more valid type conversions vor 14 Jahren
  Jonas Maebe 54bb881a1b * print an error for invalid type conversions vor 14 Jahren
  Jonas Maebe 1c1fe26ebd * refactored isstringconv/isrecordconv vor 14 Jahren