Paweł Bylica
|
d073af7754
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Paweł Bylica
|
748ee0fe8d
|
Implementing RETURN and STOP instructions
|
10 years ago |
artur-zawlocki
|
eea755cfc6
|
fixed bug in memory handling
|
10 years ago |
artur-zawlocki
|
e1abb20f9b
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
00f993929f
|
Implemented MLOAD, MSTORE, MSTORE8 and MSIZE
|
10 years ago |
Paweł Bylica
|
b9cda13a9a
|
Push call data on stack - CALLDATALOAD
|
10 years ago |
Paweł Bylica
|
fcde2f3d22
|
Accessing Ext static data: CALLER, ORIGIN, CALLVALUE, CALLDATASIZE, GASPRICE
|
10 years ago |
Paweł Bylica
|
ac795c481b
|
Send Ext static data to running contract. ADDRESS instruction
|
10 years ago |
Paweł Bylica
|
9ba6a7c6d4
|
Improve stack binary interface
|
10 years ago |
Paweł Bylica
|
8cd4326db8
|
Set/get values in Ext store - SSTORE & SLOAD
|
10 years ago |
artur-zawlocki
|
00136561a0
|
added ethcore to libs required by evmcc
|
10 years ago |
artur-zawlocki
|
15b945219a
|
Merge branch 'develop-evmcc' of git@github.com:imapp-pl/ethereum.git into develop-evmcc
Conflicts:
evmcc/Compiler.cpp
|
10 years ago |
artur-zawlocki
|
68f15f91a0
|
initial implementation of memory
|
10 years ago |
Paweł Bylica
|
f3a347bdc8
|
Starting ExtVM binary interface
|
10 years ago |
Paweł Bylica
|
78b188c4b4
|
Fix stack set/get bad function signature
|
10 years ago |
Paweł Bylica
|
58e03d5165
|
Basic arithmetic, limited precision for MUL, DIV and MOD.
|
10 years ago |
Paweł Bylica
|
e53c0a4877
|
SWAP* instructions
|
10 years ago |
Paweł Bylica
|
3e01d183a0
|
POP and DUP* instructions
|
10 years ago |
Paweł Bylica
|
4266ce54fc
|
PUSH instruction implementation
|
10 years ago |
Paweł Bylica
|
d8430db13c
|
Output compilation (option -c) result to standard output by default
|
10 years ago |
Paweł Bylica
|
e8ff67cb48
|
Stack interface and implementation
|
10 years ago |
Artur Zawłocki
|
bbc3aa4f99
|
evmcc's CMakeLists updated:
* added std=c++14 for gcc (required for std::make_unique)
* added required llvm libnames
|
10 years ago |
Paweł Bylica
|
dfa141a971
|
Staring with Stack helper
|
10 years ago |
Paweł Bylica
|
f124be65b7
|
Implementation of ExecutionEngine with LLVM MCJIT
|
10 years ago |
Paweł Bylica
|
e33fdeab21
|
Remove public LLVM dependency in Compiler
|
10 years ago |
Paweł Bylica
|
507ba06b49
|
ExecutionEngine stub and -i program option for interpreting EVM Code
|
10 years ago |
Paweł Bylica
|
f5eda1f1b3
|
Moving Compiler to separated files
|
10 years ago |