nickysn
|
d95c63ed88
[PATCH 44/83] update initialization of the callee side parameters - marking them as local with their proper offset
|
5 years ago |
nickysn
|
9cf5db938e
[PATCH 43/83] update flow control, adding support for continue and break labels update temp var allocation update stack prepare allocation
|
5 years ago |
nickysn
|
a1d18125ca
[PATCH 42/83] replacing javaobject with ptruint type
|
5 years ago |
nickysn
|
6f0937f8c8
[PATCH 41/83] revise treference extension for wasm. specifying local variable use vs memory use
|
5 years ago |
nickysn
|
bef6749124
[PATCH 40/83] update local variables management
|
5 years ago |
nickysn
|
62e1f516ca
[PATCH 39/83] adding local instruction
|
5 years ago |
nickysn
|
791db81f8e
[PATCH 38/83] wasm real constants
|
5 years ago |
nickysn
|
0275232f16
[PATCH 37/83] update writing out of symbols, using FPC mangled names
|
5 years ago |
nickysn
|
2be0f4718a
[PATCH 36/83] adding was constant to support inline float point constants
|
5 years ago |
nickysn
|
2dd0baa693
[PATCH 35/83] writing out offset rather than symbol reference of load/store operations
|
5 years ago |
nickysn
|
5d4cb090a3
[PATCH 34/83] removing jvm name mangling
|
5 years ago |
nickysn
|
7e96f42210
[PATCH 33/83] do the proper preparation for memory (ref) access
|
5 years ago |
nickysn
|
fe7826a013
[PATCH 32/83] floats are done
|
5 years ago |
nickysn
|
60046e59a8
[PATCH 31/83] proper operation selection depending on the sign of the operand and float point type
|
5 years ago |
nickysn
|
0a91394d65
[PATCH 30/83] removing jvm specific reference fields, adding memory operations
|
5 years ago |
nickysn
|
4ea81eace8
[PATCH 29/83] renaming class from jvm to wasm
|
5 years ago |
nickysn
|
3ff0b86bcb
[PATCH 28/83] update reading / writing of global variables
|
5 years ago |
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 years ago |
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 years ago |
nickysn
|
92526c41a9
[PATCH 25/83] adding nwasmcal (copied over from njvmcal) in order to properly handle function results
|
5 years ago |
nickysn
|
e7fb972943
[PATCH 24/83] adding the exporter and a dummy linker that always agrees for library linkage
|
5 years ago |
nickysn
|
4c87028fa0
[PATCH 23/83] exports support in wasm
|
5 years ago |
nickysn
|
00aa60f576
[PATCH 22/83] specifying linker target for wasm
|
5 years ago |
nickysn
|
952f2db4a7
[PATCH 21/83] adding assembly instruction to support import/export for wasm
|
5 years ago |
nickysn
|
fa2cf8f864
[PATCH 20/83] adding asm linker enum entry
|
5 years ago |
nickysn
|
82ddd1370c
[PATCH 19/83] adding condition generation of the while and repeat loop
|
5 years ago |
nickysn
|
2f26ac36f4
[PATCH 18/83] adding processing of while loops
|
5 years ago |
nickysn
|
f0f55f1b60
[PATCH 17/83] adding support for wasm if-else-block
|
5 years ago |
nickysn
|
d496755ffb
[PATCH 16/83] update the use of name reference in generated wasm
|
5 years ago |
nickysn
|
5e60217a88
[PATCH 15/83] updating parameters sorting for wasm. Goes left-to-right
|
5 years ago |