Histórico de Commits

Autor SHA1 Mensagem Data
  nickysn 3719383b94 + added stack tracking in the entry and exit code há 4 anos atrás
  nickysn d85e70bbb4 * fixed the decstack balancing in thlcgwasm.a_cmp_stack_stack há 4 anos atrás
  nickysn d7b1d67cc6 - removed commented out code from thlcgwasm.a_cmp_stack_stack há 4 anos atrás
  nickysn 68693b2890 + support <,<=,> and >= comparisons of address register types in thlcgwasm.a_cmp_stack_stack há 4 anos atrás
  nickysn 11ae8e54a1 - removed the unused label parameter from a_cmp_stack_stack há 4 anos atrás
  nickysn 5145681ccd * a_cmp_stack_label renamed a_cmp_stack_stack há 4 anos atrás
  nickysn 0cdd7d4d22 + support exit() há 4 anos atrás
  nickysn c92d27dadb * fixed formatting in thlcgwasm.a_jmp_always há 4 anos atrás
  nickysn aa102564c5 * fixed the break and continue br depth calculation há 4 anos atrás
  nickysn 3cc9ba9302 - don't push dummy zeros (they are useless and will be discarded), before branching for break/continue há 4 anos atrás
  nickysn 07c1783e24 * refactored call_indirect to use a 'functype' operand type. This type will be reused for block instructions as well. há 4 anos atrás
  nickysn ade8003fb5 * thlcgwasm.blocks renamed br_blocks, to ensure searching for it in the compiler há 4 anos atrás
  nickysn 5524de3be8 - removed redundant comment há 4 anos atrás
  nickysn 5c4e4228f6 + handle all cases in hlcgcpu.pas to avoid warning with -Sew há 4 anos atrás
  nickysn fc95e7f22d * fixes in thlcgwasm.resize_stack_int_val há 4 anos atrás
  nickysn 189c4025c2 - removed spurious decstack/incstack in thlcgwasm.resize_stack_int_val há 4 anos atrás
  nickysn 0e23b9288c * fixed thlcgwasm.a_load_loc_stack for LOC_REFERENCE há 4 anos atrás
  nickysn 5a2a9f1dcc * simplified a_call_name and avoid internal errors, inherited from the jvm code generator há 4 anos atrás
  nickysn 35489718f3 * fixed call_indirect for the llvm-mc asm writer há 4 anos atrás
  nickysn 56f65799d3 + functype creation moved to tcpuprocdef.create_functype há 4 anos atrás
  nickysn 763ca253c1 + introduced the TWasmFuncType class - used to hold a Wasm function signature há 4 anos atrás
  nickysn 64a02834ff - commented out thlcgwasm.g_copyvalueparas há 4 anos atrás
  nickysn 91ed9f12ac - removed unused local var from thlcgwasm.prepare_stack_for_ref há 4 anos atrás
  nickysn c470e851ba + generic implementation of thlcgwasm.a_loadaddr_ref_reg that should handle all possible combinations of base, index há 4 anos atrás
  nickysn e4f4f25c44 + handle any base and no index in the second if case in thlcgwasm.a_loadaddr_ref_reg há 4 anos atrás
  nickysn 2084fede95 + handle all constant address (regardless of whether they are relative to a symbol or not) in thlcgwasm.a_loadaddr_ref_reg há 4 anos atrás
  nickysn ded9afb787 + check and generate an internal error if you attempt to take the address of a reference that exists in the local há 4 anos atrás
  nickysn a1f5b57070 + also check for ref.index and ref.symbol in the NR_LOCAL_FRAME_POINTER_REG base case in thlcgwasm.a_loadaddr_ref_reg há 4 anos atrás
  nickysn 46bf123fcd + also ensure that ref.base and ref.index are not set for symbols in thlcgwasm.a_loadaddr_ref_reg há 4 anos atrás
  nickysn 15387514b4 * changed the formatting in thlcgwasm.a_loadaddr_ref_reg to fit the style of the other compiler code há 4 anos atrás