v86/gen
Fabian 01061dc4b6 The final Rust porting
This commit contains the final changes requires for porting all C code
to Rust and from emscripten to llvm:

- tools/wasm-patch-indirect-function-table.js: A script that rewrites
  the wasm generated by llvm to remove the table limit
- tools/rust-lld-wrapper: A wrapper around rust-lld that removes
  arguments forced by rustc that break compilation for us
- src/rust/cpu2/Makefile: A monstrosity to postprocess c2rust's output
- gen/generate_interpreter.js: Ported to produce Rust instead of C
- src/rust/*: A few functions and macros to connect the old Rust code
  and the new Rust code
- src/*.js: Removes the loading of the old emscripten wasm module and
  adapts imports and exports from emscripten to llvm
2020-08-30 19:29:53 -05:00
..
c_ast.js Squash 2020-07-21 20:10:12 -05:00
generate_analyzer.js Generate prefix handling for string instructions 2020-08-30 19:29:13 -05:00
generate_interpreter.js The final Rust porting 2020-08-30 19:29:53 -05:00
generate_jit.js Remove use of raising cpu exceptions for trigger_ud 2020-08-30 19:29:53 -05:00
rust_ast.js Port jit to Rust 2020-08-30 19:29:13 -05:00
util.js Port jit to Rust 2020-08-30 19:29:13 -05:00
x86_table.js Implement cvtsd2si (#57) 2020-08-30 19:29:53 -05:00