Historia zmian

Autor SHA1 Wiadomość Data
  nickysn 2be0f4718a [PATCH 36/83] adding was constant to support inline float point constants 5 lat temu
  nickysn 2dd0baa693 [PATCH 35/83] writing out offset rather than symbol reference of load/store operations 5 lat temu
  nickysn 5d4cb090a3 [PATCH 34/83] removing jvm name mangling 5 lat temu
  nickysn 7e96f42210 [PATCH 33/83] do the proper preparation for memory (ref) access 5 lat temu
  nickysn fe7826a013 [PATCH 32/83] floats are done 5 lat temu
  nickysn 60046e59a8 [PATCH 31/83] proper operation selection depending on the sign of the operand and float point type 5 lat temu
  nickysn 0a91394d65 [PATCH 30/83] removing jvm specific reference fields, adding memory operations 5 lat temu
  nickysn 4ea81eace8 [PATCH 29/83] renaming class from jvm to wasm 5 lat temu
  nickysn 3ff0b86bcb [PATCH 28/83] update reading / writing of global variables 5 lat temu
  nickysn 933b3afcd7 [PATCH 27/83] adding support for math operation (based on jvm). the default div/mod implementation is causing InternalError for division operation 5 lat temu
  nickysn c5d43a3494 [PATCH 26/83] adding a reference to the JVM origin of sources. added a header for flow control (which is not based on JVM but written from scratch) 5 lat temu
  nickysn 92526c41a9 [PATCH 25/83] adding nwasmcal (copied over from njvmcal) in order to properly handle function results 5 lat temu
  nickysn e7fb972943 [PATCH 24/83] adding the exporter and a dummy linker that always agrees for library linkage 5 lat temu
  nickysn 4c87028fa0 [PATCH 23/83] exports support in wasm 5 lat temu
  nickysn 00aa60f576 [PATCH 22/83] specifying linker target for wasm 5 lat temu
  nickysn 952f2db4a7 [PATCH 21/83] adding assembly instruction to support import/export for wasm 5 lat temu
  nickysn fa2cf8f864 [PATCH 20/83] adding asm linker enum entry 5 lat temu
  nickysn 82ddd1370c [PATCH 19/83] adding condition generation of the while and repeat loop 5 lat temu
  nickysn 2f26ac36f4 [PATCH 18/83] adding processing of while loops 5 lat temu
  nickysn f0f55f1b60 [PATCH 17/83] adding support for wasm if-else-block 5 lat temu
  nickysn d496755ffb [PATCH 16/83] update the use of name reference in generated wasm 5 lat temu
  nickysn 5e60217a88 [PATCH 15/83] updating parameters sorting for wasm. Goes left-to-right 5 lat temu
  nickysn 61df5ceaf7 [PATCH 14/83] skipping return if zero size 5 lat temu
  nickysn 61a651df83 [PATCH 13/83] a bit nicer output 5 lat temu
  nickysn b8a8de0c8c [PATCH 12/83] writing out function result declaration 5 lat temu
  nickysn b2a4f2105e [PATCH 11/83] replacing unit-begin with unit initialization. plus cleaning up java (jvm) reference 5 lat temu
  nickysn 75b7396c09 [PATCH 10/83] replacing memory access load/store with local load/store 5 lat temu
  nickysn 6a3bb89d3c [PATCH 09/83] update temp allocation debugging message 5 lat temu
  nickysn 61c5b7cc33 [PATCH 08/83] updating wabt assembly to write function declarations 5 lat temu
  nickysn c76b21ac15 [PATCH 07/83] restore alloctemp in temp allocation class: so the temp variables are properly allocated for procedures 5 lat temu