Commit History

Author SHA1 Message Date
  Jonas Maebe e9e72e6de0 * fixed copyright date 14 years ago
  Jonas Maebe 528882dc68 * allow typeconversions of formaldef to anything else (make sure to 14 years ago
  Jonas Maebe c995e56370 * internalerror if constructor not found in record 14 years ago
  Jonas Maebe 223057f1a7 + support for is/as and Java interfaces 14 years ago
  Jonas Maebe 225e866800 - removed superfluous check that could use uninitialized location 14 years ago
  Jonas Maebe 8ec21eb426 * fixed flow control handling in case of empty try-blocks and in case of 14 years ago
  Jonas Maebe 1dca48bce5 * set reused left node to nil for JVM loadvmtaddrnodes that need to call a 14 years ago
  Jonas Maebe 0706cb5eb6 + support for pointers to types that are implicit pointer types in the JVM 14 years ago
  Jonas Maebe 207a4a32d3 * internalerror in case a stringdef manages to get through to 14 years ago
  Jonas Maebe 564b8a2cf7 - removed "{$ifdef unsupported}" block for jvm (is handled in njvmmem 14 years ago
  Jonas Maebe 71cd31159c * encode java_jlstring instead of using a hardcoded string constant for 14 years ago
  Jonas Maebe 6857dde33e + shortstring support for the JVM target (including accessing character 0 as 14 years ago
  Jonas Maebe f2d3203bb6 * commented out unimplemented pos() variant 14 years ago
  Jonas Maebe 13cf0e031e * removed unused variables 14 years ago
  Jonas Maebe 87f812c778 * fixed typo in comment 14 years ago
  Jonas Maebe db1d22aeae * fixed header comments 14 years ago
  Jonas Maebe eb40756d35 * zero-extend byte/word field loads (get/putstatic sign-extends) 14 years ago
  Jonas Maebe baad29373e + ansistr_to_shortstr and vice versa stub helpers 14 years ago
  Jonas Maebe 6374b473ff * convert string constants passed to JLString to unicode 14 years ago
  Jonas Maebe 446d91eaab + ansistring support. Items of note: 14 years ago
  Jonas Maebe aa1f299a17 + added hook for "individual value to open array of one element"-conversion, 14 years ago
  Jonas Maebe 8248e6762f * support opcode+operands > 255 characters (e.g. when loading string constants) 14 years ago
  Jonas Maebe 0fa1c9bbdd * escape #127 under all circumstances (it's not printable) 14 years ago
  Jonas Maebe b370314194 * fixed typecasting to/from classrefdef 14 years ago
  Jonas Maebe 84640fe7f0 + support for non-static class methods on the JVM target 14 years ago
  Jonas Maebe 9de14768bb * free temp location allocated for function result if not used 14 years ago
  Jonas Maebe 60f8254d63 * don't internalerror when converting to an open array and passing as 14 years ago
  Jonas Maebe 704753d3e8 * change the resultdef of nf_load_procvar typeconversion nodes from 14 years ago
  Jonas Maebe aaff356c6d * moved $methodpointer type construction from psystem to pdecobj for JVM, 14 years ago
  Jonas Maebe 58d7a86252 + stubbed formal const/var/out support 14 years ago