Historial de Commits

Autor SHA1 Mensaje Fecha
  Fabian 159aaaa01f Move imm reads into generate_jit hace 3 años
  Fabian ab46fe4f37 Refactor modrm decoding for jit hace 3 años
  Fabian 4e6d925ee3 Use gen_trigger_ud hace 3 años
  Fabian 9853bdb868 Merge 16-bit and 32-bit 0f tables (saves 200kB on v86.wasm) hace 3 años
  Fabian acb8ad5423 Avoid console.assert (doesn't throw) hace 3 años
  Fabian c207400922 Fix Rust warnings hace 3 años
  Fabian e99da40215 Make std/cld custom (FC/FD), remove unused unguarded_register and no_register properties from x86 table hace 3 años
  Fabian a8308b988d Store registers in locals hace 5 años
  Fabian 440b67eda5 Support for gen_safe_write128 and code generation for MOVAPS/MOVDQA (0F29/660F7F) hace 5 años
  Fabian ec059a9f27 Codegen for fpu instructions (D8 group) hace 5 años
  Fabian 7e3f1ad401 gen_fn: Accept wasm builder, not jit context hace 6 años
  Fabian 46f9bc9d00 Remove non-faulting property of instructions (all instructions are non-faulting) hace 6 años
  Fabian 60d4a28e2c jit: Custom instructions can be block boundaries hace 6 años
  Fabian a5cbf53da5 Fix jit in presence of new page fault handling hace 6 años
  Fabian 70ae4b720a Remove use of raising cpu exceptions for trigger_ud hace 6 años
  Fabian bdef74eced Generate code for task_switch_test{,_mmx}, use non-raising exceptions hace 6 años
  Awal Garg c2c5e4f35c jit inline 0xC7 hace 6 años
  Fabian 1253b72906 Generate prefix handling for string instructions hace 6 años
  Fabian 3a8d644d75 Port jit to Rust hace 6 años
  Fabian 2609041e64 Don't fail when invalid instructions are analyzed/jitted hace 6 años
  Amaan Cheval d1b728b582 generate_jit (minor): Use standard gen_codegen_call for trigger_ud hace 6 años
  Amaan Cheval cde8a2d005 codegen: s/gen_fn[0-9]/gen_fn[0-9]_const/ to indicate inline args hace 6 años
  Amaan Cheval 7fec029937 generate_jit: Support encoding.custom for encoding.e generic instrs hace 6 años
  Amaan Cheval fdd4dbe5ee generate_jit: Comment regarding LEA special case hace 6 años
  Fabian 39d8d17031 Make 8f custom, simplify generate_jit by removing handling of requires_prefix_call hace 6 años
  Fabian ded423b1c5 x86 table: Add remaining 0f instructions, simplify gen scripts hace 6 años
  Fabian a9b5f153a8 Move around and add some assertions hace 6 años
  Fabian eb7b33df7b Fix trigger #ud instead of generating call to it hace 6 años
  Amaan Cheval 4d87bebee9 gen: s/jump/block_boundary/ hace 6 años
  Awal Garg 54a43ab437 improve segment prefix handling and custom code generation for lea hace 6 años