You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
artur-zawlocki
f34340d4c1
- fixes for RETURN and STOP
- codegen for SLT, SGT, EQ and NEG
|
10 years ago |
.. |
bytecode
|
- fixes for RETURN and STOP
|
10 years ago |
lll
|
- fixes for RETURN and STOP
|
10 years ago |
CMakeLists.txt
|
added ethcore to libs required by evmcc
|
10 years ago |
Compiler.cpp
|
- fixes for RETURN and STOP
|
10 years ago |
Compiler.h
|
initial implementation of JUMP/JUMPI (untested)
|
10 years ago |
ExecutionEngine.cpp
|
Block Information instructions: PREVHASH, COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT
|
10 years ago |
ExecutionEngine.h
|
Implementation of ExecutionEngine with LLVM MCJIT
|
10 years ago |
Ext.cpp
|
Block Information instructions: PREVHASH, COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT
|
10 years ago |
Ext.h
|
Block Information instructions: PREVHASH, COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT
|
10 years ago |
Memory.cpp
|
Added Module* constructor argument to Memory and Ext.
|
10 years ago |
Memory.h
|
Added Module* constructor argument to Memory and Ext.
|
10 years ago |
Stack.cpp
|
Improve stack binary interface
|
10 years ago |
Stack.h
|
SWAP* instructions
|
10 years ago |
Utils.cpp
|
Set/get values in Ext store - SSTORE & SLOAD
|
10 years ago |
Utils.h
|
Push call data on stack - CALLDATALOAD
|
10 years ago |
evmcc.cpp
|
Output compilation (option -c) result to standard output by default
|
10 years ago |