26 Commits (3776d189a2165ae7fc27feddaea9bbc1ee545b73)

Author SHA1 Message Date
Paweł Bylica 9ca47fe0cf JIT class: the EVM JIT facade. 10 years ago
Paweł Bylica b7d8f9851f Update cmake scripts, use static list of source files 10 years ago
Paweł Bylica 1923883034 Allow mixing debug version of evmjit with release version of LLVM library 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Paweł Bylica 1e79c05859 Better fix for wrong prerelease version component parsing 10 years ago
Paweł Bylica a50a891cdb Fix wrong prerelease version component parsing 10 years ago
Paweł Bylica bb9df15d75 Generate BuildInfo header and display some information about evmjit library on demand 10 years ago
Paweł Bylica e8e9490b56 Disable RTTI for evmjit library 10 years ago
Paweł Bylica bdba3104d6 Improve versioning 10 years ago
Paweł Bylica 6507a8b014 Get some information from Git about build version 10 years ago
Paweł Bylica 237fdb9949 Install evmjit.dll (called RUNTIME) on Windows 10 years ago
Paweł Bylica 360b15e5f6 Windows fixes: DLL exports and cmake options 10 years ago
Paweł Bylica 725c65b31f Remove gmp dependency 10 years ago
Paweł Bylica fb3dbcf341 Insert evmjit_run function declaration directly to vm_jit.go file 10 years ago
Paweł Bylica 25d8873440 Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit 10 years ago
Paweł Bylica 3dcf30463b Removing boost dependency from libevmjit 10 years ago
Paweł Bylica 100de855ec Implementation of DIV & MOD with gmp library 10 years ago
Paweł Bylica c7116998ae Make evmjit dependency of LLVM private 10 years ago
Paweł Bylica 271b4ccde4 Avoid hardcoded LLVM library path 10 years ago
Paweł Bylica 5384b92c66 Make evmjit library installable 10 years ago
Paweł Bylica 1861843a24 EVM JIT called from Go, env_sha3 callback works 10 years ago
Marek Kotewicz 29c9178ff4 Squashed 'evmjit/' changes from 334deeb..533531b 10 years ago
Paweł Bylica 20190b145b Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM (reverted from commit 66d5a2b5cd) 10 years ago
Paweł Bylica 66d5a2b5cd Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM 10 years ago
Paweł Bylica 1b490244bf Workaround for Ubuntu broken LLVM package (llvm-3.5-dev does not have correct cmake files) 10 years ago
Paweł Bylica ed63ced244 Disable rtti for Cache as LLVM has not rtti 10 years ago
Paweł Bylica 232f9fee52 Refactor cmake files 10 years ago
Artur Zawłocki c9f5694a28 CMakeLists.txt cleanup (in progress) 10 years ago
Paweł Bylica 51f4383287 Removing moved evmjit code 10 years ago
Paweł Bylica 99c7113079 CMake scripts 10 years ago
Artur Zawłocki 3517bfc6d0 fixed libevmjit dependencies in cmake files 10 years ago
Artur Zawłocki 63c8a8384c fixed libevmjit dependencies in cmake files 10 years ago
artur-zawlocki aa7fc79206 libevmface -> libevmcore: updated cmake files 10 years ago
artur-zawlocki 3d501db9da libevmface -> libevmcore: updated cmake files 10 years ago
artur-zawlocki 2d6aa468c6 CMakeLists updated, should now build without LLVM when EVMJIT is not enabled [#81588646] 10 years ago
artur-zawlocki 2503741803 CMakeLists updated, should now build without LLVM when EVMJIT is not enabled [#81588646] 10 years ago
artur-zawlocki c4eb835aba added missing CMakeLists.txt 10 years ago
artur-zawlocki 54e0824b31 Updated cmake files after moving the jit compiler to a lib. 10 years ago
artur-zawlocki 0abe8ab42e Updated cmake files after moving the jit compiler to a lib. 10 years ago
artur-zawlocki 00136561a0 added ethcore to libs required by evmcc 10 years ago
artur-zawlocki afb0de7f02 added ethcore to libs required by evmcc 10 years ago
Artur Zawłocki bbc3aa4f99 evmcc's CMakeLists updated: 10 years ago
Artur Zawłocki c3b165684c evmcc's CMakeLists updated: 10 years ago
Paweł Bylica f5eda1f1b3 Moving Compiler to separated files 10 years ago
artur-zawlocki a3a33112be etc --> evmcc in cmakefile 10 years ago
Paweł Bylica 0a78fe0756 Init of evmcc - EVM Code Compiler 10 years ago
Gav Wood 515a1c22a9 Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 11 years ago
Gav Wood 3822aef608 Build fixes. 11 years ago
Gav Wood ddc1b4fc32 Windows build coersions. 11 years ago
Gav Wood 9bcd42e174 Full python serpent support. 11 years ago