Historique des commits

Auteur SHA1 Message Date
  Nikolay Nikolov 812732cb6a + introduced the AT_WASM_GLOBAL asm symbol type il y a 4 ans
  Nikolay Nikolov d3ec8f0d29 * generate an internalerror if there are values remaining on top of stack il y a 4 ans
  Nikolay Nikolov f7cc2d560c + initialize br_blocks in the thlcgwasm constructor il y a 4 ans
  Nikolay Nikolov a3610bfea1 + also added stack underflow check in thlcgwasm.incstack (in case stack il y a 4 ans
  Nikolay Nikolov d4bd1f1e9b * don't halt with an internal error, but add an asm comment instead, when a il y a 4 ans
  Nikolay Nikolov 58e4692795 * fixed thlcgwasm.g_adjust_stack_after_call after the removal of discardresult il y a 4 ans
  Nikolay Nikolov 9526b939a2 + implemented thlcgwasm.g_unreachable, emits the 'unreachable' WebAssembly instruction il y a 4 ans
  Nikolay Nikolov 3bf5b0c395 - avoid useless typecasts for accessing members in self in thlcgwasm.a_load_subsetref_regs_index il y a 4 ans
  Nikolay Nikolov 4120825f50 + implemented thlcgwasm.a_load_regconst_subsetref_intern il y a 4 ans
  Nikolay Nikolov 7af6e628c8 + implemented thlcgwasm.a_load_subsetref_regs_index il y a 4 ans
  Nikolay Nikolov c41516399b + implemented thlcgwasm.a_load_subsetref_stack il y a 4 ans
  Nikolay Nikolov ba9a8ab069 + added thlcgwasm.a_load_subsetref_stack, not implemented yet il y a 4 ans
  nickysn 74bac86711 + support loading a function result (on the evaluation stack) to a register in il y a 4 ans
  nickysn 9fa61a6c9f - removed the discardresult proc directive il y a 4 ans
  nickysn ecad5e9a6c + WebAssembly implementation of g_rangecheck that uses if/endif instead of il y a 4 ans
  nickysn f0aed5d355 * fixed another WebAssembly compilation error with -CR il y a 4 ans
  nickysn 74854eee58 * fixed WebAssembly compilation error with -CR il y a 4 ans
  nickysn 594be1be04 * properly handle reference with negative offsets il y a 4 ans
  nickysn b35d3c5f3a * don't override inittempvariables for WebAssembly, because things like il y a 4 ans
  nickysn 1003d6499f * formatting il y a 4 ans
  nickysn 9e95895a9b * get rid of the internal error in thlcgwasm.a_cmp_ref_reg_stack by using swap_opcmp il y a 4 ans
  nickysn 5a84c4db61 - get rid of FRAME_POINTER_SYM and BASE_POINTER_SYM - they should not be used anymore il y a 4 ans
  nickysn 4d99fb3352 * allocate locals in a better way, so that we don't get 2 extra wasted locals per function il y a 4 ans
  nickysn e0dffb1c2c * fixes to the type conversions in thlcgwasm.resize_stack_int_val il y a 4 ans
  nickysn f03245e05c - get rid of maybe_adjust_cmp_stackval - it is unnecessary for WebAssembly, il y a 4 ans
  nickysn a9264cc608 - removed commented out method g_copyvalueparas il y a 4 ans
  nickysn 3a0d84fde2 - removed outdated comment from thlcgwasm.a_cmp_stack_stack il y a 4 ans
  nickysn f3482acbf9 - removed commented out code from thlcgwasm.g_proc_entry il y a 4 ans
  nickysn 83f88e515b * renamed the a_get/set/tee_local/global asm ops a_local/global_set/get/tee il y a 4 ans
  nickysn d8f55ebb48 * renamed the a_iXX_extendYYYY family of asm ops to their modern versions il y a 4 ans