Paweł Bylica
|
dea94c669b
|
Throw BadInstruction exception in FeeStructure::getInstructionFee() when instruction code is ivalid
|
10 years ago |
artur-zawlocki
|
49015515b2
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
92cf0b9ab0
|
Dumping CFG to .dot: showing indirect jumps with dashed lines
|
10 years ago |
Paweł Bylica
|
f6f8aebc8e
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Paweł Bylica
|
6420516157
|
InsertPointGuard definition moved to CompilerHelper.h
|
10 years ago |
Paweł Bylica
|
960380b8e5
|
Get IR module from IR builder on demand
|
10 years ago |
artur-zawlocki
|
cc2809c9b6
|
Added dumping of CFG to a .dot file
[Delivers #80816506]
|
10 years ago |
Paweł Bylica
|
cbab654678
|
Get IR module from IR builder
|
10 years ago |
Paweł Bylica
|
83642fe9de
|
Introducing CompilerHelper - a base class for... compiler helper classes like Memory, GasMeter, etc.
|
10 years ago |
Paweł Bylica
|
837f17cea4
|
Cleanup block terminator generation
|
10 years ago |
Paweł Bylica
|
1367f89b84
|
Basic block compilation in separated function
|
10 years ago |
Paweł Bylica
|
08c7dcc3d2
|
Placing IRBuilder in Compiler class (for future refactoring)
|
10 years ago |
Paweł Bylica
|
3beeb4226e
|
Some changes about final/stop block
|
10 years ago |
Paweł Bylica
|
2c44470e87
|
Removing unnecessary `dev` name prefixes
[#80021262]
|
10 years ago |
Paweł Bylica
|
91770a2e4d
|
Eliminating some `using namespace`
[#80021262]
|
10 years ago |
Paweł Bylica
|
e33be3bbdb
|
Change namespace from `evmcc` to `dev::eth::jit`
[#80021262]
|
10 years ago |
Paweł Bylica
|
c019b0394a
|
Macros grouping PUSH, DUP and SWAP switch cases
|
10 years ago |
Paweł Bylica
|
fd0631f7c9
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
Conflicts:
evmcc/ExecutionEngine.cpp
|
10 years ago |
Paweł Bylica
|
5a6d8b3d2f
|
Unused rt_exit() function removed
[#80660432]
|
10 years ago |
Paweł Bylica
|
2909cac50e
|
Working longjmp solution
[#80660432]
|
10 years ago |
artur-zawlocki
|
fc9b9f32c9
|
* codegen for CODECALL
* fixes for EXTCODECOPY
|
10 years ago |
Christoph Jentzsch
|
cae0559e75
|
style fix
|
10 years ago |
Christoph Jentzsch
|
67be8d30f7
|
Merge remote-tracking branch 'upstream/develop' into develop
|
10 years ago |
Gav Wood
|
bfa540afd0
|
Merge pull request #379 from ethereum/crypto
CryptoPP ecdh and ecies
|
10 years ago |
artur-zawlocki
|
abf3c2e6ac
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
8e93171d3d
|
Codegen for EXTCODESIZE & EXTCODECOPY
[Delivers #80644732]
|
10 years ago |
Paweł Bylica
|
54cf22e4f1
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Paweł Bylica
|
8498ab5695
|
Trying to implement "exceptions" with longjmp (does not work on Windows 64bit at least)
|
10 years ago |
artur-zawlocki
|
88fdb50d08
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
0aeb90117d
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
Conflicts:
evmcc/Compiler.cpp
|
10 years ago |
Paweł Bylica
|
471586cc82
|
Use longjmp to return OutOfGas code from main function (WIP)
[#80660432]
|
10 years ago |
Paweł Bylica
|
70ad81dad2
|
Try to throw an OutOfGas exception when out of gas. The exception cannot be handled.
[#80660432]
|
10 years ago |
subtly
|
329461561f
|
Merge branch 'develop' into crypto
|
10 years ago |
subtly
|
ea059d6d49
|
cryptopp ecdh and ecies
|
10 years ago |
Paweł Bylica
|
1ffdda6705
|
Some LLVM function attribute fun
|
10 years ago |
Paweł Bylica
|
6313300746
|
Change a bit the implementation of GAS instruction (fix)
[Delivers #79942174]
|
10 years ago |
Paweł Bylica
|
31a07cb1b8
|
Change a bit the implementation of GAS instruction
[Delivers #79942174]
|
10 years ago |
Paweł Bylica
|
01b95883f2
|
Count gas cost for SSTORE instruction
[#79942174]
|
10 years ago |
artur-zawlocki
|
2e3e764fb5
|
Codegen for CODECOPY.
[Delivers #80644732]
|
10 years ago |
Paweł Bylica
|
52d3a3beb0
|
Prealloc memory and count gas for CALL instruction
[#79942174]
|
10 years ago |
Paweł Bylica
|
6342d95ef7
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Paweł Bylica
|
8267b453c7
|
Prealloc memory and count gas for SHA3 and CREATE instructions
[#79942174]
|
10 years ago |
artur-zawlocki
|
2b383751b4
|
Fixes in CALLDATACOPY
[Delivers #80644732]
|
10 years ago |
Paweł Bylica
|
54989e071f
|
InsertPointGuard helper class for IRBuilder
|
10 years ago |
artur-zawlocki
|
508a99b707
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
d005896a0b
|
Initial implementation for CALLDATACOPY
[Delivers #80644732]
|
10 years ago |
Paweł Bylica
|
07882137e3
|
Use mem.require in mload, mstore & mstore8
|
10 years ago |
Paweł Bylica
|
59000cd85d
|
Convenient Memory::require() overload
|
10 years ago |
Christoph Jentzsch
|
3f73ff5578
|
bug fix
|
10 years ago |
Paweł Bylica
|
f0f5833c4c
|
Private mem.require function that preallocates memory and counts gas fee
|
10 years ago |