提交历史

作者 SHA1 备注 提交日期
  nickysn 1f3ff5f496 - clean up more JVM stuff 4 年之前
  nickysn 542c3fca3e - more JVM methods removed 4 年之前
  nickysn db1a4d57a2 - removed some more unneeded for WASM methods, copied from the JVM hl codegen 4 年之前
  nickysn 5b961c4125 - removed several JVM methods that aren't necessary for WebAssembly 4 年之前
  nickysn 04c14500a7 + added math.inc and set.inc 4 年之前
  nickysn 97430823cf * fix for the stack tracking in twasmaddnode.second_addboolean 4 年之前
  nickysn 5677e7ed81 * fixed crash with ifs with an empty then clause 4 年之前
  nickysn f95b74f929 * fixed stack tracking in thlcgwasm.a_op_reg_reg_reg_checkoverflow 4 年之前
  nickysn 92ac6bace9 * stack tracking fix for trunc32 in thlcgwasm.a_op_stack 4 年之前
  nickysn b84bb3e9c4 * fixed stack tracking in thlcgwasm.resizestackfpuval 4 年之前
  nickysn c6aecf184b * fixed stack tracking in thlcgwasm.gen_load_uninitialized_function_result 4 年之前
  nickysn bdaeda27c2 * fixed stack tracking in thlcgwasm.a_loadfpu_const_stack 4 年之前
  nickysn 0e395a0d06 * handle addresses just like integers in thlcgwasm.a_load_const_stack 4 年之前
  nickysn 450883ea2b * fixed stack tracking for 64-bit operations in thlcgwasm.a_op_stack 4 年之前
  nickysn 5ea9bd6924 + uncommented the 64-bit handling code in the wasm add node 4 年之前
  nickysn 3719383b94 + added stack tracking in the entry and exit code 4 年之前
  nickysn bcb5c140d1 * free a stack slot after br_if 4 年之前
  nickysn 2212bd5f3c * fixed the stack tracking in twasmaddnode.second_addboolean 4 年之前
  nickysn bfe4d44aef * call decstack after if in twasmifnode.pass_generate_code to keep track of the stack balance correctly 4 年之前
  nickysn d85e70bbb4 * fixed the decstack balancing in thlcgwasm.a_cmp_stack_stack 4 年之前
  nickysn d7b1d67cc6 - removed commented out code from thlcgwasm.a_cmp_stack_stack 4 年之前
  nickysn 68693b2890 + support <,<=,> and >= comparisons of address register types in thlcgwasm.a_cmp_stack_stack 4 年之前
  nickysn 11ae8e54a1 - removed the unused label parameter from a_cmp_stack_stack 4 年之前
  nickysn 5145681ccd * a_cmp_stack_label renamed a_cmp_stack_stack 4 年之前
  nickysn 0a0ec1de65 + adjust the stack properly on function calls 4 年之前
  nickysn f86665b97f * drop unused return values from the stack 4 年之前
  nickysn 0cdd7d4d22 + support exit() 4 年之前
  nickysn c92d27dadb * fixed formatting in thlcgwasm.a_jmp_always 4 年之前
  nickysn f40bfcc662 + also call incblock and decblock in the second_addboolean for the shortcut boolean evaluation. This avoids breaking 4 年之前
  nickysn aa102564c5 * fixed the break and continue br depth calculation 4 年之前