wasmer/lib/llvm-backend
Lachlan Sneff 51cf9dde05 Move SSA value caches to the entry block.
The supporting framework around LLVM will make sure to only compute values once if they
are known to never change. Previously, these values were attempted to be reused from places where
the users may not dominate the creation of the value. To avoid that, they are always created
in the entry block now.
2019-03-03 21:13:37 -08:00
..
cpp Move SSA value caches to the entry block. 2019-03-03 21:13:37 -08:00
src Move SSA value caches to the entry block. 2019-03-03 21:13:37 -08:00
.llvmenv Implement many wasm instructions 2019-02-09 15:53:40 -08:00
build.rs Hopefully finish the memory manager implementation for llvm RuntimeDyLd 2019-02-27 17:21:20 -08:00
Cargo.toml Make capstone optional with a feature 2019-03-03 16:02:20 -06:00